/**
 * @file
 * SASS Extends.
 */
.hero-section {
  background-color: #000;
}

.full-wh-container, .hero-section .node-school-full__field-hero-image,
.hero-section .node-camp-full__field-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 420px;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .hero-section {
    height: 500px;
  }
}
.hero-section h1 {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .hero-section h1 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .hero-section h1 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .hero-section h1 {
    font-size: 24px;
  }
}
.hero-section h1 div {
  display: block;
  margin-top: 15px;
  font-size: 32px;
}
@media (min-width: 768px) {
  .hero-section h1 div {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .hero-section h1 div {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .hero-section h1 div {
    font-size: 62px;
  }
}
.hero-section .node-school-full__field-hero-image:after,
.hero-section .node-camp-full__field-hero-image:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.75));
}
.hero-section .node-school-full__field-hero-image *,
.hero-section .node-camp-full__field-hero-image * {
  height: 100%;
  width: 100%;
}
.hero-section .node-school-full__field-hero-image img,
.hero-section .node-camp-full__field-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .node-school-full__field-hero-image .article,
.hero-section .node-camp-full__field-hero-image .article {
  font-size: 0;
}
.hero-section .node-school-full__field-hero-image:after,
.hero-section .node-camp-full__field-hero-image:after {
  background-image: radial-gradient(rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.12) 82%);
}
.hero-section .node-school-full__field-subtitle,
.hero-section .node-camp-full__field-subtitle {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .hero-section .node-school-full__field-subtitle,
.hero-section .node-camp-full__field-subtitle {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .hero-section .node-school-full__field-subtitle,
.hero-section .node-camp-full__field-subtitle {
    font-size: 24px;
  }
}

.hero-section .node-camp-full__field-subtitle {
  font-weight: 600;
}

/*# sourceMappingURL=hero-section.css.map */
