
body{
    font-family: 'Roboto Slab', serif;
    background-color: black;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.collapse ul li:hover{
    border-bottom: 2px solid white;
}
header nav{
    width: 100vw;
}
#logo {
    font-size: 2.5rem;
    font-family: 'Pacifico';
}
.carousel-inner img{
    width: auto;
    height: 90vh;
    background-size: contain;
    
}
.carousel-item h5{
    font-weight: 800;
}
.carousel-item p{
    font-weight: 400;
}
.row a{
    text-decoration: none;
}
.row img{
    background-position: center;
}
footer{
    background-color: rgb(28, 18, 18);
}
#msg{
    font-size: 1.5rem;
    margin: 5px 0px;
    color: white;
}
.navbar-light .navbar-toggler{
    border-color: white;
}

