  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:link,
a:visited {
  text-decoration: underline;
  color: #ac2136;
}

a:hover,
a:active {
  color: #cf2741;
}

a.uk-button-primary {
  background-color: #ac2136;
  text-decoration: none;
}

a.uk-button-primary:hover,
a.uk-button-primary:active {
  background-color: #cf2741;
}

#cc-header {
  border-top: 6px solid #ac2136;
  background-color: #000000;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
}

img.branding {
  width: 175px;
}

.hero-image {
  background: url("https://www.cecil.edu/wp-content/pages/little-black-dress/img/lbd-mobile-2025-final.webp") top center;
  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: 150%;
}

footer {
  background-color: #000000;
  border-top: 6px solid #ac2136;
  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: 200%;
  }
}

@media (min-width: 960px) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 150%;
  }

  p,
  ul {
    font-size: 125%;
  }

  .hero-image {
    background: url("https://www.cecil.edu/wp-content/pages/little-black-dress/img/lbd-desktop-2025-final.webp") top center;
    height: 60%;
  }

  .hero-image .uk-container img {
    width: 250px;
  }
}

@media (min-width: 1220px) {
  .hero-image {
    height: 70%;
  }
}
