@import url("https://fonts.googleapis.com/css2?family=Enriqueta&family=Inter:wght@400;500;600;800&display=swap");
@import "css/glide.core.min.css";
@import "css/glide.theme.min.css";

@import"https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet";

/* Reset */
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
 font-family: "Inter", sans-serif;
 scroll-behavior: smooth;
}



h1,
h2,
h3 {
 font-family: "Enriqueta", serif;
}
p {
 font-size: 1rem;
  word-break: break-word;
}
#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
/* Navigation */
nav {
 background-color: #000000;;
 color: #ffff;
 display: flex;
 align-items: center;
 height: 135px;
 padding: 30px;
 position: sticky;
 top: 0;
 z-index: 999;
 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.logo {
 flex: 1;
 padding-left: 10px;
}
.logo img {
 height: 100%;
 width: 100%;
 max-width: 219px;
 max-height: 110px;
}
.menu-toggle {
 display: none;
 font-size: 24px;
 cursor: pointer;
}

.navigation {
 display: flex;
 list-style: none;
 margin: 0;
 padding: 0;
  
}

.navigation li {
 margin: 0 10px;
 list-style: none;
}

.navigation li a {
 color: #ffff;
 text-decoration: none;
 font-size: 20px;
 font-weight: 500;
 position: relative;
 transition: font-size 0.3s ease-out, transform 0.3s ease-out;
}

.navigation li a:hover {
 transform: translateY(-2px);
}
.navigation li a:after {
 content: "";
 position: absolute;
 left: 0;
 bottom: -5px;
 width: 100%;
 height: 2px;
 background-color: #f8f5ea;
 transform: scaleX(0);
 transform-origin: center;
 transition: transform 0.4s ease-out;
}

.navigation li a:hover:after {
 transform: scaleX(1);
}

.donate {
 text-transform: uppercase;
 color: #f8f5ea;
 padding: 10px;
 border-radius: 5px;
 display: block;
 align-items: center;
}

.donate-text {
 padding-bottom: 10px;
 padding-left: 10px;
 margin: 3px;
 text-align: center;
 font-size: 16px;
}

.donate a {
 font-size: 20px;
 color: #f8f5ea;
 text-decoration: none;
 padding: 12px 35px;
 border-radius: 5px;
 font-weight: bold;
 background-color: #16824e;
 margin-left: 10px;
 position: relative;
 transition: all 0.3s ease-out;
}

.donate a:hover {
 background-color: #329a4c;
 color: #f8f5ea;
 box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

/*nav donate*/
.navdonate {
 display: none;
}

/* Hero */
.hero {
 position: relative;
 height: 95vh;
 overflow: hidden;
 width: 100%;
 margin: 0;
 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
 min-width: 200px;
}

.hero-image {
 background-image: url("image/hero2.jpg");
 background-size: cover;
 background-position: center;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 0;
 filter: brightness(50%);
  box-shadow: 0 0 100px rgba(0,0,0,0.3) inset;
}

.hero-image::before {
 background-image: linear-gradient(
  to bottom,
  rgba(66, 72, 85, 0) 0%,
  #464c58 100%
 );
}
.hero-text {
 color: #f8f5ea;
 line-height: 1.7777777778;
 font-weight: 500;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 text-align: left;
 z-index: 2;
 text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.hero-buttons {
 display: flex;
 justify-content: flex-start;
 margin-top: 30px;
}

.hero-buttons button {
 padding: 12px 20px;
 margin: 0 10px;
 border: none;
 border-radius: 5px;
 font-size: 16px;
 font-weight: 600;
 font-family: "Inter", sans-serif;
 text-transform: uppercase;
 background-color: #d9d9d9;
 cursor: pointer;
 transition: background-color 0.3s ease, transform 0.5s ease-in-out;;
 box-shadow: 0px 2px 4px rgba(0, 0, 0, 1);
  
}

.hero-buttons button:hover {
 background-color: #555;
  transform: translateY(-10px);
}

.hero-text h1 {
 font-size: 50px;
 margin-bottom: 0;
 position: relative;
 top: -15px;
 left: -25px;
}
/* Sections */
.section {
 display: flex;
 justify-content: center;
 align-items: center;
 min-height: 700px;
}

.container {
 max-width: 1200px;
 margin: 0 auto;
position:relative;
 overflow: hidden;
}
.subcontainer {
 max-width: 1170px;
 margin-left: auto;
 margin-right: auto;
}

.contain2{
    max-width: 1106px;
margin-left: auto;
    margin-right: auto;
}
.section-img {
 float: left;
 margin-right: 45px;
 width: 505px;
 height: 329px;
 border-radius: 35px;
}

.section-img-right {
 float: right;
 margin-left: 45px;
 width: 505px;
 height: 329px;
 border-radius: 35px;
      display: flex;
order: 1;
}

.section-text {
 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
 padding-top: 30px;
}

.section-text-dark {
 line-height: 1.5;
 padding-top: 30px;
}

.section-text h2 {
 color: #f8f5ea;
 font-size: 2.5rem;
 font-weight: bold;
 font-family: "Enriqueta", serif;
 padding-bottom: 20px;
}

.section-text p {
 color: #f8f5ea;
 line-height: 1.5;
 margin: 1.3rem;
}

.section-text-dark h2 {
 font-size: 2.5rem;
 font-weight: bold;
 font-family: "Enriqueta", serif;
 padding-bottom: 20px;
}
.learn-more-button {
 margin-top: 20px;
 padding: 16px 40px;
 background-color: #16824e;
 color: #f8f5ea;
 border: none;
 border-radius: 5px;
 font-size: 0.8125rem;
 font-weight: normal;
 cursor: pointer;
 text-transform: uppercase;
 box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
 transition: background-color 0.3s ease-in-out,transform 0.5s ease-in-out;
  
}

.learn-more-button:hover {
 background-color: #3b8f43;
   transform: translateY(-10px);
}
/*subsection */
.subsec {
 padding: 25px;
  transition: transform 0.5s ease-in-out;
}
.subsec:hover {
  transform: translateY(-10px);
}
.subsec h2 {
margin-bottom:10px;
  position: relative;
}

.partners h2{
    font-size: 2rem;
    font-weight: bold;
    font-family: "Enriqueta", serif;
    padding-bottom: 20px;
    text-align: center;
    margin: auto;
    top: -30px;
    position: relative;
    background: #16824e;
    color: #fff;
    padding: 30px;
}
.partners p{
  text-align:center;
}
/* getInvolved */
#getinvolved {
 background-color: #203124;
 color: #fff;
 background-image: url("https://familyforestcarbon.org/assets/img/topography.svg");
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
}

.buttons {
 display: flex;
 flex-direction: row;
 align-items: center;
}

.buttons button {
 margin: 7px;
 height: 84px;
 min-width: 252px;
 max-width: 320px;
 color: #ffff;
 font-size: 24px;
 font-weight: 600;
 border-radius: 15px;
 border: 0px solid transparent;
 cursor: pointer;
 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
 background-color: #16824e;
}

.buttons .column1 {
 display: flex;
 flex-direction: column;
}

.buttons .column2 {
 display: flex;
 flex-direction: column;
}

.buttons button:hover {
  transition: background-color 0.3s ease-in-out;
background-color: #1fc165;

}

#pledge {
 height: 181px;
 background-size: 120% 102%;
 background-position-x: 90%;
}
/*Whatwedo Page*/

#whatwedo {
 max-width: 100%;

 overflow: hidden;
}
#whatwedoheader {
 max-width: 100%;
 height: 300px;
 background-position: 25% 70%;
 max-height: 350px;
 overflow: hidden;
