@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

body {
    background: #FFFFFF;
}

.header-section,
.navbar-default {
    background: #FFFFFF;
}

.page-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #373737;
}

.carousel-item img {
    max-height: 292px;
}

.navbar-default.scrolled {
    background:#FFFFFF;
}

.navbar-nav .nav-link {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #373737 !important;
    margin-left: 66px;
}

.navbar-nav .nav-item.active a,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #007BFF !important;
}

.navbar-nav .nav-link.active {
    color: #007BFF !important;
}

.navbar-toggler,
.navbar-toggler:focus {
    border: none !important;
    outline: none !important;
}

@media (max-width: 992px) {
    .nav-item .nav-link {
        margin-left: 25px;
    }

    .carousel-item img {
        max-height: 174px;
    }

    .navbar-brand img {
        height: 39px;
    }

    .navbar {
        box-shadow: 0px 4px 4px rgba(164, 164, 164, 0.25);
    }
}

footer {
    background: #F2F2F2;
    height: 60px;
}

footer a,
footer p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #7D7D7D;
}

footer a {
    text-decoration: none !important;
}

.nav-collapse-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}