/**
 * Menu Above Hero - Responsive Styles (Media Queries)
 */



/* Mobile and Tablet styles - handles both portrait and landscape orientations */
@media (max-width: 1299px) {

/*@media screen and (max-width: 1199px),
       screen and (max-height: 1199px) and (orientation: landscape) {*/
    /* Hide the menu in the hero section on mobile/tablet */
    .hero-section .main-navigation,
    .hero-section #menu-toggle {
        display: none;
    }
    
}
