html, body {
  background: #ffffff;
}

.grecaptcha-badge {
  display: none;
}

.box {
  /*
  border: 3px solid #FF6B6B;
   */
  border: none;
  box-shadow: none;
  border-radius: 0;
}
p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1rem;
}
.button {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 10px !important;
  padding: 5px 20px !important;
  border: 0 !important;
  transition: ease-in-out 0.3s background-color;
  cursor: pointer;
}
img.about {
  max-width: 450px;
}
.title {
  font-family: "Bitter", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.title.is-1 {
  font-size: 42px;
}
.title.is-2 {
  font-size: 42px;
  line-height: 2.75rem;
}
.title.is-3 {
  font-size: 35px;
  font-style: italic;
}
.title.is-4 {
  font-family: "Caveat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #41AEE5;
}
.title.is-5 {
  font-family: "Bitter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: black;
  margin: 20px 0;
}

.green {
  color: #60AADD;
}

.container p.is-narrow {
  padding: 0 4rem;
}

section.about,
section.why,
section.why2,
section.petition,
section.meet {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

section.hola {
  background: url('/var/img/hero-all.jpg');
  background-color: #0C1D2A;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  position: relative;
}
section.hola img.logo {
  width: 575px;
}
section.hola p {
  color: white;
}
section.hola p.title {
  color: white;
}
section.hola .button {
  margin-top: 2rem;
  background-color: #0D3C59;
  color: white;
}
section.hola .button:hover {
  background-color: #092b3e;
}
section.about1 {
  padding-bottom:0 !important;
}


.callout {
  border: 5px solid black;
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}


section.why2 .title.is-2 {
  color: #CC2936;
}
section.why2 p,
section.why2 ul {
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
}
section.why2 ul {
  list-style-type: disc;
}
section.why2 li {
  margin-bottom: 2rem;
}

section.meet {
  background-color: #5FA9DC4C;
}

section.petition {
  background-color: white;
  background-image: url('/var/img/bg-texture.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
section.petition hr {
  background-color: #41AEE5;
}
section.petition ul {
  list-style-type: disc;
  margin-bottom: 2rem;
}
section.petition li {
  margin-bottom: 0.25rem;
}
section.petition p,
section.petition .title,
section.petition label {
  /*color: white;*/
}
section.petition input,
section.petition textarea {
  color: black;
  border: 1px solid black;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0;
}
input.input.is-primary::placeholder,
textarea.textarea.is-primary::placeholder {
  color: #383838;
}


section.petition textarea.is-primary,
section.petition input.is-primary {
  border-color: black;
}

section.petition .act {
  margin-top: 2rem;
}
section.petition .button {
  color: white;
  background-color: #41AEE5;

}
section.petition .button:hover {
  background-color: #871620;
}
section.petition .copy {
  font-size: 16px;
}
section.petition form .msg {
  display: none;
  background: white;
  color: #871620;
  font-weight: bold;
  padding: 3px;
}

section.petition .form-submitted ul {
  list-style-type: none;
}

footer.footer {
  background:  #0C1D2A;
  padding-bottom: 4rem;
}
footer.footer img.logo {
  max-width: 450px;
  margin-bottom: 2rem;
}
footer.footer p,
footer.footer a {
  color: white;
}
footer.footer .callout {
  border: 5px solid #89CDCC;
}
footer.footer .social {
  margin: 2rem 0;
}
footer.footer .social ul {
  list-style-type: none;

}
footer.footer .social ul li {
    display: inline;
    margin-right: 10px; /* Adjust spacing as needed */
}
footer.footer .social ul li a {
  color: white;
  background: #41AEE5;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 23px;
}
footer.footer .callout {
  color: white;
}
footer.footer p.title.is-1 {
  color: #89CDCC;
  font-size: 40px;
  font-weight: 900;
}
footer.footer p.title.is-2 {
  color: #fff;
  font-size: 28px;
  font-style: italic;
}
footer.footer .copyright {
  color: #C2C2C7;
  font-size: 12px;
}

.hero .hero-header {
  padding-top: 4rem;
}
body.pullup section .container {
  margin-top: -160px;
  background: white;
  padding: 2rem;
}


@media screen and (min-width: 769px), print {
    .hero.is-medium .hero-body {
        padding: 6rem 4.5rem;
    }
}
@media screen and (min-width: 1216px) {
    .container.is-narrow, body.pullup .container:not(.is-max-desktop) {
        max-width: 775px;
    }
    section.hola .title.is-1 {
      font-size: 6.5rem;
      font-weight: 900;
   }
}

@media screen and (min-width: 1024px) {
    .container.is-narrow,
    body.pullup .container {
        max-width: 775px;
    }
  section.hola .title.is-1 {
      font-size: 6rem;
      font-weight: 900;
   }
}

@media screen and (max-width: 1023px) {
  .container.keep-margin {
      margin-left: 1rem;
      margin-right: 1rem;
  }
  section.hola .title.is-1 {
      font-size: 5.5rem;
      font-weight: 900;
   }
}


/* Mobile */
@media screen and (max-width: 768px) {
  section.hola .title.is-1 {
      font-size: 2.5rem;
      font-weight: 900;
   }
  section.hola img.logo {
    width: 275px;
  }

  footer.footer img.logo {
    max-width: 80vw;
  }
  section.hola .container p.is-narrow {
    padding: 0;
    font-size: 14px;
  }
  section.about.about1 .callout {
    padding: 1rem 0;
  }
  section.about.about1 .callout .title.is-1 {
    font-size: 20px;
  }
  section.why2 ul {
    max-width: 80vw;
  }
  section.why .title.is-2 {
    font-size: 20px;
    line-height: 1.75rem;
  }
  section.petition .title.is-2,
  section.why2 .title.is-2,
  section.petition .title.is-2 {
    font-size: 30px;
  }
  footer.footer p.copy {
    font-size: 14px;
  }
  section.about {
    padding-bottom: 0;
  }
  img.about {
    max-width: 80vw;
  }
}

@media screen and (min-width: 769px) {

}


/*

@media screen and (min-width: 1590px) {
}
@media screen and (min-width: 1408px) {
}
@media screen and (min-width: 1216px) {
}

@media screen and (max-width: 1023px) {
}

*/
