@font-face {
  font-family: 'Oduda';
  src: url("../fonts/Oduda-Bold.eot");
  src: url("../fonts/Oduda-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Oduda-Bold.woff2") format("woff2"), url("../fonts/Oduda-Bold.woff") format("woff"), url("../fonts/Oduda-Bold.ttf") format("truetype"), url("../fonts/Oduda-Bold.svg#Oduda-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

.page-header {
  background-image: url('../new-images/new-image19.jpeg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(156%);
}
.page-header-alt {
  background-image: url('../new-images/image3.jpeg');
}
.short-page-header {
  height: 70vh;
}
.no-page-header {
  height: 10vh!important;
}
.crops-bg {
  background-image: url('../new-images/crops-bg.png'); 
  background-size: contain;
  background-position: center center;

}
.livestock-bg {
  background-image: url('../new-images/livestock-bg.png');
  background-size: contain;
  background-position: center center;

  
}

.learn-more {
  background-color: #fbc50b;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
}

.full-image img {
  height: 60vh;
  width: 100%;
  object-fit: cover;
}


.history-image {
  filter: grayscale(100%)
}

 
.community-list li{
  list-style-type: none;
  padding-block: 15px;
  border-bottom: 1px solid green;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oduda";
}


.about-section-img {
  height: 400px;
}


.mission-values {
  border: 1px solid lightgray;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
  transition: background-color .5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
.mission {
  background-color: #009a4e;
}
.values {
  background-color:#fbc50b;
}
.mission-values p {
  color: white;
}

.blog-image {
  height: 500px;
  object-fit: cover;
}

.gallery-image {
  height: 400px;
  
}

.payment-success {
  text-align: center;
}
.green {
  color:#009a4e;
}
.fa-check-circle {
  font-size: 40px;
  color: #009a4e;
}
.payment-success-links a {
  margin-inline: 10px;
  text-decoration: none;
}
.payment-success-links a:first-child {
  background-color: transparent;
  border: 1px solid grey;
  color: black;
}
.payment-success-links a:first-child:hover {
  background-color: #009a4e;
  color: white;
}
.payment-success-links a:nth-child(2) {
  background-color: #009a4e;
}

.payment-failed {
  text-align: center;
}
.fa-exclamation-triangle {
  color: rgb(212, 1, 1);
  font-size: 40px;
}
.payment-failed h1 {
  color: rgb(212, 1, 1);
}
.payment-failed-links a {
  text-decoration: none;
  margin-inline: 10px;
}
.payment-failed-links a:first-child {
  background-color: rgb(212, 1, 1);
  color: white;
  text-decoration: none;
}
.payment-failed-links a:nth-child(2) {
  background-color: transparent;
  border: 1px solid grey;
  color: black;
  text-decoration: none;
}
.payment-failed-links a:nth-child(2):hover {
  background-color: #fbc50b;
  color: white;
  border: none;
}

.flex-sm {
  display: flex;
  align-items: center;
  justify-content: center;
}
.round-img {
  border-radius: 10px;
}

@media only screen and (min-width: 768px) {
  .fix-height {
    min-height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .about-section-img {
    height: 300px;
  }

  .blog-image {
    height: 300px;
  }

  .add-margin {
    margin-bottom: 30px;
  }

  .short-page-header {
    height: 70vh;
  }

  .flex-sm {
    display: flex;
    flex-direction: column-reverse;
  }

  .round-img {
    height: 250px;
    object-fit: cover;
  }
  .top-space-sm {
    padding-top: 20px;
  }
}

