.desktop-menu{display:flex}.mobile-menu{display:none}@media only screen and (max-width:1000px){.desktop-menu{display:none}.mobile-menu{display:flex}}.desktopMenuItem{color:#000;font-size:16px;font-weight:600}.desktopMenuItem.active,.desktopMenuItem:hover{color:#385c4d;font-size:16px;font-weight:600;text-decoration:underline}#trip-menu{display:none}@media only screen and (max-width:1000px){#trip-menu.active{display:block}}