/* V31 — clearer homepage imagery with a restrained white veil */
.home-page .hero-slide img{
  opacity:.96!important;
  filter:saturate(.9) contrast(1.01) brightness(1.01)!important;
}
.home-page .hero-shade{
  background:
    linear-gradient(90deg,rgba(255,255,255,.72) 0%,rgba(255,255,255,.48) 31%,rgba(255,255,255,.16) 64%,rgba(255,255,255,.03) 100%),
    linear-gradient(0deg,rgba(255,255,255,.28),rgba(255,255,255,0) 48%)!important;
}
.home-page .hero-slide:nth-child(2) .hero-shade{
  background:linear-gradient(0deg,rgba(255,255,255,.30),rgba(255,255,255,.12) 48%,rgba(255,255,255,.08))!important;
}
.home-page .hero-slide:nth-child(3) .hero-shade{
  background:
    linear-gradient(270deg,rgba(255,255,255,.74) 0%,rgba(255,255,255,.47) 32%,rgba(255,255,255,.15) 65%,rgba(255,255,255,.03) 100%),
    linear-gradient(0deg,rgba(255,255,255,.25),rgba(255,255,255,0) 50%)!important;
}
.home-page .hero-copy h1,
.home-page .hero-copy h2{
  text-shadow:0 2px 24px rgba(255,255,255,.45);
}
@media (max-width:760px){
  .home-page .hero-slide img{
    opacity:.98!important;
    filter:saturate(.94) contrast(1.02) brightness(1)!important;
  }
  .home-page .hero-slide .hero-shade,
  .home-page .hero-slide:nth-child(2) .hero-shade,
  .home-page .hero-slide:nth-child(3) .hero-shade{
    background:linear-gradient(0deg,rgba(255,255,255,.80) 0%,rgba(255,255,255,.20) 42%,rgba(255,255,255,.03) 76%)!important;
  }
}
