html, body {
  font-family: 'Comfortaa', Helvetica, cursive;
}

.intro {
  margin-top: 13rem;
}

a {
  color: #009b45;
  text-decoration: none;
}

a:hover {
  color: #009b45;
  text-decoration: none;
}

.home-landing {
  position: relative;
  width: 100%;
  height: 780px;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 410px) {
  .home-landing {
    height: 100vh;
  }
}

.landing-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, .6);
}

.background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -2;
  background-image: url('/static/web/images/israel-palacio-Y20JJ_ddy9M-unsplash.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 1385px) {
  .background-image {
    background-size: auto 100%;
  }
}

.header-content {
  z-index: 2;
  color: #ffffff;
}

a.app-button {
  color: #000000;
}

a.app-button:hover {
  color: #000000;
}

.chevron-icon {
  left: 45%;
  position: absolute;
  bottom: 20px;
}
