body, html {
  color: #1A2326;
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 45px;
}

h1 span {
  color: #D30029;
}

h2 {
  font-size: 32px;
  margin-top: 25px;
}

p, li {
  font-size: 19px;
}

.banner-mobile {
background: linear-gradient(to bottom, transparent, transparent, transparent, transparent, white),
    url("mobile-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vh;
}

#content {
  margin-top: -100px;
}

.banner-title {
  padding-top: 10%;
}
.form {
  max-width: 420px;
  background-color: #FFEC00;
  padding: 20px;
  font-size: 14px;
}
.form-label, .form-check-label {
  font-weight: bold;
  font-size: 16px;
}

.petition-title {
  font-size: 26px;
}

.footer {
  padding: 30px 20px;
  height: auto;
  background-color: #1A2326;
  border: none;
}

#mc_embed_signup {
  background: transparent;
}

#mc_embed_signup .form-control {
  background-color: transparent;
  border: 3px solid #1A2326;
  border-radius: 0;
}

#mc_embed_signup .form-control:focus {
  background-color: transparent;
  border-color: #1A2326;
  box-shadow: 0 0 0 .25rem #1a232655
}

.btn-custom {
  border: 3px solid #1A2326;
  border-radius: 0;
  background-color: #1A2326;
  color: #FFEC00;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
}

.btn-custom-inverted {
  border: 3px solid #FFEC00;
  border-radius: 0;
  background-color: #FFEC00;
  color: #1A2326;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
}

.btn-custom:hover {
  background-color: #FFEC00;
  border-color: #1A2326;
  color: #1A2326;
}

.btn-custom-inverted:hover {
  background-color: #1A2326;
  border-color: #FFEC00;
  color: #FFEC00;
}

.footer a {
  color: white;
}

@media screen and (min-width: 650px) {
  .banner-mobile {
    display: none;
  }
  .main-banner {
    background: linear-gradient(to bottom, transparent, transparent, transparent, transparent, white),
        url("hero-bg.jpg");
    height: 600px;
    background-size: cover;
  }
  .span-underline {
    border-bottom: 5px solid #D30029;
  }
  h2 {
    margin-top: 0px;
  }
  /* #content {
    margin-top: -100px;
  } */
  .form {
    margin-top: 0px;
  }
}

