/*
$brand-color-1: #44474a;
$brand-color-2: #ffffff;
$brand-color-3: #272d2f;
$brand-color-4: #642015;
$brand-color-5: #aed1ef;
$brand-color-6: #6e1d26;
*/
/* Sass variables for media queries */
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
$brand-color-1: #44474a;
$brand-color-2: #ffffff;
$brand-color-3: #272d2f;
$brand-color-4: #642015;
$brand-color-5: #aed1ef;
$brand-color-6: #6e1d26;
*/
.text-overlay--background-image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.text-overlay--background-image div, .text-overlay--background-image img {
  height: 100%;
}

.text-overlay-wrapper {
  padding: 7vh 0;
  left: 0;
  width: 100%;
  z-index: 10;
  top: 0;
  bottom: 0;
  border-radius: 20px 20px 20px 0;
}
.text-overlay-wrapper .text-overlay {
  text-align: left;
  padding: 0 3vw;
}
.text-overlay-wrapper .text-overlay .container {
  max-width: 100%;
}
.text-overlay-wrapper .text-overlay .as-h1,
.text-overlay-wrapper .text-overlay h1 {
  color: #fefefe;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.57);
  font-size: clamp(70px, 10vw, 120px);
  margin: 0;
  line-height: 1.2;
  font-family: "Raleway", Georgia, "Times New Roman", serif;
}
.font-loaded .text-overlay-wrapper .text-overlay .as-h1,
.font-loaded .text-overlay-wrapper .text-overlay h1 {
  font-family: "Raleway", "Raleway", Georgia, "Times New Roman", serif;
}
.text-overlay-wrapper .text-overlay .as-h2,
.text-overlay-wrapper .text-overlay h2 {
  color: #fefefe;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.57);
  font-size: clamp(30px, 3vw, 62px);
  margin: 0;
  font-family: "Raleway", Georgia, "Times New Roman", serif;
}
.font-loaded .text-overlay-wrapper .text-overlay .as-h2,
.font-loaded .text-overlay-wrapper .text-overlay h2 {
  font-family: "Raleway", "Raleway", Georgia, "Times New Roman", serif;
}
.text-overlay-wrapper .text-overlay .as-h3,
.text-overlay-wrapper .text-overlay h3 {
  color: #fefefe;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.57);
  font-size: clamp(22px, 2.5vw, 57px);
  margin: 0;
  font-family: "Raleway", Georgia, "Times New Roman", serif;
}
.font-loaded .text-overlay-wrapper .text-overlay .as-h3,
.font-loaded .text-overlay-wrapper .text-overlay h3 {
  font-family: "Raleway", "Raleway", Georgia, "Times New Roman", serif;
}
.text-overlay-wrapper .text-overlay p {
  /*display: none;*/
}
@media (min-width: 1280px) {
  .text-overlay-wrapper .text-overlay p {
    display: block;
    font-size: 22px;
  }
}

.text-align-left .text-overlay {
  text-align: left;
  padding: 0 7vh;
}

.text-align-right .text-overlay {
  text-align: right;
  padding: 0 7vh;
}

.overlay-shadow .text-overlay-wrapper {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px 20px 20px 0;
}
.overlay-shadow .text-overlay h1 {
  font-family: "Raleway", Georgia, "Times New Roman", serif;
}
html[data-theme=light] .overlay-shadow .text-overlay h1 {
  color: #ffffff;
}
html[data-theme=dark] .overlay-shadow .text-overlay h1 {
  color: #ffffff;
}
.font-loaded .overlay-shadow .text-overlay h1 {
  font-family: "Raleway", "Raleway", Georgia, "Times New Roman", serif;
}
.overlay-shadow .text-overlay h2 {
  font-family: "Raleway", Georgia, "Times New Roman", serif;
}
html[data-theme=light] .overlay-shadow .text-overlay h2 {
  color: #ffffff;
}
html[data-theme=dark] .overlay-shadow .text-overlay h2 {
  color: #ffffff;
}
.font-loaded .overlay-shadow .text-overlay h2 {
  font-family: "Raleway", "Raleway", Georgia, "Times New Roman", serif;
}
.overlay-shadow .text-overlay h3 {
  font-family: "Raleway", Georgia, "Times New Roman", serif;
}
html[data-theme=light] .overlay-shadow .text-overlay h3 {
  color: #ffffff;
}
html[data-theme=dark] .overlay-shadow .text-overlay h3 {
  color: #ffffff;
}
.font-loaded .overlay-shadow .text-overlay h3 {
  font-family: "Raleway", "Raleway", Georgia, "Times New Roman", serif;
}
html[data-theme=light] .overlay-shadow .text-overlay p {
  color: #ffffff;
}
html[data-theme=dark] .overlay-shadow .text-overlay p {
  color: #ffffff;
}

.bg-color .text-overlay-wrapper .inner {
  padding: 20px 30px;
}
.bg-color .text-overlay {
  text-align: left;
}

/*# sourceMappingURL=overlay-text.css.map */
