#nav { position: sticky; position: -webkit-sticky; top: 0; z-index: 10; background: #1dafec; font-family: Futura, sans-serif; font-size: 16px; line-height: 29px; } .navbar-light .navbar-nav a.nav-link { color: white !important; } .dropdown .dropdown-toggle { color: white; } .icon-bar { background-color: white !important; } button.navbar-toggler { border-style: none; } .navbar-expand-lg .navbar-nav .full-width-dropdown .dropdown-menu { position: fixed; border: none; top: 62px; left: 0; right: 0; padding: 0; margin: 0; } .dropdown-scrim { position: fixed; top: 62px; bottom: 0; left: 0; right: 0; z-index: -1; background: #000; opacity: 0.3; } @media screen and (min-width: 992px) { .mobile-only { display: none; } } @media screen and (max-width: 992px) { .desktop-only { display: none; } }