@font-face {
  font-family: "Authenia";
  src: url("Authenia-Regular.woff2") format("woff2"), url("Authenia-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@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 "PT Serif", Georgia, Times, 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 !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

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

.container {
  max-width: 960px;
  margin: auto;
  padding: 0 2rem;
  width: 100% !important;
}

#header {
  background: url(header.jpg) left 53% top 15%/cover no-repeat;
}
#header .box {
  padding: 6rem 0 3rem 0;
  width: 505px;
  max-width: 60vw;
}
#header img {
  margin-bottom: 3rem;
}
#header .cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#header .cta span {
  color: #005c31;
  font: 700 2.3rem "PT Serif", Georgia, Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-right: 1rem;
  display: inline-block;
}
#header .cta .fab {
  color: #005c31;
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 23px;
  text-decoration: none;
  outline: none;
  transition: color 0.2s;
}
#header .cta .fab:hover, #header .cta .fab:focus {
  color: #099f59;
}
#header .cta .donate {
  text-decoration: none;
  outline: none;
  background: #ffc417;
  color: #005c31;
  font: 700 2.3rem "PT Serif", Georgia, Times, serif;
  padding: 1rem 3rem 1rem 3rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-left: 2rem;
  transition: background 0.2s;
  border: 2px solid #005c31;
}
#header .cta .donate:hover, #header .cta .donate:focus {
  background: #ffdb6d;
}

#gold {
  background: linear-gradient(to left, #f2df6c, #d89d24);
  width: 100%;
  height: 15px;
}

#quote {
  background: #004A27;
  background: linear-gradient(0deg,rgba(0, 74, 39, 1) 0%, rgba(0, 87, 46, 1) 100%);
  padding: 5rem 15px 7rem 15px;
  text-align: center;
  position: relative;
  z-index: 0;
}
#quote blockquote {
  color: white;
  padding: 0;
  max-width: 700px;
  margin: auto;
}
#quote blockquote p {
  font: italic 400 3.8rem/1.2em "PT Serif", Georgia, Times, serif;
}
#quote blockquote p span {
  display: block;
  padding-top: 2rem;
  font: normal 400 7rem "Authenia", "Brush Script MT", "cursive";
}

#experience {
  padding: 0 15px;
  background: url(pattern.jpg) center center/25rem repeat;
  z-index: 2;
}
#experience .box {
  max-width: 970px;
  margin: -4rem auto;
  background: white;
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 1.5rem 0 rgba(0, 0, 0, 0.1);
  padding: 4rem 5rem;
}
#experience .box h1 {
  font: 700 5.9rem/1.1em "PT Serif", Georgia, Times, serif;
  color: #005c31;
  text-align: center;
  margin-bottom: 0.7em;
}
#experience .box h1 img{
  max-width: 600px;
  padding-left: 2rem;
}
#experience .box h3 {
  font: 700 3.3rem/1.1em "PT Serif", Georgia, Times, serif;
  font-style: italic;
  color: #005c31;
  border-bottom: 2px solid #ffc417;
  max-width:770px;
  margin: 3rem auto 2rem;
}
#experience .box ul {
  list-style: none;
  padding: 0;
  font: 700 2.1rem "PT Serif", Georgia, Times, serif;
  color: #333;
  max-width: 770px;
  margin: auto;
}
#experience .box ul li {
  margin-bottom: 2rem;
  padding-left: 5.5rem;
}
#experience .box ul li:before {
  display: inline-block;
  content: "";
  width: 3.5rem;
  height: 2rem;
  margin-left: -3.5rem;
  background: url(check.svg) center left/contain no-repeat;
}

#bottom {
  position: relative;
  z-index: 0;
  background: url(footer.jpg) center center/cover no-repeat;
  padding: 9rem 15px 7rem 15px;
  color: white;
}
#bottom .container {
  max-width: 1050px;
}
#bottom h2 {
  color: white;
  font: 400 7rem/1em "Bebas Neue", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
#bottom h3 {
  font: 700 3.8rem/1em "PT Serif", Georgia, Times, serif;
  text-align: center;
  margin: 0 0 1rem;
}
.bio{
  max-width:800px;
  margin:auto;
}
#footer{
  background:#002916;
  columns: white;
  padding: 3rem 2rem 1rem;
}
#footer h3{
  font: 700 2.4rem/1em "PT Serif", Georgia, Times, serif;
  text-align: center;
  margin-bottom: 1em;
  color: #fff;
}
#footer form input {
  font: 400 16px "PT Serif", Georgia, Times, serif;
  color: #222;
  background: #e6e6e6;
  padding: 1rem;
  border: none;
  border: none;
  border-radius: 0;
  outline: none;
}
#footer form label{
  color: #fff;
}
#footer form button {
  display: inline-block;
  padding: 1rem 4rem;
  margin:2rem;
  background: #005c31;
  border: 2px solid #fff;
  color: white;
  text-transform: uppercase;
  font: 700 16px "PT Serif", Georgia, Times, serif;
  border-radius: 0;
  outline: none;
  white-space: pre;
}
#footer .cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 2rem auto 6rem;
}
#footer .cta span {
  color: white;
  font: 700 2.3rem "PT Serif", Georgia, Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  /* margin-right: 1rem; */
  display: inline-block;
}
#footer .cta .fab {
  color: white;
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 23px;
  text-decoration: none;
  outline: none;
  transition: opacity 0.2s;
}
#footer .cta .fab:hover, #footer .cta .fab:focus {
  opacity: 0.7;
}
#footer .cta .donate {
  text-decoration: none;
  outline: none;
  background: #ffc417;
  color: #005c31;
  font: 700 2.3rem "PT Serif", Georgia, Times, serif;
  padding: 1rem 3rem;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-left: 2rem;
  transition: opacity 0.2s;
}
#footer .cta .donate:hover, #footer .cta .donate:focus {
  opacity: 0.7;
}
#footer p{
  color:white;
}
#footer .disclaimer {
  text-align: center;
  margin: 0;
  color:#0ca75e
}
.img-slider{
  text-align: center;
  margin: 2rem auto 3rem;
}

@media (max-width: 767px) {
  #header {
    background: url(headerm.jpg) right 15% top 15%/cover no-repeat;
  }
  #header .cta {
    display: block;
    text-align: center;
  }
  #header .box .donate {
    margin: 1.5rem auto 0 auto;
    clear: both;
    display: block;
    width: 150px;
  }
  #experience .box h1{
    font-size:4rem;
  }
  #experience .box h1 span{font-size:6rem;}
}/*# sourceMappingURL=style.css.map */