@media (max-width: 767px) {
  html {
    font-size: 7px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 8px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  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, Arial, sans-serif;
  background: #fff;
}

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: red;
}
*::-moz-selection * {
  color: #fff;
}
*::selection {
  color: #fff;
  background-color: red;
}
*::selection * {
  color: #fff;
}

.container, .container-fluid {
  max-width: 960px;
  width: 100% !important;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 15px 8rem 15px;
  background: #cab8a4 url(header.jpg) left top/contain no-repeat;
  height: 49vw;
  max-height: 710px;
}
.header .donate {
  display: inline-block;
  padding: 1.5rem 4rem;
  background: #c90015;
  color: white;
  font: 700 3rem Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.header .donate i {
  color: #780000;
  margin-left: 2rem;
  transition: color 0.2s;
}
.header .donate:hover, .header .donate:focus {
  background-color: #780000;
}
.header .donate:hover i, .header .donate:focus i {
  color: #c90015;
}

.meet {
  background: url(wood.jpg) right 50% top/72rem repeat;
  border-top: 1rem solid #363665;
  padding: 0 15px;
}
.meet .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  border-top: 1rem solid #363665;
  background: white;
  padding: 4rem;
  margin: -4rem auto;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
}
.meet img {
  max-width: 33.3rem;
  box-shadow: -12px -12px 0 0 rgba(0, 0, 0, 0.15);
  float: right;
  margin: 0 0 22px 30px;
  position: relative;
  bottom: -12px;
}
.meet p {
  color: #363665;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.meet h1 {
  color: #363665;
  font: 700 3.5rem Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5em;
}

footer {
  background: #2a2760;
  padding: 8rem 0 4rem 0;
}
footer h2 {
  color: white;
  font: 700 3.5rem Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.8em;
}
footer form input:not([type=checkbox]) {
  background: #0d00ff;
  color: white;
  padding: 8px 15px;
  font-size: 20px;
  line-height: 1em;
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 10px;
}
footer form input:not([type=checkbox])::-webkit-input-placeholder {
  color: white;
}
footer form input:not([type=checkbox]):-moz-placeholder {
  color: white;
}
footer form input:not([type=checkbox])::-moz-placeholder {
  color: white;
}
footer form input:not([type=checkbox]):-ms-input-placeholder {
  color: white;
}
footer form div[class*=col] {
  padding: 0 5px;
}
footer form .row {
  margin: 0 -5px;
}
footer form .check {
  display: inline-block;
  padding: 0 30px 10px 0;
}
footer form .check input {
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: content-box;
}
footer form .check label {
  vertical-align: middle;
  color: white;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 0;
  user-select: none;
}
footer form p {
  color: white;
  font-size: 22px;
  font-weight: 700;
  margin: 15px 0;
  text-align: center;
}
footer button {
  display: block;
  clear: both;
  max-width: 400px;
  width: 100%;
  background: #c90015;
  color: white;
  font: 700 25px Montserrat, Helvetica, Arial, sans-serif;
  padding: 8px 15px;
  text-transform: uppercase;
  margin: 20px auto;
  border: none;
  transition: background 0.2s;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}
footer button i {
  color: #780000;
  margin-left: 10px;
  transition: color 0.2s;
}
footer button:hover, footer button:focus {
  background-color: #780000;
}
footer button:hover i, footer button:focus i {
  color: #c90015;
}
footer .links {
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
footer .links a {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  transition: color 0.2s;
  padding: 10px;
}
footer .links a:hover, footer .links a:focus {
  color: white;
}
footer .social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3rem 0;
}
footer .social span {
  color: white;
  font: 700 20px Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-right: 20px;
  display: inline-block;
}
footer .social a {
  display: inline-block;
  padding: 0 15px;
  color: white;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 30px;
}
footer .social a:hover, footer .social a:focus {
  color: #0d00ff;
}
footer img {
  max-width: 430px;
  display: block;
  margin: 20px auto 40px auto;
  opacity: 0.5;
}
footer .disclaimer {
  margin: 0;
  text-align: center;
  color: white;
  font-size: 12px;
}

@media (max-width: 767px) {
  .header {
    padding-bottom: 30px;
    height: 58vw;
    background-size: cover;
    background-position: top right 15%;
    padding-bottom: 20px;
  }
  .meet{padding-top: 15px;}
  .meet .container{
    margin-top: 0
  }
  .meet p {
    font-size: 15px;
  }
  .meet img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  footer form .check {
    display: block;
    text-align: left;
  }
}
