/*
Theme Name: R27 Child
Template: r27-theme
Author: Websiker Ügynökség
Version: 1.0.0
Requires PHP: 8.1
*/


#site_header {
  height: 100px !important;
}

#second_menu {
  background: #467231 !important;
}

body.sticky {
  padding-top: 100px !important; 
}

@media (max-width: 767px) {
    #site_header {
      height: 200px !important;
    }
}