.header {
    padding: 0 2em;
    background-attachment: fixed;
    background-image: url(../images/backdrop.jpg);
    background-repeat: no-repeat;
    background-position: center -100px;
    background-size: cover;
}
.header-container {
    max-width: 1200px;
    margin: 1px auto;
    padding: 1em;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    text-align: center;
}
.header-container h1 {
    max-width: 800px;
    font-size: 2.5em;
    margin: 1em auto;
    font-weight: 100;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}

.header-container p {
    max-width: 800px;
    margin: 0 auto 1em;
    font-size: 1em;
}
 .u-section-1 {
  background-image: url("../images/backdrop.jpg");

}
h3  {
    font-size: 2em;
}
p {
    max-width: 800px;
    margin: 0 auto;
}
img {
    width: 100%;
        height: 300px;
    object-fit: cover;
}

.btn {
    padding: 1em;
    background: #39c8e8;
    color: #fff !important;
    opacity: 1;
    display: block;
    margin: 2em auto;
    max-width: 200px;
    text-transform: uppercase;
}
.btn:hover {
    background: #0093b4;
}



section {
    text-align: center;
}
section.dark {
    background: #000;
    color: #fff;
}
section.dark h2 {
    color: #fff;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em 1em;
}



.internal section {
    text-align: left;
}

.internal .page-content{
    max-width: 800px;
    margin: 0 auto;
}
.internal section h4 {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 1.2rem;
    font-weight: 400;
}
.internal .btn-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
.internal section .btn {
    margin: 0 0 3em 0;
    text-align: center;
}

.internal section.gray {
    background: #333;
    color: #fff;
    text-align: center;
}
.internal section.gray h2 {
    color: #fff;
    text-align: center;
}
.internal section.gray .btn {
    margin: 0 auto;
}

.internal section.gray.light {
    background: #666;
}
footer {
    background: #000;
    color: #fff;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em;
}

footer a {
    color: #fff;
}
footer a:hover {
    color: #39c8e8;
}
.social-icons {
    display: flex;
}
footer svg {
    fill: #fff;
    width: 30px;
}



/* Core styles/functionality */
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
  background: #f5f5f5;
  padding: 0 20px;
}
.tab input:checked ~ .tab__content {
  max-height: 100rem;
}

/* Visual styles */
.accordion {

  border: 2px solid;
  border-radius: 0.5rem;
  overflow: hidden;
}
.tab__label,
.tab__close {
  display: flex;
  color: white;
  cursor: pointer;
}
.tab__label {
  justify-content: space-between;
  padding: 1rem;
  background: #39c8e8;
  width: 220px;
  text-transform: uppercase;
}
.tab__label::after {
  content: "\002B";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
      font-size: 1.5em;
    line-height: 1em;
}
.tab input:checked + .tab__label::after {
  content: "\2212";

}
.tab__content p {
  margin: 0;
  padding: 0 0 1rem 0;
}

.tab__content p:first-of-type {
    padding-top: 1rem;
}

.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}





.program-faqs .page-content h3 {
    margin-top: 2em;
}

@media (min-width: 800px) {
    .header-container h1 {
        font-size: 4.5em;
    }
    
    .header-container p {
        font-size: 1.5em;
    }
    .obj-container {
        display: flex;
        gap: 1em;
    }
    .impact {
        display: flex;
    }
    
    .impact-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 2em;
    }
    .impact img {
        width: 50%;
        height: 500px;
        object-fit: cover;
    }
}
