/*
Theme Name: Hakuna 2026
Author: Les Sturgeon
Version: 2.0 
*/
@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/satisfy/v22/rP2Hp2yn6lkG50LoCZOIGA.ttf) format('truetype');
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 0;
}
.center {
  text-align: center !important;
}
.center {
  text-align: center !important;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
html {
  font-family: "Quicksand", serif;
  color: white;
  font-size: 16px;
  font-weight: 600;
}
a {
  color: yellow;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: black;
}
.heading {
  font-size: clamp(2.5rem, 2.1vw, 3.5rem);
  text-align: center;
  color: #258b49;
  font-weight: 700;
  padding: 0 20px;
  margin-bottom: 20px;
}
h1 {
  font-size: clamp(2.5rem, 2.1vw, 4rem);
}
h2 {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
}
h1,
h2 {
  padding: 5px 30px;
  text-align: center;
}
h3 {
  padding: 0 50px;
  text-align: center;
  color: black;
}
.topSpacer {
  padding-top: 50px;
}
label {
  display: block;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
}
.formInput {
  background-color: white;
  border: 4px solid #45b06a;
  padding: 3px 10px;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  border-radius: 10px;
  width: 90%;
}
button {
  background-color: #45b06a;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  border: 0;
  outline: 0;
  margin: 0 20px;
}
button:hover {
  background-color: purple;
}
.opt-in {
  color: darkred;
  padding: 0 10px;
  border-radius: 10px;
  font-weight: 700;
}
.grecaptcha-badge {
  display: none !important;
}
.signIn {
  width: 80%;
  margin: 0 auto;
}
.signIn form {
  background-color: #45b06a;
  border-radius: 20px;
  padding: 10px 30px;
}
.signIn form .button {
  background-color: #258b49;
  color: yellow;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  padding: 10px 20px;
  border: 0;
  outline: 0;
  border-radius: 20px;
}
.mainGreenBG {
  background-color: #45b06a;
  padding: 20px;
  text-align: center;
}
.darkGreenBG {
  background-color: #258b49;
  padding: 20px;
  text-align: center;
}
.yellowLinkBG {
  background-color: yellow;
  padding: 20px;
  text-align: center;
}
.green2BG {
  background-color: #677415;
  padding: 20px;
  text-align: center;
}
.html {
  background-color: #45b06a;
  width: 60%;
  margin: 0 auto;
  padding: 10px 20px;
}
.link {
  background-color: #45b06a;
  text-align: center;
}
.navDesktop {
  display: none;
}
@media screen and (min-width: 950px) {
  .navMobile {
    display: none;
  }
  .navDesktop {
    display: block;
    background-color: #258b49;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
.navMobile p {
  font-size: 4rem;
  text-align: center;
  color: black;
}
.navMobile .menu {
  font-size: clamp(2rem, 5.1vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle-canvas {
  box-shadow: none;
  text-shadow: none;
  outline: none;
  color: yellow;
  border: 0;
  font-size: 30px;
  padding: 0 5px;
  margin: 0;
  position: fixed;
  top: 5px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #258b49;
  border-radius: 0px;
  z-index: 1000;
}
.toggle-canvas:hover,
.toggle-canvas:focus {
  color: white !important;
  text-align: center;
}
.offset-canvas {
  top: 0;
  left: 0px;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #45b06a;
  z-index: 999;
  transform: translate3d(-1300px, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.offset-canvas .scroller {
  height: 100%;
  overflow-y: scroll;
}
.offset-canvas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offset-canvas ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  border-bottom: 2px dashed black;
  color: yellow;
  text-decoration: none;
  font-size: 2rem;
}
.offset-canvas ul li a:hover {
  background-color: #258b49;
  text-decoration: underline;
}
.offset-canvas.show-canvas {
  transform: translate3d(0, 0, 0);
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
ul.nav {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  max-width: 70%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  z-index: 200;
}
ul.nav > li {
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  height: 60px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 60px;
  letter-spacing: 1px;
  color: yellow;
  cursor: pointer;
}
ul.nav > li:hover {
  background: rgba(0, 0, 0, 0.2);
}
ul.nav > li:hover a {
  color: white;
}
ul.nav > li:hover ul.dropdown {
  visibility: visible;
  transform: translate(0, 0);
  opacity: 1;
  z-index: 0;
}
ul.nav > li:hover ul.dropdown > li {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
ul.dropdown {
  visibility: hidden;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  flex-direction: column;
  margin: 0;
  width: 250px;
  padding: 5px 0 30px;
  list-style: none;
  color: yellow;
  background: #e5e4ea;
  background: #45b06a;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.15), 0px 4px 14px -1px rgba(0, 0, 0, 0.1);
  transform: translate(0, -60px);
  transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s;
  opacity: 0;
  z-index: -1;
}
ul.dropdown > li {
  font-size: 1.1rem;
  cursor: pointer;
}
ul.dropdown > li:hover {
  background: rgba(0, 0, 0, 0.1);
}
@-webkit-keyframes slideInLeft {
  from {
    transform: translate(-25%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    transform: translate(-25%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.quote-container {
  position: relative;
}
.note {
  color: #333;
  position: absolute;
  top: -40px;
  right: -20px;
  width: 200px;
  margin: 0 auto;
  padding: 20px;
  font-family: Satisfy;
  font-size: 30px;
  box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 50%;
}
.yellow {
  background: #eae672;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.pin {
  background-color: #aaa;
  display: block;
  height: 32px;
  width: 2px;
  position: absolute;
  right: 70px;
  top: -56px;
  z-index: 1;
}
.pin:after {
  background-color: #A31;
  background-image: radial-gradient(25% 25%, circle, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 0%, 0.3));
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, 0.1), inset 3px 3px 3px hsla(0, 0%, 100%, 0.2), inset -3px -3px 3px hsla(0, 0%, 0%, 0.2), 23px 20px 3px hsla(0, 0%, 0%, 0.15);
  content: '';
  height: 12px;
  left: -5px;
  position: absolute;
  top: -10px;
  width: 12px;
}
.pin:before {
  background-color: hsla(0, 0%, 0%, 0.1);
  box-shadow: 0 0 0.25em hsla(0, 0%, 0%, 0.1);
  content: '';
  height: 24px;
  width: 2px;
  left: 0;
  position: absolute;
  top: 8px;
  transform: rotate(57.5deg);
  -moz-transform: rotate(57.5deg);
  -webkit-transform: rotate(57.5deg);
  -o-transform: rotate(57.5deg);
  -ms-transform: rotate(57.5deg);
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
}
.launch h2 {
  color: black;
  font-size: clamp(1rem, 2.1vw, 2rem);
  padding: 0 10%;
}
.launch form {
  width: 80%;
  background-color: #45b06a;
  margin: 30px auto;
  padding: 2% 5%;
  border-radius: 20px;
}
.launch form input[type="text"],
.launch form input[type="email"] {
  background-color: white;
  color: #000;
  width: 100%;
  border: 0;
  outline: 0;
  border-radius: 10px;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  padding: 5px 20px;
}
.launch form .wpcf7-submit {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  margin: 20px auto;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: yellow;
  border: 4px solid #258b49;
  color: black;
}
.launch form .wpcf7-submit a {
  color: black;
}
.launch form .wpcf7-submit:hover {
  background-color: purple;
  border: 4px solid yellow;
}
@media screen and (min-width: 950px) {
  .launch form input[type="text"],
  .launch form input[type="email"] {
    width: 60%;
  }
}
.emailConfirm {
  color: black;
}
.redirect {
  font-size: 14px;
  color: red;
}
.signUp p {
  color: black;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  padding: 10px 30px;
  text-align: center;
}
.cookieFixed {
  position: fixed;
  bottom: 5px;
  left: 5px;
  background-color: #258b49;
  border-radius: 20px;
  font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  z-index: 2;
}
.cookieForm {
  margin: 0;
  padding: 20px;
}
.cookieButton {
  float: right;
  width: 150px;
  margin-bottom: 20px;
  text-align: center;
  border: 0;
  outline: 0;
  font-size: clamp(1rem, 2.1vw, 1.5rem);
  padding: 3px;
  border-radius: 20px;
  border: 4px solid black;
}
.cookieButton a {
  color: black  !important;
}
.cookieButton:hover {
  background-color: #45b06a;
}
.cookiesText {
  font-size: clamp(1rem, 2.1vw, 3rem);
  width: 90%;
  margin: 0 auto;
}
.cookiesBold {
  font-weight: bold;
}
.cookieBox {
  width: 80%;
  margin: 0 auto;
  background-color: #45b06a;
  border-radius: 20px;
}
.cookieBox .heading {
  font-size: clamp(2.5rem, 2.1vw, 4.5rem);
  text-align: center;
  color: wheat;
}
.circle .img {
  width: 200px;
  margin: 0 auto;
}
.circle img {
  width: 100%;
  height: 100%;
  border-radius: 25%;
  padding: 10px;
  margin-top: -50px;
}
@media screen and (min-width: 800px) {
  .circle .img {
    width: 300px;
    margin: 0 auto;
  }
  .circle img {
    width: 100%;
    height: 100%;
    border-radius: 25%;
    padding: 10px;
    margin-top: -75px;
  }
}
.headerArea {
  background-color: #45b06a;
  display: grid;
  grid-template-columns: 1fr;
}
.headerArea .statement {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerArea .statement .inner4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerArea .statement .inner4 i {
  margin: 20px;
  font-size: clamp(2rem, 2.1vw, 3rem);
}
.headerArea .statement .donate {
  border: 0;
  outline: 0;
  background-color: orange;
  padding: 10px 30px;
  border-radius: 20px;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  margin-bottom: 20px;
}
.headerArea .statement .donate:hover {
  background-color: #6A45B0;
}
.headerArea .logoDesktop {
  display: none;
}
.headerArea .logoMobile {
  width: 80%;
  margin: 0 auto;
}
.headerArea .logoMobile img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .headerArea {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .headerArea .statement h1 {
    font-size: clamp(2.5rem, 2.1vw, 3.5rem);
    display: block;
  }
  .headerArea .logoMobile {
    display: none;
  }
  .headerArea .logoDesktop {
    display: block;
    width: 100%;
    margin: 0;
  }
  .headerArea .logoDesktop img {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.heroDesktop {
  display: none;
}
.heroMobile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.heroMobile img {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .heroMobile {
    display: none;
  }
  .heroDesktop {
    display: block;
  }
  .heroDesktop video {
    display: block;
    width: 100%;
    height: 60vh;
    z-index: 1;
    object-fit: cover;
  }
}
.about {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  font-weight: 700;
  color: black;
}
.about p {
  padding: 0 5%;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
}
.sponsorAnAnimal {
  background-color: #6A45B0;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  font-weight: 600;
  color: white;
}
.sponsorAnAnimal .heading {
  color: #45B06A;
}
.sponsorAnAnimal p {
  padding: 0 5%;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
}
.sponsorAnAnimal .smallText {
  font-size: clamp(1rem, 2.1vw, 1.5rem);
  font-style: italic;
  color: wheat;
}
.meetTheFamily {
  background-color: #c6dfbe;
}
.meetTheFamily .heading {
  margin-bottom: 100px;
}
.meetTheFamily .innerGrid {
  display: grid;
  grid-template-columns: 1fr;
}
.meetTheFamily .innerGrid .box {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.meetTheFamily .innerGrid .box img {
  width: 100%;
  height: 70%;
  display: block;
  border-radius: 20px 20px 0 0;
  border: 5px solid white;
}
.meetTheFamily .innerGrid .box .name {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  text-align: center;
  padding: 10px;
  background-color: #258b49;
  border-radius: 0 0 20px 20px;
  border-bottom: 5px solid white;
}
@media screen and (min-width: 600px) {
  .meetTheFamily .innerGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 800px) {
  .meetTheFamily .innerGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.footerArea {
  background-color: #BEC6DF;
  text-align: center;
  color: black;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  padding: 10px 50px;
  font-weight: 600;
}
@media screen and (min-width: 800px) {
  .footerArea .inner2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.aboutUs {
  color: black;
}
.aboutUs p {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  font-size: 1.2rem;
  padding: 5px 5%;
  font-weight: 600;
}
.aboutUs .image {
  position: relative;
  float: left;
  width: 200px;
  height: 200px;
  shape-outside: circle();
}
.aboutUs .image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media screen and (min-width: 800px) {
  .aboutUs {
    width: 80%;
    margin: 0 auto;
  }
  .aboutUs .image {
    position: relative;
    float: left;
    width: 400px;
    height: 400px;
    shape-outside: circle();
  }
}
@media screen and (min-width: 950px) {
  .aboutUs {
    width: 60%;
    margin: 0 auto;
  }
}
.sponsorPack {
  font-family: "Bree Serif", serif;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  color: black;
  padding: 0 5%;
}
.sponsorPack .standard,
.sponsorPack .gold,
.sponsorPack .gift {
  margin: 5px;
  border: 2px solid black;
  padding: 10px 20px;
  border-radius: 20px;
}
.sponsorPack .pack {
  color: #258b49;
  font-weight: 700;
  text-decoration: underline;
}
.sponsorPack ul {
  padding: 10px 20px;
}
.sponsorPack ul li {
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  text-align: left;
  padding: 5px 0;
  list-style: none;
}
.sponsorPack ul li i {
  color: #45b06a;
}
.sponsorPack .smallText {
  font-size: clamp(1rem, 1.6vw, 1.3rem);
}
.sponsorPack .largeIcon {
  font-size: clamp(2.5rem, 2.1vw, 4.5rem);
  color: #45b06a;
}
.sponsorPack .greenIcon i {
  color: #45b06a;
}
.sponsorPack .image {
  width: 100%;
}
.sponsorPack .image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
}
.sponsorPack video {
  width: 100%;
  border-radius: 20px;
}
@media screen and (min-width: 800px) {
  .sponsorPack .inner2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.sponsorArea {
  background-color: #c6dfbe;
  padding-bottom: 100px;
}
.sponsorArea .description {
  color: black;
  font-size: clamp(1.2rem, 2.1vw, 2rem);
  font-size: 1.4rem;
  padding: 30px;
  width: 90%;
  margin: 0 auto;
}
.sponsorArea .image {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  float: left;
  shape-outside: inset(1% round 50%);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.sponsorArea .image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-bottom: 5px solid white;
  border-top: 5px solid white;
}
@media screen and (min-width: 950px) {
  .sponsorArea {
    width: 80%;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
  }
  .sponsorArea .description {
    width: 60ch;
  }
}
.photos {
  width: 80%;
  margin: 0 auto;
}
.photos .photo {
  width: 100%;
  margin-bottom: 50px;
  border: 10px solid white;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.75);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.75);
}
.photos .img-fill {
  height: 100%;
  width: 100%;
}
.photos .inner3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.photos .inner3 div:nth-child(1),
.photos .inner3 div:nth-child(6) {
  transform: rotate(20deg);
}
.photos .inner3 div:nth-child(3),
.photos .inner3 div:nth-child(4) {
  transform: rotate(-20deg);
  z-index: -1;
}
.sponsorForm {
  width: 80%;
  margin: 0 auto;
  background-color: #45b06a;
  border-radius: 20px;
  padding: 10px 30px;
}
.sponsorForm .left .infoSheet {
  width: 70%;
  margin: 0 auto;
}
.sponsorForm .left .infoSheet img {
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  transform: rotate(20deg);
}
.sponsorForm .left .certificate {
  width: 70%;
  margin: 0 auto;
}
.sponsorForm .left .certificate img {
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  transform: rotate(-20deg);
}
.sponsorForm .left .sponsorSheep {
  width: 70%;
  margin: 0 auto;
}
.sponsorForm .left .sponsorSheep img {
  width: 100%;
  border-radius: 20px;
  border: 5px solid white;
  -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  transform: rotate(20deg);
  z-index: -1;
}
.sponsorForm .right input[type="text"],
.sponsorForm .right input[type="email"],
.sponsorForm .right input[type="tel"] {
  background-color: white;
  color: #000;
  width: 100%;
  border: 0;
  outline: 0;
  border-radius: 10px;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  padding: 5px 20px;
}
.sponsorForm .right .wpcf7-submit {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  margin: 20px auto;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: yellow;
  border: 4px solid #258b49;
  color: black;
}
.sponsorForm .right .wpcf7-submit a {
  color: black;
}
.sponsorForm .right .wpcf7-submit:hover {
  background-color: purple;
  border: 4px solid yellow;
}
@media screen and (min-width: 800px) {
  .sponsorForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.sponsorForm .sponsorHeading {
  font-size: clamp(1rem, 2.1vw, 1.52rem);
  color: wheat;
}
.sponsorForm .inner2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}
.sponsorForm .fa-cc-paypal {
  color: #142c8e;
}
.sponsorForm .fa-cc-stripe {
  color: #6058f7;
}
.sponsorForm i {
  font-size: 5rem;
}
.volunteerArea {
  /* Note styles */
}
.volunteerArea .statementBox {
  background-color: #c6dfbe;
  width: 80%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 10px 30px;
  color: black;
  font-size: clamp(1.2rem, 2.1vw, 2rem);
  text-align: center;
}
.volunteerArea .statementBox label {
  text-align: left;
}
.volunteerArea .statementBox input[type="text"],
.volunteerArea .statementBox input[type="email"],
.volunteerArea .statementBox input[type="tel"] {
  background-color: white;
  color: #000;
  width: 100%;
  border: 0;
  outline: 0;
  border-radius: 10px;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  padding: 5px 20px;
}
.volunteerArea .statementBox .wpcf7-submit {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  margin: 20px auto;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: yellow;
  border: 4px solid #258b49;
  color: black;
}
.volunteerArea .statementBox .wpcf7-submit a {
  color: black;
}
.volunteerArea .statementBox .wpcf7-submit:hover {
  background-color: purple;
  border: 4px solid yellow;
}
.volunteerArea .volunteerButton a {
  color: white !important;
}
.volunteerArea .innerGrid {
  margin: 60px auto;
}
.volunteerArea .heading {
  font-size: clamp(1.3rem, 2.1vw, 1.8rem);
}
.volunteerArea .image1 {
  width: 150px;
  position: absolute;
  right: -50px;
  top: -50px;
}
.volunteerArea .image1 img {
  width: 100%;
  transform: rotate(20deg);
}
.volunteerArea .image2 {
  width: 100px;
  position: absolute;
  right: -20px;
  top: -20px;
}
.volunteerArea .image2 img {
  width: 100%;
  transform: rotate(20deg);
}
.volunteerArea .note-wrap {
  width: 80%;
  min-height: 235px;
  padding: 35px;
  margin: 0 22px 44px 22px;
  position: relative;
  font-size: clamp(1rem, 2.1vw, 1.2rem);
  vertical-align: top;
  display: inline-block;
  font-family: Englebert, Arial;
  color: #4b453c;
  background: #F7E999;
  line-height: 34px;
  text-align: center;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.volunteerArea .note-wrap:before {
  display: block;
  content: "";
  background: rgba(227, 200, 114, 0.4);
  width: 130px;
  height: 28px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px/18px 0;
  position: absolute;
  top: -13px;
  left: 50px;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.volunteerArea .note-wrap a {
  color: #6b824f;
  text-decoration: none;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.volunteerArea .note-wrap a:hover {
  color: #D83A25;
}
.volunteerArea .note-yellow {
  background: #F7E999;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.volunteerArea .note-blue {
  background: #b9dcf4;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.volunteerArea .note-pink {
  background: #FFBDA3;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}
.volunteerArea .note-green {
  background: #CAF4B9;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
@media screen and (min-width: 950px) {
  .volunteerArea .innerGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 60px auto;
  }
}
@media screen and (min-width: 1200px) {
  .volunteerArea .innerGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 60px auto;
  }
}
.faq {
  background-color: #6a45b0;
}
.faq .heading {
  color: wheat;
}
.faq p {
  padding: 0px 30px 30px 30px;
  font-size: clamp(1rem, 2.1vw, 1.5rem);
}
@media screen and (min-width: 950px) {
  .faq p {
    width: 60ch;
    margin: 0 auto;
  }
}
.rainbowBridge {
  color: black;
  font-size: clamp(1rem, 2.1vw, 1.4rem);
  width: 90%;
  margin: 0 auto;
}
.rainbowBridge .box {
  width: 96%;
  margin: 0 auto;
  border: 2px solid black;
  border-radius: 20px;
}
.rainbowBridge .inner2 p {
  padding: 10px 20px;
}
.rainbowBridge .inner2 .image1 {
  width: 100%;
  height: 100%;
}
.rainbowBridge .inner2 .image1 img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0 0 16px 16px;
}
.rainbowBridge .inner2 .image2 {
  width: 100%;
  height: 100%;
}
.rainbowBridge .inner2 .image2 img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width: 950px) {
  .rainbowBridge .inner2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .rainbowBridge .inner2 .image1 img {
    border-radius: 0 16px 16px 0;
  }
  .rainbowBridge .inner2 .image2 img {
    border-radius: 16px 0 0 16px;
  }
}
.sort form {
  width: 80%;
  margin: 0 auto;
}
.sort .button {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  background-color: #258b49;
  border-radius: 20px;
  padding: 5px 20px;
  color: white;
  border: 0;
  outline: 0;
}
.sort .button:hover {
  background-color: #6a45b0;
}
.sort .formInput {
  width: 60%;
}
.shop {
  display: grid;
}
.shop .shopBox {
  position: relative;
  margin: 2%;
  color: black;
  border: 4px solid #258b49;
  border-radius: 20px;
}
.shop .shopBox .image {
  width: 100%;
}
.shop .shopBox .image img {
  width: 100%;
  display: block;
  border-radius: 20px 20px 0 0;
}
.shop .shopBox .itemName {
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  padding: 5px 20px;
  text-align: center;
  background-color: #258b49;
}
.shop .shopBox .cost {
  text-align: center;
  font-size: clamp(2.5rem, 2.1vw, 4.5rem);
}
.shop .shopBox .description {
  font-size: clamp(1rem, 2.1vw, 1.4rem);
  text-align: center;
  padding: 10px 30px;
}
@media screen and (min-width: 800px) {
  .sort form {
    width: 60%;
    margin: 0 auto;
  }
  .shop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 950px) {
  .shop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .sort form {
    width: 40%;
    margin: 0 auto;
  }
  .shop {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.unsubscribe {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  color: black;
}
.tnp-button-form button.tnp-submit {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem) !important;
  background-color: #258b49 !important;
  padding: 10px 20px !important;
  border-radius: 20px !important;
  margin-top: 30px !important;
  cursor: pointer;
}
.tnp-button-form button.tnp-submit:hover {
  background-color: #6a45b0 !important;
  cursor: pointer !important;
}
.emails {
  background-color: #258b49;
  font-size: clamp(1rem, 2.1vw, 2rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.feedback {
  background-color: #c6dfbe;
  width: 80%;
  margin: 0 auto;
  padding: 10px 30px;
  border-radius: 20px;
}
.feedback label {
  text-align: left;
  color: black;
}
.feedback input[type="text"],
.feedback input[type="email"],
.feedback input[type="tel"] {
  background-color: white;
  color: #000;
  width: 100%;
  border: 0;
  outline: 0;
  border-radius: 10px;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  padding: 5px 20px;
}
.feedback .wpcf7-textarea {
  background-color: white;
  color: #000;
  width: 100%;
  border: 0;
  outline: 0;
  border-radius: 10px;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  padding: 5px 20px;
}
.feedback .wpcf7-submit {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  margin: 20px auto;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: yellow;
  border: 4px solid #258b49;
  color: black;
}
.feedback .wpcf7-submit a {
  color: black;
}
.feedback .wpcf7-submit:hover {
  background-color: purple;
  border: 4px solid yellow;
}
.visitCost {
  font-size: clamp(1.2rem, 2.1vw, 2rem);
  text-align: center;
  color: black;
  padding: 0 30px;
}
.visitCostGrey {
  font-size: clamp(1rem, 2.1vw, 1.6rem);
  text-align: center;
  color: grey;
  padding: 0 30px;
}
.mdc-card-header {
  background-color: #45b06a;
}
.mdc-card-content {
  background-color: #258b49;
}
.md-card-content {
  background-color: #258b49;
  color: white;
}
.mdc-text-field {
  background-color: white !important;
  border-radius: 20px;
  margin-top: 10px;
}
.contact-us {
  background-color: #92dedb;
  color: black;
}
.contact-us label {
  text-align: left;
  color: black;
}
.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="tel"] {
  background-color: white;
  color: #000;
  width: 80%;
  border: 0;
  outline: 0;
  border-radius: 10px;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  padding: 5px 20px;
}
.contact-us .wpcf7-textarea {
  background-color: white;
  color: #000;
  width: 80%;
  border: 0;
  outline: 0;
  border-radius: 10px;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  padding: 5px 20px;
}
.contact-us .wpcf7-submit {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  margin: 20px auto;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: yellow;
  border: 4px solid #258b49;
  color: black;
}
.contact-us .wpcf7-submit a {
  color: black;
}
.contact-us .wpcf7-submit:hover {
  background-color: purple;
  border: 4px solid yellow;
}
.contact-us input[type="checkbox"] {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  width: 30px;
  height: 30px;
  outline: 2px solid yellow;
  margin-right: 10px;
}
.contact-us .wpcf7-list-item-label {
  font-size: 1rem;
}
.contact-us .left,
.contact-us .right {
  margin: 2% 5%;
}
@media screen and (min-width: 800px) {
  .contact-us .inner2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
