
/*** Navbar ***/
@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        display: inherit;
        position: relative;
        background: #FFFFFF;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        display: none;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border: none;
        z-index: 999;
    }
    .sticky-top.navbar-light {
        display: inherit;
        position: fixed;
        background: #FFFFFF;
    }
}
