/* ===== FIX HEADER + HERO GAP ===== */
html, body {
  margin: 0 !important;
  padding: 0 !important;
}
.site-header {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.site-header + .hero,
.site-header + .page-hero,
#home.hero {
  margin-top: 0 !important;
  padding-top: 60px;
}
.hero h1:first-child,
.page-hero h1:first-child {
  margin-top: 0 !important;
}
.header-spacer,
.spacer,
.spacer-top {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
