/* @import url('https://fonts.googleapis.com/css2?family=Stardos+Stencil:wght@700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');



#nav {
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 30px;
}

#warning{
    font-size: 35px;
    
}

.navbar-light .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler{
    border: 1px solid white;
}


#navlink:hover {
    color: black;
    font-size: 28px;
}

#social:link {
    color: white;
    font-size: 30px;
    text-decoration: none;
}

#social:hover {
    color: white;
    font-size: 32px;
}

#social:visited {
    color: white;
}

#footer{
    font-family: 'Oswald', sans-serif;
   
}



.carousel {
    margin: auto;
}

.carousel-control-next-icon, carousel-control-prev-icon {
    color: red;
}

body {
    font-family: 'Oswald', sans-serif;


}

.card-img-top {
    width: 100%;
    height: 45vh;
    object-fit: cover;
}

.card-img{
    object-fit: fill;
}




    