@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 "futura-pt", "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;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

* ::-moz-selection {
  color: #fff;
  background-color: #d11242;
}
* ::-moz-selection * {
  color: #fff;
}
* ::selection {
  color: #fff;
  background-color: #d11242;
}
* ::selection * {
  color: #fff;
}

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

.header {
  padding: 5rem 0;
  box-shadow: 0 2px 0.7rem 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: relative;
}
.header .container {
  max-width: 960px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header img {
  display: inline-block;
  width: 40rem;
  max-width: 50%;
  padding-right: 3rem;
}
.header .cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  max-width: 530px;
  margin: auto;
  padding-left: 3rem;
}
.header .cta h2{
  color:#002c61;
  margin: 0;
  padding: 2rem 0;
  text-align: center;
  width: 100%;
  font-size: 3.5rem;
}
.header .donate {
  background: #ff0040;
  color: white;
  font: 600 25px/1em "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 1.2rem 1.5rem;
  transition: background 0.2s;
  text-decoration: none;
}
.header .donate i {
  color: #8f0000;
  transition: color 0.2s;
}
.header .donate:hover, .header .donate:focus {
  background-color: #8f0000;
}
.header .donate:hover i, .header .donate:focus i {
  color: #ff0040;
}
.header form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding-top: 3rem;
}
.header form input[type=email] {
  background: #ededed;
  border: none;
  display: inline-block;
  flex: 1;
  font: 500 25px/1em "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-height: unset;
  height: auto;
  color: #002c61;
  padding: 1rem 1.5rem;
  outline: none;
  border-radius: 0;
  width: 100%;
}
.header form input[type=email]::-webkit-input-placeholder {
  color: #a7a7a7;
}
.header form input[type=email]:-moz-placeholder {
  color: #a7a7a7;
}
.header form input[type=email]::-moz-placeholder {
  color: #a7a7a7;
}
.header form input[type=email]:-ms-input-placeholder {
  color: #a7a7a7;
}
.header form button {
  font: 500 25px/1em "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1rem 1.5rem;
  display: inline-block;
  background: #0074ff;
  border: none;
  border-radius: 0;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: pre;
  transition: background 0.2s;
}
.header form button i {
  color: #002c61;
  font-size: 20px;
  transition: color 0.2s;
}
.header form button:hover, .header form button:focus {
  background-color: #002c61;
}
.header form button:hover i, .header form button:focus i {
  color: #0074ff;
}
.header .social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.header .social span {
  font: 600 25px/1em "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #002c61;
  display: inline-block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 2rem;
}
.header .social .fab {
  font-size: 35px;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  transition: color 0.2s;
}
.header .social .fab.fa-facebook {
  color: #1778f2;
}
.header .social .fab.fa-twitter {
  color: #1da1f2;
}
.header .social .fab:hover, .header .social .fab:focus {
  color: #d11242;
}

.message {
  background: url(wood.jpg) center center/cover no-repeat;
  padding: 5rem 0;
}
.message h1 {
  color: #002c61;
  font: 600 4rem/1.3em "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}
.message h1:after {
  content: '';
  display: block;
  max-width: 13.5rem;
  margin: 2rem auto;
  height: 3px;
  background: #002c61;
  opacity: 0.2;
}
.message img {
  border: 1rem solid white;
  transform: rotate(-2deg);
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.2);
  width: 37rem;
  z-index: 2;
}
.message blockquote {
  font: 400 2.3rem/1.2em "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 3rem 5rem;
  color: #002c61;
  position: relative;
  z-index: 0;
  margin: 0;
}
.message blockquote .left {
  display: inline-block;
  font: italic 700 30rem/1em 'Times News Roman', Times, serif;
  position: absolute;
  top: -5rem;
  left: -2rem;
  z-index: -2;
  opacity: 0.15;
}
.message blockquote .right {
  display: inline-block;
  font: italic 700 30rem/1em 'Times News Roman', Times, serif;
  position: absolute;
  bottom: -15rem;
  right: 0;
  z-index: -2;
  opacity: 0.15;
}

.meet {
  background: url(city.jpg) center center/cover no-repeat;
  padding: 5rem 0;
}
.meet h2 {
  font: 600 4rem/1.3em "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.meet h2:after {
  content: '';
  display: block;
  max-width: 13.5rem;
  margin: 2rem auto;
  height: 3px;
  background: white;
  opacity: 0.2;
}
.meet p {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  color: white;
  font: 500 2.3rem "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
}
.meet img {
  width: 30rem;
  display: inline-block;
  float: right;
  margin: 0 0 1rem 4rem;
  transform: rotate(2deg);
  box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.4);
}

.join {
  background: #12103d;
  padding: 5rem 0;
}
.join .container {
  max-width: 830px;
}
.join h2 {
  font: 600 4rem/1.3em "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0074ff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 1em;
}
.join h2:after {
  content: '';
  display: block;
  max-width: 13.5rem;
  margin: 2rem auto;
  height: 3px;
  background: #0074ff;
  opacity: 0.3;
}
.join form input:not([type=checkbox]) {
  background: #2c279c;
  color: white;
  padding: 8px 15px;
  font-size: 20px;
  line-height: 1em;
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3) inset;
}
.join form label{
  user-select: none;
}
.join form input:not([type=checkbox])::-webkit-input-placeholder {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.join form input:not([type=checkbox]):-moz-placeholder {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.join form input:not([type=checkbox])::-moz-placeholder {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.join form input:not([type=checkbox]):-ms-input-placeholder {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.join form div[class*=col] {
  padding: 0 5px;
}
.join form .row {
  margin: 0 -5px;
}
.join form .check {
  display: inline-block;
  padding: 0 30px 10px 0;
}
.join form .check input {
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: content-box;
}
.join form .check label {
  vertical-align: middle;
  color: white;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 0;
}
.join form p {
  color: white;
  font-size: 22px;
  font-weight: 700;
  margin: 15px 0;
  text-align: center;
}
.join button {
  display: block;
  clear: both;
  max-width: 400px;
  width: 100%;
  background: #d11242;
  color: white;
  font: 700 25px "futura-pt", "Helvetica Neue", 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);
}
.join button i {
  color: #8b0c2c;
  margin-left: 10px;
  transition: color 0.2s;
}
.join button:hover, .join button:focus {
  background-color: #8b0c2c;
}
.join button:hover i, .join button:focus i {
  color: #d11242;
}
.join img {
  width: 38.5rem;
  display: block;
  margin: 6rem auto 4rem auto;
  opacity: 0.5;
}
.join .disclaimer {
  font-size: 13px;
  color: white;
  text-align: center;
  margin: 0;
}

@media (max-width: 880px) {
  .header .container {
    display: block;
  }
  .header img {
    padding: 0;
    display: block;
    margin: 0 auto 30px auto;
    max-width: 100%;
  }
  .header .cta {
    padding: 0;
    margin: auto;
    justify-content: space-around;
  }

  .meet img {
    margin: 0 0 10px 15px;
    width: 25rem;
  }
}
