@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-smooth: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font: 400 2.1rem "circe", "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: #16469e;
}
* ::-moz-selection * {
  color: #fff;
}
* ::-moz-selection {
  color: #fff;
  background-color: #16469e;
}
* ::selection {
  color: #fff;
  background-color: #16469e;
}
* ::-moz-selection * {
  color: #fff;
}
* ::selection * {
  color: #fff;
}

.container{
    max-width: 960px;
}

#header{
    color: #fff;
}
#header .container{
    max-width: 1400px;
}
#header .brand{
    display: block;
    padding: 3.5rem 2rem;
    text-align: center;
    position: relative;  
}
.action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 2rem auto 2rem;
}
.btn-brush {
    padding: 1rem 5rem;
    background: url(button-brush.png) no-repeat center center;
    background-size: 100% 100%;
    text-decoration: none;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
.share {
    font-size: 5rem;
    z-index: 100;
}
.share a{
    color: #1b8f45;
}
#header .logo img {
    width: 100%;
    max-width: 700px;
    filter: drop-shadow(15px 0px 10px rgb(255 255 255 / 1));
}
.header-mobile{
    width: 100%;
}

#donate-bar{
    background: #eb1e23;
    padding: 1rem;
    text-align: center;
}
#donate-bar .container{
    max-width: 960px;
}
.donate-buttons h3 {
    color: #fff;
    font-size: 3.5rem;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
}
.donate-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.donate-buttons a {
    font-size: 3.1rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0rem 2rem;
    margin: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 8px solid transparent;
    border-image: url(chalk.png) 10 repeat;
}
#main-content{
    background: #0f2a54 url(bg.jpg) no-repeat center center;
    background-size: cover;
}
#content{
    background:#fff;
    padding: 2rem;
    max-width: 960px;
    margin: auto;
    color: #333;
}
.heading{
    font-weight: 700;
    font-size: 3.5rem;
    text-align: center;
}
.heading.bolder{
    font-weight: 800;
}
.heading.red{
    color: #eb1e23;
}
.heading.green{
    color: #1b8f45;
}
.priorities{
    color: #1b8f45;
    font-size: 2.8rem;
}
.priorities li{
    margin-bottom: 1rem;
}
.stroke-div{
    display: block;
    margin: 1.5rem auto 2rem;
    background: rgba(0, 0, 0, 0);
    background: linear-gradient(90deg,
     rgba(0, 0, 0, 0) 0%,
     rgba(0, 0, 0, 0.5) 30%, 
     rgba(0, 0, 0, 0.5) 70%, 
     rgba(0, 0, 0, 0) 100%);
    width: 25%;
    height: 0.5rem;
}
.stroke-div.green{
    display: block;
    margin: 1.5rem auto 2rem;
    background: rgba(18, 122, 56, 0);
    background: linear-gradient(90deg,
     rgba(18, 122, 56, 0) 0%,
     rgba(18, 122, 56, 0.5) 30%, 
     rgba(18, 122, 56, 0.5) 70%, 
     rgba(18, 122, 56, 0) 100%);
    width: 25%;
    height: 0.5rem;
}
.stroke-div.white{
    display: block;
    margin: 1.5rem auto 2rem;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(90deg,
     rgba(255, 255, 255, 0) 0%,
     rgba(255, 255, 255, 0.5) 30%, 
     rgba(255, 255, 255, 0.5) 70%, 
     rgba(255, 255, 255, 0) 100%);
    width: 25%;
    height: 0.5rem;
}

#quote{
    background: #0e2c62;
    padding: 3rem 2rem;
}
#quote .container{
    max-width: 1200px;
}
.quotext{
    color:#fff;
    text-align: center;
    text-wrap: pretty;
    font-size: 2.5rem;
    position: relative;
}
.quotext:before {
    content: ' ';
    width: 15rem;
    height: 15rem;
    background: url(quote.svg) no-repeat center top;
    display: block;
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: 10;
    background-size: contain;
}

#volunteer{
    background: #173024 url(chalkboard.jpg) no-repeat center center;
    background-size: cover;
    padding: 5rem 2rem;
    color: #fff;
}
#volunteer .container {
    max-width: 755px;
}

#volunteerForm .form-control,
#volunteerForm .form-control:hover,
#volunteerForm .form-control:active,
#volunteerForm .form-control:focus {
    font-size: 1.8rem !important;
    background-color: transparent;
    border: none;
    border-bottom: 4px solid #1b8f45;
    color: #fff;
}
#volunteerForm .form-control::placeholder{
    color: #fff;
}
#volunteerForm .form-control, #volunteerForm .form-check-input{
    border-radius: 0;
}
.volunteer-btn{
    display: inline-block;
    margin: 2rem auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.8rem;
    color: #fff;
    padding: 1rem 3rem;
    background: transparent;
    border: 4px solid #1b8f45;
}

#footer{
    padding: 3rem 2rem;
}
#footer h3{
    font-weight: 700;
    font-size: 4rem;
    text-align: center;
    font-style: italic;
    color: #1b8f45;
}
.disclaimer{
    background: #173024;
    color: #1b8f45;
    font-size: 1.4rem;
    text-align: center;
    padding: 1rem;
}

@media (min-width: 576px){
    #header .container{
        background:url(header.jpg) no-repeat 70% top;
    }
    #header .logo img {
        max-width: 700px;
    }
}
@media (min-width: 768px){
    .donate-buttons h3 {
        width: inherit;
        padding-right: 1rem;
    }
    .quotext{
        padding-left: 17rem;
    }
}