@import url("https://fonts.googleapis.com/css?family=Open+Sans:wght@300;400;600;700|Calistoga");
body {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3 {
  font-family: "Calistoga", serif;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0px;
}

h4, h5 {
  font-family: "Open Sans", serif;
  text-transform: none;
  letter-spacing: 0px;
}

h1 {
  font-family: "Open Sans", serif;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}

.hero-block .slide-container h1, .secondary-block h1 {
  font-family: "Calistoga", serif;
  text-transform: none;
  letter-spacing: 0px;
  font-style: normal;
}

.hero-block .slide-container h1, .hero-block .editable-field h1, .hero-block .slide-edit-container h1, .hero-block .secondary-block-content h1, .secondary-block .slide-container h1, .secondary-block .editable-field h1, .secondary-block .slide-edit-container h1, .secondary-block .secondary-block-content h1 {
  font-size: 2em;
  border: none;
  font-weight: normal;
}
@media screen and (min-width: 63.75em) {
  .hero-block .slide-container h1, .hero-block .editable-field h1, .hero-block .slide-edit-container h1, .hero-block .secondary-block-content h1, .secondary-block .slide-container h1, .secondary-block .editable-field h1, .secondary-block .slide-edit-container h1, .secondary-block .secondary-block-content h1 {
    font-size: 3.2em;
  }
}
@media screen and (min-width: 80em) {
  .hero-block .slide-container h1, .hero-block .editable-field h1, .hero-block .slide-edit-container h1, .hero-block .secondary-block-content h1, .secondary-block .slide-container h1, .secondary-block .editable-field h1, .secondary-block .slide-edit-container h1, .secondary-block .secondary-block-content h1 {
    font-size: 4.5em;
    line-height: 1;
  }
}