/* parallax
======================== */

.parallax--bg {
  transition: initial;
}

/* Hero section
========================= */

.header-container {
  display: initial;
  position: absolute;
  top: 18vh;
  left:0;
  padding-top: 15vh;
  width:100%;
  height: 50vh;
  z-index: 1;
  vertical-align: bottom;
}

.hero-bg-1 {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  transition: initial;
}

.title {
  max-width: 96%;
  font-size: 1.2rem;
  color: #198dc6;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
  font-weight: 900;
  margin-bottom: 1.5em;
  margin-top: 1em;
}

.title span {
  font-weight: 300;
  display: block;
  font-size: .6em;
}

.title-cta {
  margin: 0 0 .5em;
}


@media (min-width: 60rem) {
  .header-container {
    padding-top: 35vh;
    vertical-align: top;
    height: 100vh;
  }

  .hero-bg-1 {
    background-size: cover;
  }

  .title {
    font-size: 30px;
  }
}
