/* Responsive global H1 scale. Loaded after the compiled theme stylesheet. */
.heading-1,
h1 {
  font-size: 52px !important;
}

@media only screen and (max-width: 1180px) {
  .heading-1,
  h1 {
    font-size: 48px !important;
  }
}

@media only screen and (max-width: 1003px) {
  .heading-1,
  h1 {
    font-size: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .heading-1,
  h1 {
    font-size: 36px !important;
  }
}

@media only screen and (max-width: 479px) {
  .heading-1,
  h1 {
    font-size: 32px !important;
  }
}
