.page-hero{
  position:relative;
  padding:12rem 0 6rem;
  background:
    linear-gradient(to right, rgba(5,10,18,.90), rgba(5,10,18,.72)),
    url('../img/backgrounds/page-hero.jpg') center center / cover no-repeat;
}

.page-hero .section-title{
  color:#fff;
}

.page-hero .section-copy{
  color:rgba(255,255,255,.75);
}