 /*Fix to restore header, body fon and navigation menu to former size*/ 

@media (min-width: 576px) {
  body {
    font-size: 1.1rem !important;
  }
  .utility-header .settings-links {
    font-size: 1rem !important;
 }
  .top-level-nav .nav-item {
    font-size: 1rem !important;
  }
  h1 {
    font-size: 2.4rem !important;
  }
  h2 {
    font-size: 1.94rem !important;
  }
  h3:not([class*="tribe-common-"]) {
    font-size: 1.54rem !important;
  }
  h4 {
    font-size: 1.25rem !important;
  }
  h5 {
    font-size: 1rem !important;
  }
  h6 {
    font-size: 0.8rem !important;
  }
}

