@charset "UTF-8";
#mobile-navbar {
  display: none;
}

#mobile-menu {
  font-size: 150%;
}

#mobile-menu::after {
  display: none;
}

/* <<==--   RESPONSIVE   --==>> */
/* Tablet fekvő (1024 - 1279px)*/
/* Tablet álló nézet, az alatti álló nézetek (576 - 767px) */
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #mobile-navbar {
    display: flex;
  }
}
/* Telefon fekvő (576 - 767px) */
/* Telefon álló (300 - 575px) *//*# sourceMappingURL=header.css.map */