/* Licensed Aleutian landscape photography */
.about-hero-image {
  background-image: url("assets/aleutian-about-landscape.jpg");
  background-position: center 48%;
}

.services-hero-image {
  background-image: url("assets/aleutian-services-landscape.jpg");
  background-position: center 54%;
}

.contact-hero-image {
  background-image: url("assets/aleutian-contact-landscape.jpg");
  background-position: center 50%;
}

.testimonials-hero {
  background-color: #0b2731;
  background-image:
    linear-gradient(90deg, rgba(5, 24, 32, 0.78), rgba(5, 24, 32, 0.28) 68%),
    url("assets/aleutian-testimonials-landscape.jpg");
  background-position: center;
  background-size: cover;
}

.support-hero {
  background-color: #0b2731;
  background-image: url("assets/aleutian-support-landscape.jpg");
  background-position: center 56%;
  background-size: cover;
}

.support-horizon {
  background:
    linear-gradient(90deg, rgba(5, 24, 32, 0.9), rgba(5, 24, 32, 0.45) 68%, rgba(5, 24, 32, 0.2)),
    linear-gradient(0deg, rgba(5, 24, 32, 0.66), transparent 62%);
}

@media (max-width: 700px) {
  .about-hero-image {
    background-position: 62% center;
  }

  .services-hero-image,
  .contact-hero-image {
    background-position: center;
  }

  .support-hero {
    background-position: 58% center;
  }
}