background-image: url("image/whatwedo2.jpg");
 background-repeat: no-repeat;
 background-size: cover;

 z-index: 0;
 box-shadow: 0 0 200px rgba(0,0,0,0.6) inset;
}
.subhero-text h1 {
 font-size: 3.5rem;
 margin-bottom: 20px;
 color: #f8f5ea;
 line-height: 1.7777777778;
 font-weight: 800;
 position: absolute;
 transform: translate(100%, 80%);
 text-align: left;
 z-index: 2;
 text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
#what-we-do {
 margin-bottom: 10px;
}
#what-we-do p {
 margin-bottom: 10px;
 line-height: 1.5;
 font-size: 16px;
}

#what-we-do ul {
 list-style-type: disc;
 margin-left: 20px;
 margin-bottom: 20px;
 color: #f8f5ea;
 line-height: 1.5;
 font-size: 16px;
}
.wedoinfo{
      border-radius: 20px;
}
#forest1 {
 float: left;
 margin-right: 3px;
 width: 505px;
 height: 329px;
 border-radius: 35px;
  position: relative;
  top: -127px;
  margin-bottom: -100px;
  transition: transform 0.5s ease-in-out;
}
#forest1:hover{
  transform: translateY(-10px);
}
#whoweare{
  object-fit: cover;
     min-width: 500px;
    max-height: 380px;
 border-radius: 35px;
  position: relative;
  top: -127px;
  margin-bottom: -100px;
  order: 1;
  transition: transform 0.5s ease-in-out;
}
#whoweare:hover{
  transform: translateY(-10px);
}
#why-conserve {
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 20px;
 background: rgba(255, 255, 255, 0.8);
 padding: 50px;
