@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 2.2rem "Montserrat", Helvetica, Arial, sans-serif;
  background: #1b3d5b;
}

img {
  max-width: 100%;
}

a, button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

sup {
  line-height: 1em;
  vertical-align: super;
  display: inline-block;
  position: static;
}

input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

iframe {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

*::-moz-selection {
  color: #fff;
  background-color: #1b3d5b;
}
*::-moz-selection * {
  color: #fff;
}
*::selection {
  color: #fff;
  background-color: #1b3d5b;
}
*::selection * {
  color: #fff;
}
#header{
  text-align: center;
  padding: 3rem 3rem 6.5rem;
  background: #ffffff url(header-bg.jpg) no-repeat center center;
  background-size: cover;
  border-bottom: 10px solid #ffffff;
}
#header #logo{
  max-width: 53rem;
  text-align: center;
  margin: auto;
}
#main{
  padding: 0 2rem;
}
.save{
  background-color: #71fd3d;
  padding: 0 0.2em;
}
.tagline h1{
  font-size: clamp(1.6rem, 0.6rem + 4vw, 4.5rem);
  font-weight: 900;
  display: inline-block;
  color: #1b3d5b;
  background: #71fd3d;
  padding: 1.2rem 3rem;
  margin:1rem auto;
  text-transform: uppercase;
}
.cta{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}
.cta a{
  color: #1b3d5b;
  font-size: 3.8rem;
}
.cta a.donate{
  background: #1b3d5b;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.2rem;
  padding: 0.9rem 3.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
#quote{
  max-width: 960px;
  margin: -3.5rem auto 0;
  padding: 3.5rem 6.5rem;
  border-top: 10px solid #1b3d5b;
  background: #F0F4F7;
  background: linear-gradient(180deg, rgba(240, 244, 247, 1) 0%, rgba(224, 233, 239, 1) 50%);
  box-sizing: border-box;
}
#quote h2{
  text-transform: uppercase;
  text-align: center;
  color: #1b3d5b;
  font-weight: 700;
  font-size: 3.6rem;
  margin: 0 auto 1em;
  text-wrap: pretty;
}
.quote{
  padding: 0 0rem 0 7.5rem;
  margin: auto;
  position: relative;
  font-size:  2.8rem;
  color: #1b3d5b;
  max-width: 800px;
  box-sizing: border-box;
  text-wrap: pretty;
}
.quote::before{
  content: ' ';
  position: absolute;
  top: -0.6rem;
  left: 0;
  width: 6rem;
  height: 6rem;
  background: url(quote.svg) no-repeat left top;
  background-size: contain;
}
.cite{
  font-size: 2.8rem;
  font-weight: 700;
  color: #1b3d5b;
  text-align: right;
  padding: 1em 1.6rem 0 0;
}
#priorities{
  margin: 3rem auto;
  background: #96cc64;
  border: 1px solid #ffffff;
  padding: 4.5rem 4.5rem 1rem;
  box-sizing: border-box;
  max-width: 960px;
  color: #1b3d5b;
}
#priorities h2{
  font-size: 4.5rem;
  font-weight: 900;
  text-align: center;
  margin-top: 0;
}
#priorities ul{
  font-size: 2.8rem;
  font-weight: 500;
}
#priorities ul strong{
  font-weight: 900;
}
#priorities li{
  padding-bottom: 3rem;
}
#about{
  padding: 3.5rem;
  box-sizing: border-box;
  max-width: 960px;
  margin: auto;
  background-color: #ffffff;
  display: flex;
  gap: 2.4rem;
}
#about h2{
  font-size: 4.5rem;
  background-color: #71fd3d;
  padding: 1.6rem;
  color: #1b3d5b;
  display: inline-block;
  margin: 0 0 2.8rem 0;
  font-weight: 900;
}
.content {
  width: 65%;
  font-size: 1.8rem;
  text-wrap: pretty;
  color: #1b3d5b;
}
.pic {
  width: 35%;
  background: url(Jon-Pearlman.jpg);
  background-size: cover;
  background-position: center center;
}
.pic img {
  display: none;
  overflow: hidden;
}
#footer{
  text-align: center;
  padding: 2rem;
}
#footer .tagline h3{
  font-size: clamp(1.6rem, 0.6rem + 4vw, 4rem);
  font-weight: 900;
  margin: 0;
  color:#ffffff;
}
#footer .cta{
  margin: 2rem auto;
}
#footer .donate{
  border: 2px solid #ffffff;
}
.disclaimer{
  font-size: 1.4rem;
  color: #ffffff;
}
@media (max-width: 565px) {
  #quote h2{
    font-size: 2.6rem;
  }
  .quote{
    padding: 0 0rem 0 3.5rem;
    font-size: 2.2rem;;
  }
  .quote::before{
    width: 3rem;
  }
  #priorities{
    padding: 3.5rem 2rem 1rem;
  }
  #about{
    flex-wrap: wrap;
  }
  .content {
    width: 100%;
    order: 1;
  }
  .pic {
    width: 100%;
    min-height: 55rem;
    order: 0;
  }
}