.page-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}

.page-hero::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: linear-gradient(to bottom, transparent, mistyrose),
    url(../../images/resources_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  opacity: 0.75;
}

table {
  width: 100%;
  margin: 48px 0px;
  font-size: 1.25rem;
  border-collapse: collapse;
}

table th {
  width: 200px;
  font-weight: bold;
  background: rgb(255, 142, 72);
}

table td {
  width: max-content;
}

table tr:nth-child(odd) td {
  background: #fafafa;
}

table th,
table td {
  padding: 1rem;
}

.activity-title {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .activity-title {
    font-size: 1.5rem;
  }

  table {
    width: 100%;
    margin: 48px 0px;
    font-size: 1rem;
    border-collapse: collapse;
  }

  table th,
  table td {
    padding: 0.5rem;
    width: min-content;
  }

  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;
  }
}
.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;
}