margin-top: 100px;
}
#steward {
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 72px;
 background: rgba(255, 255, 255, 0.8);
 padding: 50px;
margin-top: 40px;
  
}
.introp {
 max-width: 890px;
 margin-left: auto;
 margin-right: auto;
 padding: 40px;
 text-align: center;
margin-bottom: 160px;
    margin-top: 50px;
}
.introp-hike {
 max-width: 890px;
 margin-left: auto;
 margin-right: auto;
 padding: 40px;
 text-align: center;
margin-bottom:100px;
    margin-top: 50px;
}
.subicon img {
 max-width: 170px;
}

#breadcrumbs {
 position: absolute;
 top: -0.5rem;
 left: -2.5rem;
 z-index: 1;
 font-size: 0.8rem;
 background: white;
 color: #9d9d9a;
 padding: 9px;
 text-shadow: none;
 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#breadcrumbs b {
 color: #199e6d;
}

#breadcrumbs a {
 color: #9d9d9a;
 text-decoration: none;
}
#breadcrumbs a:hover {
 color: #9d9d9a;
 text-decoration: underline;
}
.why-conserve-text{
  padding-top:20px;
}
.why-conserve-text h1 {
 word-break: break-word;
 color: #5e5e5e;
 font-size: 2.5rem;
 padding-bottom: 20px;
}
.why-conserve-text p {
 line-height: 1.5;
 margin: 1.3rem;
}
.why-conserve-text ul {
 padding: 0 0 0 25px;
}
.why-conserve-text ul li {
 padding: 0 0 0 25px;
}
#we-conserve-pa img {
 height: 325px;
 width: auto;
margin: auto;
  border-radius: 60px;

}
#we-conserve-pa {
 text-align: center;
      padding-top: 50px;
    padding-bottom: 50px;
}
#we-conserve-pa h2 {
 padding-bottom: 0px;
}
.we-conserve-pa-text {
 position: relative;
 opacity: 1;
 border-style: none;
 padding: 0px 6px 8px;
 background-image: none;
 box-shadow: rgba(0, 0, 0, 0.5) 0px 0px;
}
.image-wrapper {
 display: flex;
 justify-content: center;
}
/*Who We Are Page*/
.pic{
  max-width: 360px;
  width: 100%;
  height: auto;
  margin-left: auto;
    margin-right: auto;
  
}
.glide_arrow--left {
    left: 2em;
}
.glide_arrow--right {
    right: 2em;
}
.glide_arrow{
    position: absolute;
    display: block;
   top: 80%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 28px;
    background-color: #16824e;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0.25em 0.5em 0 rgba(0,0,0,.1);
    text-shadow: 0 0.25em 0.5em rgba(0,0,0,.1);
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease,border 300ms ease-in-out;
    transform: translateY(-50%);
    line-height: 1;
}
#partnertext{
  text-align: center;
    margin-bottom: 70px;
    padding: 20px;
    font-weight: 500;
}
.skill-list{
    color: #fff;
    margin-left: 144px;
    margin-bottom: 20px;
    text-align: left;
    padding-right: 92px;
}
.skill{
  padding-left:10px;
}
.long-term-projects{
      min-height: 580px;
}
.project-list{
    margin-left: 144px;
    margin-bottom: 20px;
    text-align: left;
    padding-right: 92px;
}
.project-list h4{
    color: #5e5e5e;
}
/*form*/
#form-section{
background-color: #333333;
  
}
#volunteer-form {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #333333;
  border-radius: 10px;
}

label {
  margin-bottom: 10px;
  font-weight: bold;
  color:#fff;
  
}

input, select, textarea {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: none;
}

textarea {
  height: 120px;
}

input[type="submit"] {
  background-color: #225b30;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #c1c1c1;
}
a {
  color: var(--text);
  font-weight: 700;
  vertical-align: top;
}
 
