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

.parallax--bg {
  transition: initial;
}

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

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

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

.title {
  max-width: 96%;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 1.5em;
  margin-top: 1em;
  padding-top: 1.1em;
  itext-shadow: 5px 5px 7px rgba(255, 255, 255, 1);
  ibackground-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(to left, rgba(0,0,0, 0), rgba(255,255,255, 0.3) 60%, rgba(0,0,0, 0));
}

.title a{
  cursor: pointer;
}

.title span {
  font-weight: 500;
  display: inline-block;
  font-size: 1.6em;
}

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

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

  .title {
    font-size: 2rem;
  }
}
