@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: 500 1.8rem Helvetica, Arial, sans-serif;
  background: #fff;
  line-height: 1.3em;
}

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: #003cff;
}
*::-moz-selection * {
  color: #fff;
}
*::selection {
  color: #fff;
  background-color: #003cff;
}
*::selection * {
  color: #fff;
}
#header{
  background: #001e4e;
  border-radius: 0 0 1.5rem 1.5rem;
  padding: 4rem;
}
#header .row{
  max-width: 625px;
  margin: auto;
}
#donate{
  font-family: 'Source Serif Pro', serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.1rem;
  display: block;
  border: 1px solid #ffde16;
  padding: 1rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.share{
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.share h3{
  font-family: 'Source Serif Pro', serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.1rem;
  letter-spacing: 0.1rem;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.share a {
  display: inline-block;
  background: #ffde16;
  border-radius: 1000px;
  width: 3rem;
  height: 3rem;
  text-align: center;
  color: #001e4e;
  line-height: 3rem;
  margin: auto 0.5rem;
  cursor: pointer;
}
h1, h2{
  font-family: 'Source Serif Pro', serif;
  font-weight: bold;
  font-size: 3.8rem;
  color: #001e4e;
}
.section{
  padding: 5rem 0;
}
.section img{
  border-radius: 1.5rem;
}
.section .row{
  align-items: center;
}
.textblock{
  padding: 4rem;
}
#danny{
  position: relative;
  z-index: 1;
}
#volunteer{
  background: #bdbec2;
  background-size: auto 100%;
  border-radius: 1.5rem;
  padding: 1rem;
  margin-bottom: 4rem;
}
#volunteer h2{
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
#volunteerForm .form-control{
  font-size: 1.8rem !important;
}
.volunteerblock{
  padding: 3rem;
  background: rgba(189,190,194, 0.7);
  border-radius: 1.5rem;
}
.volunteer-btn{
  background: #ffde16;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 1.5rem;
  letter-spacing: 0.1rem;
  color: #001e4e;
  font-size: 2.1rem;
  width: 100%;
  border-radius: 1.5rem;
  border: 0;
}
#footer{
  background: #001e4e;
  padding: 4rem 1rem 1rem;
}
#footer .container{
  max-width: 760px;
}
.cta{
  padding: 1rem 3rem 3rem;
}
.cta #donate{
  margin-bottom: 3rem;
}
#footer-logo{
  padding: 1rem 3rem;
}
.disclaimer{
  color: #b3bcca;
  text-align: center;
  font-size: 1.4rem;
  padding-top: 3rem;
}
@media (min-width: 576px){
  #about {
    font-size: 2.1rem;
    line-height: 1.3em;
    margin-right: -13rem;
    z-index: 100;
    position: relative;
    background: #fff;
    border-radius: 1.5rem;
  }
}
@media (min-width: 992px){
  #volunteer{
    background: #bdbec2 url(danny-web.jpg) no-repeat left top;
    min-height: 470px;
  }
}