.interesting-btn {

  display: inline-block;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: bold;
 background: rgb(146, 204, 30);
  border: none;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.interesting-btn:hover {
 
background: linear-gradient(0deg, rgba(255,255,255,0.8772759103641457) 50%, rgba(255,255,255,0.8268557422969187) 100%);

  transition: opacity 1s ease-in-out;
}



/* Hiking Places*/
.preserves{
    display: flex;
    justify-content: center;
    width: 80%;
    margin: auto;
}
.flex-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}


.flex-grid h3 {
    font-size: 1.2rem;
    margin: 10px;
}
.suggested{
  background-color: black;
    margin: auto;
  margin-top: 5px;
    width: 80%;
    color: white;
    letter-spacing: 2px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;  
  text-transform: uppercase;
}

.preserveinfo h3{
  margin:0;
}
.preserves p{
  font-size: .8rem;
  padding: 4px;
}
#preservesize{
      background-color: white;
    margin: auto;
    margin-bottom: 5px;
    width: 70%;
    padding-bottom: 8px;
    color: black;
    letter-spacing: 1.2px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-transform: uppercase;
    font-size: .7rem;
}
#direction{
 height: auto;
    width: 20%;
}

.Map{
  display:flex;
  justify-content: center;
}
.item {
    position: relative;
    width: 17%;
    padding: 5px;
    padding-bottom: 30px;
    margin: 15px;
  border-radius: 10px 10px 0px 0px;
  text-align:center;
   transition: transform 0.5s ease-in-out;
}
.item:hover{
  transform: translateY(-10px);
}
.item img {
    display: block;
    height: 160px;
    object-fit: cover;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
   
}

.item-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding: 20px;
  box-sizing: border-box;
}
#activity{
  display: flex;
    background: #3dffa254;
    padding: 11px;
    border-radius: 30px;
      margin-right: 4px;
  margin-left: 4px;
}
#activity img{
  height:20%;
  width:20%;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.item:hover .item-info {
  opacity: 1;
}

.item-info h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.item-info p {
  margin: 0;
}
/* Content */
.contentexample {
  background-color: white;
  padding: 10px;
}
/* Shortcuts */
#style-5 {
  position: relative;
  font-weight: bold;
}
#style-5::before {
  content: "";
  background-color: #fdaf08;
  position: absolute;
  left: 0.5rem;
  bottom: 2px;
  width: 100%;
  height: 8px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
#style-5:hover::before {
  left: -5px;
  bottom: 0;
  height: 100%;
  width: calc(100% + 10px);
}
.vignette{
  box-shadow: 0 0 200px rgba(0,0,0,0.2) inset;
}
.left{
      right: 20px;
  position:relative;
}

