.page-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* separate background from the original element, so the children wont inherit the transparent attr */
.page-hero::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: linear-gradient(to bottom, transparent, mistyrose),
    url(../../images/aod.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.75;
}

.section-container {
  padding: 0px;
}
.ppaddingleft20 {
  padding-top: 20px !important;
}
.subpage-background {
  position: absolute !important;
  left: 0 !important;
  right: 8% !important;
  top: 0 !important;
  bottom: 0 !important;
  background-color: #ffffff !important;
  z-index: 0 !important;
}
