

@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body{
    background-color: #f7ebe6 !important;
}

.new-head {
    background:#Fff;
}

footer img{
    border-radius:5px;
}

*{
    font-family: "Open Sans", sans-serif;
}


.nav-link {
    font-weight:300 !important;
}

.set-bg img{
    background:#fff !important;
         /*background:#e9e8e8 !important;*/
}


@media(max-width:600px){
    .navbar-nav .nav-link{
        font-size:20px !important;
    }
}
