.section-title {
  color: black;
  height: 100%;
  min-height: 30rem;
}
.section-title div {
  height: inherit;
}
.section-title .skin {
  position: relative;
}
.section-title .skin .bg-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(75%);
}
.section-title .skin .page-menu {
  position: fixed;
  right: 0;
  top: calc(var(--drupal-displace-offset-top, 0px) + 3em);
  z-index: 100;
  height: fit-content;
}
.section-title .skin .page-menu ul {
  list-style: none;
  margin: 0;
  padding: 0 1em;
  height: 27px;
  line-height: 1em;
  background-color: rgba(0, 0, 0, 0.4);
}
.section-title .skin .page-menu li {
  float: left;
  margin-right: 4px;
  margin-top: 4px;
}
.section-title .skin .page-menu li a {
  font-family: "PT Sans";
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.section-title .skin .page-menu li:after {
  content: "|";
  color: #ccc;
  margin-left: 4px;
  vertical-align: 1px;
}
.section-title .skin .page-menu li:last-child:after {
  content: "";
  margin-left: 0;
}
@media (max-width: 600px) {
  .section-title .skin .page-menu {
    left: 0;
    width: 100%;
    padding: 0 2em 0.5em;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .section-title .skin .page-menu ul {
    width: 100%;
    background-color: transparent;
  }
  .section-title .skin .page-menu li {
    margin-top: 0;
  }
  .section-title .skin .page-menu a {
    font-size: 0.8em;
  }
}
.section-title .skin .caption {
  height: fit-content;
  position: absolute;
  bottom: 10%;
  left: 30%;
  z-index: 1;
}
.section-title .skin .caption h2,
.section-title .skin .caption h3 {
  color: white;
  width: fit-content;
  font-family: "Anivers-Bold";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  border: 4px solid white;
}
.section-title .skin .caption h2 {
  margin-bottom: 0.3em;
  font-size: 3.63rem;
  background-color: orange;
}
.section-title .skin .caption h3 {
  font-size: 2.64rem;
  background-color: maroon;
}
@media (max-width: 480px) {
  .section-title .skin .caption h2 {
    font-size: 1.6rem;
  }
  .section-title .skin .caption h3 {
    font-size: 1.2rem;
  }
}
.section-title.sub-section-title {
  height: 35rem;
}
.section-title.banner {
  height: 50rem;
}
.section-title.banner .bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: sepia(75%);
}

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