section#hero {
  /**&.has-alert {
    @media ($desktop_break) {
      height: 100vh;
    }
  }*/
}
section#hero h1,
section#hero h2 {
  margin: 0;
}
section#hero a:not(.btn) {
  text-decoration: none;
}
section#hero a:not(.btn):hover {
  text-decoration: underline;
}
section#hero .content {
  padding: 2% 5% 10%;
}
@media (min-width: 1024px) {
  section#hero .content {
    padding: 24px 0 4%;
  }
}
@media (min-width: 1024px) {
  section#hero .content.has-alert {
    padding: 1% 0 6%;
  }
}
section#hero .content .header .header-label {
  color: var(--theme-white);
  font-size: 42px !important;
  line-height: normal;
}
@media (min-width: 1024px) {
  section#hero .content .header .header-label {
    font-size: 61px !important;
    width: 50%;
  }
}
section#hero .content .header .header-subtitle {
  color: var(--theme-white);
  padding: 40px 0;
}
section#hero .content .box-info {
  background: rgba(0, 0, 0, 0.5);
  padding: var(--spacing-xl);
}
@media (min-width: 1024px) {
  section#hero .content .box-info {
    width: 65%;
  }
}
section#hero .content .box-info .time-block,
section#hero .content .box-info .location-block {
  margin-bottom: 30px;
}
section#hero .content .box-info .time-block p,
section#hero .content .box-info .time-block a,
section#hero .content .box-info .location-block p,
section#hero .content .box-info .location-block a {
  color: #FEFEFE;
  font-size: 14px;
  margin-block: var(--spacing-xs);
}
section#hero .content .box-info .time-block p,
section#hero .content .box-info .time-block .location-link,
section#hero .content .box-info .location-block p,
section#hero .content .box-info .location-block .location-link {
  margin-left: 35px;
}
section#hero .content .box-info .time-block .location-link a:hover,
section#hero .content .box-info .location-block .location-link a:hover {
  color: var(--surface-default);
}
section#hero .content .box-info .label {
  font-weight: 700;
  color: var(--theme-white);
}
section#hero .content .box-info .label:before {
  position: relative;
  color: var(--secondary-color);
  font-size: 25px;
  margin-right: 10px;
  top: 5px;
}
section#hero .content .info {
  color: var(--theme-white);
  font-size: 16px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
}
@media (min-width: 1024px) {
  section#hero .content .info {
    position: absolute;
    bottom: 0;
    padding-left: 10%;
    padding-right: 5%;
  }
}
section#hero .content .info a {
  color: var(--theme-white);
  font-weight: 700;
  text-decoration: underline;
}
section#hero .content .info a:hover {
  text-decoration: none;
}
section#hero .content .info a:hover i {
  margin-left: 16px;
  transform: scale(1.2);
}
section#hero .content .info a i {
  position: relative;
  font-size: 26px;
  margin-left: 8px;
  transform: scale(1);
  transition: 0.25s all ease;
  top: 5px;
}
section#hero .down-arrow {
  text-align: center;
}
@media (min-width: 1024px) {
  section#hero .down-arrow {
    display: block;
    padding-bottom: 1.5rem;
  }
}
section#hero .down-arrow a {
  color: var(--theme-white);
  font-size: 16px;
  text-decoration: none;
}
section#hero .down-arrow a:before {
  color: var(--secondary-color);
  margin-right: 16px;
  font-size: 24px;
}
section#hero .down-arrow a:after {
  font-family: bootstrap-icons;
  content: "\f124";
  margin-left: 16px;
  font-size: 28px;
  position: relative;
  top: 7px;
}
section#hero .down-arrow a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 20px;
  text-decoration: none;
}

/**.toolbar-fixed,
.toolbar-vertical {
  section {
    &#hero {
      bottom: 250px;
    }
  }
}

.path-frontpage {
  .field--name-body > div {
    &:not(#anchor-section):not(.block-museum-home) {
      position: relative;
      bottom: 140px;
    }
  }
}*/
header.usa-header.no-hero.is-front-page {
  background: url("/themes/custom/museum/images/herob.png"), radial-gradient(94.82% 57.29% at 30.35% 40.66%, rgba(66, 63, 44, 0.9) 0%, rgba(27, 27, 27, 0.9) 100%);
  position: relative;
  background-position-x: center !important;
  background-position-y: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-blend-mode: overlay, normal;
  background-color: var(--gray-scale-caption);
}
@media (min-width: 1024px) {
  header.usa-header.no-hero.is-front-page {
    min-height: 90vh;
  }
}
/*# sourceMappingURL=museum_nam_home.css.map */
