/* ******* 404 ******* */

/* HERO */

.c-home-hero__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.c-home-hero__title {
  font-size: 5rem;
  line-height: 0.9;
}
.c-home-hero__caption {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #e51e51;
  opacity: 0.75;
  letter-spacing: 0.05em;
  margin-bottom: 0.4em;
  text-indent: 2px;
}

@media (min-width: 768px) {
  .c-home-hero {
    height: 80vw;
  }
  .c-home-hero__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .c-home-hero__caption {
    font-size: 1.6rem;
    margin-bottom: 0.6em;
    text-indent: 3px;
  }
  .c-home-hero__title {
    font-size: 6rem;
  }
  .c-home-hero__text {
    font-size: 2.6rem;
  }
}

@media (min-width: 980px) {
  .c-home-hero {
    height: 86vh;
  }
  .c-home-hero__holder {
    padding-bottom: 10px;
  }
  .c-home-hero__title {
    font-size: 7rem;
  }

  .c-footer__newsletter {
    box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 1400px) {
  .c-home-hero__caption {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
  }
  .c-home-hero__title {
    font-size: 8rem;
  }
  .c-home-hero__text {
    font-size: 3.2rem;
  }
}
