@media (max-width: 767px) {
    html {
      font-size: 8px;
    }
  }
  @media (min-width: 768px) {
    html {
      font-size: 9px;
    }
  }
  @media (min-width: 992px) {
    html {
      font-size: 10px;
    }
  }
  html, body {
    min-height: 100%;
    height: auto;
  }
  
  body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font: 400 1.8rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
  }
  
  img {
    max-width: 100%;
  }
  
  a, button {
    border-radius: 0;
    cursor: pointer;
  }
  
  sup {
    line-height: 1em;
    vertical-align: super;
    display: inline-block;
    position: static;
  }
  
  input {
    border-radius: 0;
  }
  
  iframe {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  * ::-moz-selection {
    color: #fff;
    background-color: red;
  }
  * ::-moz-selection * {
    color: #fff;
  }
  * ::-moz-selection {
    color: #fff;
    background-color: red;
  }
  * ::selection {
    color: #fff;
    background-color: red;
  }
  * ::-moz-selection * {
    color: #fff;
  }
  * ::selection * {
    color: #fff;
  }
  
  .container {
    max-width: 960px;
    width: 100% !important;
  }
  
  header {
    background: #0b6666;
    padding: 4rem 15px;
    border-bottom: 3px solid #ffcd32;
  }
  header img {
    width: 52rem;
    display: block;
    margin: 0 auto 4rem auto;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  }
  header .cta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  header .cta a {
    text-decoration: none;
    outline: none;
    color: white;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
    transition: color 0.3s, border 0.3s;
  }
  header .cta a:hover, header .cta a:focus {
    color: #ffcd32;
    border-color: #ffcd32;
    outline: none;
    text-decoration: none;
  }
  header .cta .fab {
    font-size: 5rem;
  }
  header .cta .donate {
    font: 500 3.3rem/1em "Oswald", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 2px solid white;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 1rem 3rem;
  }
  
  .intro {
    background: url(school.jpg) center center/cover no-repeat;
    padding: 6rem 15px;
  }
  .intro div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6rem;
    margin: auto;
    max-width: 970px;
  }
  .intro .derek {
    width: 28rem;
    box-sizing: content-box;
    border: 1rem solid white;
  }
  .intro blockquote {
    flex: 1;
    font: 400 3.9rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    text-align: center;
  }
  .intro blockquote p {
    margin-bottom: 3rem;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  }
  .intro blockquote img {
    width: 28rem;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  }
  
  .content {
    background: url(paper.jpg) center center/cover no-repeat;
    padding: 6rem 15px;
  }
  .content img {
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
  }
  .content h1 {
    margin-bottom: 3rem;
    font: 800 6rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #343434;
    text-align: center;
  }
  .content h1 strong {
    text-transform: uppercase;
    background: url(underline.svg) center bottom/100% 1rem no-repeat;
    font-weight: 800;
  }
  .content h1 span {
    display: block;
    font-weight: 600;
    font-style: italic;
    font-size: 5rem;
    color: #0b6666;
  }
  .content div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
    margin: auto;
    max-width: 900px;
  }
  .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    flex: 1;
  }
  .content ul li {
    padding-left: 8rem;
    margin-bottom: 3rem;
    font: 800 2.5rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #343434;
  }
  .content ul li span {
    display: block;
    font-size: 3rem;
    font-weight: 400;
    color: #0b6666;
  }
  .content ul li::before {
    content: "";
    display: inline-block;
    background: url(check.svg) center bottom/5rem auto no-repeat;
    width: 8rem;
    height: 5rem;
    position: relative;
    bottom: -1rem;
    margin-left: -8rem;
  }
  
  .bio {background: #063333;
    padding: 6rem 15px;
    text-align: center;color:#fff;border-bottom: 3px solid #ffcd32;}
  .bio .wrapper {margin:0 30px;}
  .bio h2 {color:#ffcd32;font-size:2.8rem;font-weight:600;}
  .bio h2:last-of-type {margin-top:2rem;}
  .bio p {margin-bottom:1.8rem;line-height:1.4;}
  .bio ul {text-align: left;margin: 0 auto;max-width: 680px;}
  .bio li {line-height:1.8;margin-bottom:5px;}
  .bio li a {color:#fff;text-decoration:underline;}
  @media(min-width:1200px){
    .bio .wrapper {max-width:1100px;margin:0 auto;}
  }

  footer {
    background: #063333;
    padding: 6rem 15px;
    text-align: center;
  }
  footer .outtro {
    color: white;
    font: italic 800 6rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 6rem;
  }
  footer .outtro span {
    display: block;
    font-weight: 400;
    font-size: 4.8rem;
  }
  footer h2 {
    color: #ffcd32;
    font: 700 4rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 2rem;
  }
  footer form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto 4rem auto;
  }
  footer form input {
    flex: 1;
    background: white;
    border: none;
    border-radius: 0;
    color: #063333;
    transition: background 0.3s, color 0.3s;
    font: 400 21px/1em "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 1rem 1.5rem;
    outline: none;
  }
  footer form .full {
    flex: auto;width:100%;
  }
  footer form input::-moz-placeholder {
    color: #063333;
  }
  footer form input::placeholder {
    color: #063333;
  }
  footer form input:focus {
    background: #0b6666;
    color: white;
  }
  footer form input:focus::-moz-placeholder {
    color: white;
  }
  footer form input:focus::placeholder {
    color: white;
  }
  footer form label .choice__text {color:#fff;}
  footer form button, footer form .btTxt {
    background: #ffcd32;
    font: 500 30px/1em "Oswald", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #063333;
    padding: 0.7rem 3rem;
    outline: none;
    border: none;
    border-radius: 0;
    transition: background 0.3s, color 0.3s;
  }
  footer form button:hover, footer form button:focus, footer form .btTxt:hover, footer form .btTxt:focus {
    background: #0e8080;
    color: #063333;
  }
  footer form button:focus, footer form .btTxt:focus {
    outline: none;
  }
  .volunteer {
    display: inline-block;
    margin:2rem auto 5rem auto;
    background: #ffcd32;
    font: 500 30px/1em "Oswald", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #063333;
    padding: 1.5rem 3rem;
    outline: none;
    border: none;
    border-radius: 0;
    text-decoration: none;
    transition: background 0.3s;
  }
  .volunteer:hover, .volunteer:focus {
    background: #128080;
    text-decoration: none;
    color: #063333;
  }
  footer img {
    width: 41.5rem;
    display: block;
    margin: 0 auto 4rem auto;
  }
  footer .cta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  footer .cta a {
    text-decoration: none;
    outline: none;
    color: #0e8080;
    transition: color 0.3s, border 0.3s;
  }
  footer .cta a:hover, footer .cta a:focus {
    outline: none;
    color: white;
    border-color: white;
    text-decoration: none;
  }
  footer .cta .fab {
    font-size: 5rem;
  }
  footer .cta .donate {
    font: 500 3.3rem/1em "Oswald", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 3px solid #0e8080;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 1rem 3rem;
  }
  footer .disclaimer {
    text-align: center;
    color: #0e8080;
    margin: 0;
    padding-top: 5rem;
    font: 400 14px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .hide {
    display: none;
  }
  
  @media (max-width: 767px) {
    .intro div {
      flex-direction: column;
    }
    .content div {
      flex-direction: column;
    }
  }/*# sourceMappingURL=style.css.map */