.right{
      left: 20px;
  position:relative;
}
.offtop{
  top: -150px;
}
.cutedge {
 border-top-right-radius: 80px 80px;
 border-bottom-right-radius: 80px 80px;
}
.padsection {
 padding: 25px;
}
.flex {
 display: flex;
 flex-direction: row;
}
.treeback{
  background-image: url(https://www.transparenttextures.com/patterns/dust.png);

}
.geoback {
 background-image: url(https://naturereserve.gi/wp-content/themes/barbarossa/img/lines-light.svg);
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 background-color: #203124;
 padding-top: 50px;
 padding-bottom: 50px;
}
.geo {
background-image: url(https://naturereserve.gi/wp-content/themes/barbarossa/img/lines-light.svg);}

.mission{
  padding-bottom: 100px;
}
.green {
 position: relative;
 background-color: #16824ecc;
 background-image: url("https://www.transparenttextures.com/patterns/diagonal-noise.png");
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.darkgreen {
 position: relative;
 background-color: #00270d;
 background-image: url("https://www.transparenttextures.com/patterns/diagonal-noise.png");
}

.tan {
 background-color: #f4efe3;
 background-image: url("https://www.transparenttextures.com/patterns/dotnoise-light-grey.png");
}
.floatright {
 float: right;
}

/* Footer */
.footercta {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 margin: 15px;
}
.connect,
.save,
.subscribe {
 margin: 10px;
}
.connect img{
transition: transform 0.5s ease-in-out; 
}
.connect img:hover{
transform: translateY(-10px);
  }
.footercta h3 {
 text-transform: uppercase;
 margin-bottom: 10px;
 margin-top: 53px;
}
.footercta p {
 color: #bfb8b8;
 margin-right: 20px;
 margin-bottom: 10px;
}
footer {
 background-color:#000000;
 color: #fff;
 padding: 50px;
}

footer ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

footer li {
 margin-bottom: 5px;
}

footer a {
 color: #fff;
 text-decoration: none;
}

footer input[type="email"] {
 width: 100%;
 max-width: 202px;
 padding: 8px;
 border: none;
 border-radius: 3px;
 margin-bottom: 10px;
}

footer button[type="submit"] {
 background-color: #666;
 color: #fff;
 border: none;
 border-radius: 5px;
 padding: 10px 20px;
 cursor: pointer;
 font-weight: bold;
 text-transform: uppercase;
 transition: background-color 0.3s ease;
}

footer button[type="submit"]:hover {
 background-color: #a39f9f;
}
.copyright {
 text-align: center;
 margin-top: 50px;
 font-size: 12px;
}

.donate-button {
 background-color: #666;
 color: #fff;
 border: none;
 padding: 10px 20px;
 border-radius: 5px;
 cursor: pointer;
 font-weight: bold;
 text-transform: uppercase;
 margin-top: 10px;
 transition: background-color 0.3s ease;
}
.donate-button:hover {
 background-color: #999;
}
@media (max-width: 1260px) {
 .navigation li a {
  font-size: f1rem;
 }
  .flex-grid {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
  .flex-grid-right{
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
  preserves p{
    font-size:1.2rem;
  }
.item{
  min-width:50%;
}
}
@media (max-width: 1005px) {
 .flex-grid {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
   
}
  .flex-grid-right{
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
     
}
.item{
  min-width:50%;
  transition: transform 0.8s;
}
 .hero-text h1 {
  font-size: 34px;
  top: 0;
  left: 0;
 }
 .hero-text {
  width: 90%;
  top: 40%;
  transform: translate(-50%, -40%);
 }
 #whatwedo h2 {
  font-size: 28px;
 }

 .who-we-are {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
 }

 .who-we-are-text {
  flex-basis: 50%;
  padding-right: 50px;
 }

 .who-we-are-image {
  flex-basis: 50%;
 }

 .who-we-are img {
  width: 100%;
  height: auto;
 }

 .who-we-are h2 {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 1em;
 }

 .who-we-are p {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 1.5em;
 }
 #forest1 {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-height: auto;
  margin-bottom: -100px;
   transition: transform 0.5s ease-in-out; 
 }
  #forest1:hover{
  transform: translateY(-10px);
  }
 .section-img,
 .section-img-right {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  min-height: auto;
 }
.cutedge{
  border-top-right-radius: 0px 0px;
  border-bottom-right-radius: 0px 0px;
}
 .section-text, .section-text-dark {
  text-align: center;
 }
   .section-text-dark {
  order:2;
   }
 .section-text .learn-more-button {
  float: none;
  margin-top: 20px;
  margin-bottom: 40px;
 }
  .wedoinfo{
    left:0px;
    order: 2;
    
  }
  #whoweare{
    margin:auto;
    margin-bottom: -100px;
    min-width: 300px;
  }
 /*Donate*/
 .navdonate {
  text-transform: uppercase;
  color: #f8f5ea;
  padding: 10px;
  border-radius: 5px;
  display: block;
  align-items: center;
 }

 .navdonate a {
  font-size: 20px;
  color: #f8f5ea;
  text-decoration: none;
  padding: 12px 35px;
  border-radius: 5px;
  font-weight: bold;
  background-color: #225b30;
  margin-left: 10px;
  position: relative;
  transition: all 0.3s ease-out;
 }
.flex {
 flex-direction:column;
}
 .navdonate a:hover {
  background-color: #329a4c;
  color: #f8f5ea;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
 }
 .donate {
  display: none;
 }

 .donate a {
  font-size: 16px;
  padding: 10px 20px;
  margin-left: 0;
 }
 .buttons {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
 }

 .buttons .button {
  width: 335px;
  color: #ffff;
  font-size: 24px;
 }

 .buttons .column2 {
  margin-left: 0;
  margin-top: 20px;
 }
 .menu-toggle {
  display: block;
 }

 .navigation {
   display: flex;
  flex-direction: column;
opacity:0;
   top: 100%;
  left: 0;
  right: 0;
   max-height:0px;
   z-index: 1;
   position: fixed; 
   overflow:hidden;
    -webkit-transition: all 0.3s ease;
 }

 .navigation.active {
   opacity:1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #444;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px;
   max-height:800px;
   -webkit-transition: all 0.3s ease;
 }

 .navigation li {
  margin: 10px 0;
 }

 .donate {
  margin-left: 0;
  margin-top: 10px;
 }

 .footercta {
  flex-direction: column;
 }

