/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.headlinebanner-text-container {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.experience-assets-headlinebanner {
  width: 100%;
}

.headline-banner {
  position: relative;
  justify-content: center;
}

.headlinebanner-text {
  color: black;
}

.headlinebanner-text a {
  color: white;
  text-decoration: none;
}

.headlinebanner-text a:hover {
  color: white;
  text-decoration: none;
}

.headlinebanner-text .headlinebanner-wrap {
  padding: 24px;
  display: inline-block;
  text-align: center;
}

.headlinebanner-text .headlinebanner-wrap h1 {
  margin-bottom: 0;
}

.headlinebanner-text .headlinebanner-wrap p {
  padding-right: 1rem;
  padding-left: 1rem;
  text-shadow: 1px 1px 3px #333;
}

.headlinebanner-text-heading {
  font-size: 4vw;
}

.headlinebanner-text-subheading {
  font-size: 3vw;
  letter-spacing: 1px;
}

.headline-banner .component-image {
  height: 300px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .headlinebanner-text-heading {
    font-size: 2.5vw;
  }
  .headlinebanner-text-subheading {
    font-size: 1.25vw;
  }
  .headline-banner .component-image {
    height: 351px;
  }
}
@media only screen and (min-width: 1200px) {
  .headlinebanner-text-heading {
    font-size: 30px;
  }
  .headlinebanner-text-subheading {
    font-size: 15px;
  }
  .headline-banner .component-image {
    height: 400px;
  }
}
