


nav {
    position: relative;
    z-index: 50;
    
}

#megamenu-overlay nav {
    margin: 25px 50px 25px 25px;
}

#page-content-generic nav {
    margin: 0px 50px 25px 25px;
}

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

#page-content-generic .navbar-brand {
    padding-top: 10px;
}

.nav-link {
    font-size: 20px;
    color: #666;
    font-weight: 600;
    font-family: "montserrat";
    margin: 0 15px;
    cursor: pointer;
}

.nav-link img {
    width: 25px;
}

.nav-item a {
    padding-bottom: 10px;
}

.nav-item .active {
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center bottom;
}

#megamenu-overlay .content-header-logo {
    display: none;
}

#page-content-generic .content-header-logo-white {
    display: none;
}

@media (min-width: 992px) and (max-width: 1440px) {
    nav {
        margin: 10px 25px;
    }

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

@media (max-width: 991px) {
    nav {
        margin: 10px 25px;
    }

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

    #megamenu-overlay .content-header-logo {
        display: block;
    }

    #megamenu-overlay .content-header-logo-white {
        display: none;
    }
}


@media (min-width: 768px) {
    .navbar-nav {
        margin: 15px 50px 0 0;
    }
}

@media (max-width: 767px) {
    .navbar .container-fluid {
        flex-direction: column;
    }

    .navbar .container {
        flex-direction: column;
    }

    .navbar-brand {
        margin-bottom: 15px;
    }

    .navbar-nav {
        margin: 25px 0 0 0;
    }
}

@media (max-width: 575px) {
    .nav-link {
        font-size: 16px;
        padding: 0;
        margin: 5px 0;
    }

    .nav-item .active {
        background-size: 15px;
    }
}

@media (min-width: 992px) {
    #megamenu-overlay .navbar-brand img {
        position: fixed;
        top: 25px;
        left: 37px;
    }
}

@media (max-width: 991px) {
    .navbar-brand {
        margin: auto;
    }

    .navbar-nav {
        text-align: center;
    }
}

