/* Keep the fixed header visually consistent with Baltic Transfer's navy header. */
.sticky-header {
    background: #081f2e !important;
    border-bottom: 1px solid rgba(214, 167, 54, .5);
    box-shadow: 0 8px 24px rgba(0, 11, 18, .34) !important;
}

.sticky-header .main-menu .navigation > li > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .mobile-nav-toggler {
    color: #f4f7f8 !important;
}

.sticky-header .main-menu .navigation > li > a:hover,
.sticky-header .main-menu .navigation > li.current > a {
    color: #e1ae25 !important;
}

.sticky-header .language-dropdown .dropdown-toggle {
    color: #5aa7d9;
    background: transparent;
}

@media (max-width: 991.98px) {
    .sticky-header { padding: 7px 0; }
    .sticky-header .logo img { max-height: 48px; }
    .sticky-header .mobile-nav-toggler { font-size: 31px; }
}
