.subpage-background5 {
  position: absolute !important;
  left: 0 !important;
  right: 8% !important;
  top: 0 !important;
  bottom: 0 !important;
  background-color: #ffffff !important;
  z-index: -1 !important;
}
body {
  background-image: linear-gradient(
    rgba(254, 237, 209, 255) 10%,
    rgba(254, 237, 209, 255)
  );
}
.bg-footer {
  background-image: linear-gradient(
    rgba(254, 237, 209, 255) 10%,
    rgba(254, 237, 209, 255)
  );
}

@media screen and (max-width: 1024px) {
  footer {
    background-image: linear-gradient(
      rgba(254, 237, 209, 255) 10%,
      rgba(254, 237, 209, 255)
    );
  }
}

.page-hero {
  background: url("../../images/big_logo.png");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 80% 30%;
  background-attachment: fixed;
}

.subpage-background2 {
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  z-index: 0;
}

@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;
  }

  /* table{
font-size: 18px;
} */
  .indentation1 {
    padding-left: 0px;
  }
  .indentation2 {
    padding-left: 0px;
  }
  .section-container {
    padding: 0px 12px 0px 24px;
    margin-bottom: 96px;
  }
}

table {
  width: 100%;
  table-layout: auto;
  margin: 10px auto 15px;
  border-spacing: 0px;
  border-collapse: collapse;
}

table tr:nth-child(odd) {
  background: #f1f0f0;
}

table th {
  border-bottom: 1px solid #fff;
  text-align: left;
  color: #000;
  padding: 15px;
}

table th a {
  color: #006adb;
}

.page-hero {
  height: 600px;
  position: absolute;
  z-index: -1;
}

@media print {
  .page-hero {
    display: none;
  }
}
.whitebackgroundcolor {
  background-color: #fff !important;
}

.old-h1 {
  font-size: 2.5rem;
}
