  
h1,
.cc-header-one {
  font-size: 1vw;
}

body,
html {
  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,
.cc-header-one {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
}

h1,
.cc-header-one {
  font-size: 1.6em;
  line-height: 1.1em;
}

a {
  text-decoration: underline;
}
/*
.uk-grid-margin {
  margin-top: 25px !important;
}
*/
.uk-margin-large {
  margin-top: 30px;
  margin-bottom: 30px;
}
.uk-block-gold {
  background-color: #ffd700;
}

.uk-block-gold p,
.uk-block-gold h1 {
  color: #434343;
}

#cc-header {
  border-top: 6px solid #ffd700;
}

img.branding {
  width: 175px;
}

.hero-image {
  background: url("/wp-content/pages/learning-workshops/img/learning-workshops-2026-mobile.webp") right top;
  background-size: cover !important;
  height: 50%;
  position: relative;
}

span.cc-gold {
  color: #ffd700;
}

hr.cc-gold {
  border-top: 3px solid #ffd700;
}

footer {
  background-color: #006838;
  border-top: 6px solid #ffd700;
  border-bottom: none;
}

@media (min-width: 768px) {
  h1,
  .cc-header-one {
    font-size: 2.5em;
  }

  img.branding {
    width: 300px;
  }

  .hero-image {
    height: 50%;
  }
}

@media (min-width: 960px) {
  h1,
  .cc-header-one {
    font-size: 2.7em;
  }

  .hero-image {
    background: url("/wp-content/pages/learning-workshops/img/learning-workshops-2026-desktop.webp") center top;
    height: 60%;
  }
}

@media (min-width: 1220px) {
  .hero-image {
    height: 70%;
  }
}
