  body,
html {
  color: #434343;
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  line-height: normal;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
}

h1 {
  color: #fff !important;
  font-size: 2.5em;
  line-height: 1.1em;
}

h2 {
  font-size: 22px;
  line-height: 30px;
}

h1,
.uk-block-gold p {
  color: #006838;
  margin-top: 10px;
}

a {
  text-decoration: underline;
}

#cc-header {
  border-top: 6px solid #ffd700;
}

img.branding {
  width: 175px;
}

.hero-image {
  background: url("/wp-content/pages/open-house/img/open-house-spring-2026-mobile.webp") center right;
  background-size: cover !important;
  height: 50%;
  position: relative;
}

.hero-image:after {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.4);
}

.hero-image .uk-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 1;
}

.uk-block-gold {
  background-color: #ffd700;
}

.uk-block-gold .uk-container img {
  width: 250px;
}

.uk-grid-margin {
  margin-top: 25px !important;
}

#intro-copy {
  font-size: 1.6em;
}

.cc-lead {
  font-size: 1.25em;
}

footer {
  background-color: #006838;
  border-top: 6px solid #ffd700;
  border-bottom: none;
}

/* Media Queries */
@media (min-width: 768px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  img.branding {
    width: 300px;
  }

  .hero-image {
    height: 50%;
  }

  #intro-copy {
    font-size: 2em;
  }

  .cc-lead {
    font-size: 1.4em;
  }
}

@media (min-width: 960px) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 150%;
  }

  p,
  ul {
    font-size: 125%;
  }

  .hero-image {
    background: url("/wp-content/pages/open-house/img/open-house-spring-2026-desktop-alt.webp") top right;
    height: 60%;
  }

  .hero-image .uk-container img {
    width: 250px;
  }
}

@media (min-width: 1220px) {
  .hero-image {
    height: 70%;
  }
}
