/* Site header */
@media only screen and (max-width:824px) {
  #main-menu-more-button { display: block; }
  #header .menu-gear { display: none; }
}
@media only screen and (max-width:809px) {
  #header .menu-goals { display: none; }
}
@media only screen and (max-width:742px) {
  #header .menu-health { display: none; }
}
@media only screen and (max-width:667px) {
  #header .menu-workouts { display: none; }
}
