.page-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 90% 80%;
  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/contact_us_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 90% 80%;
  background-attachment: fixed;
  opacity: 0.75;
}

.appeal-header {
  color: rgb(212, 67, 25);
}

@media screen and (max-width: 767px) {
  ul {
    padding-left: 20px;
  }

  .container-fluid {
    text-align: left;
    padding: 0% 5%;
  }

  .navLinks .dropdown-menu {
    margin-left: -10px;
    max-width: 100%;
  }

  .dropdown-item {
    padding: 0.25rem 1rem;
  }

  .dropdown-menu.show {
    max-width: 100%;
    font-size: 0.8rem;
  }
}
.section-container {
  padding: 0px;
}
.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;
}

h2 {
  font-size: 2.5rem;
}
