body {
  font-family: "Trirong", serif;
  background-color: honeydew;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 2.75rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h1, h2, h3 {
      color: #205040;
}

.section {
  margin-top: 75px;
  margin-bottom: 40px;
}

.address-link {
  text-decoration: none;
  line-height: 1.75rem;
}

.header-photo {
  background-image: url("/img/body-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 440px;
}

.header-text-small {
  font-size: 2rem;
}

.swiper-container {
  width: 100%;
  height: 300px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: grid;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  object-fit: cover;
}

.swiper-pagination {
  display: none;
}

.swiper-button-next {
  color: darkgray;
}

.swiper-button-prev {
  color: darkgray;
}


.mt-8 {
  margin-top: 8rem;
}


.agro-gray {
  padding: 2rem;
  margin: 2rem;
  max-width: 90%;
  margin-bottom: 1rem;
}


@media (max-width: 992px) {
 .transportage {
  margin-top: 10rem;
 }
}

@media screen and (max-width: 576px) {
 .storage {
  margin-top: 1rem;
 }
 .transportage {
  margin-top: 8rem;
 }
 .field {
  margin-top: 2rem;
 }

 h1 {
   font-size: 2.5rem;
 }

 h2 {
   font-size: 2rem;
 }

 h3 {
   font-size: 1.5rem;
 }

 h4 {
  font-size: 1.25rem;
}

}

.logos {
 color: #818181;
}

.logos span{
 font-size: 2rem;
}

.logos img{
 width: 130px;
}

.bg-contact {
 background-color: #555555;
}

.text-contact {
 font-size: 1rem;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5{
  position: relative;
  opacity: 0.75;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("/img/bg1.jpg");
  min-height: 400px;
}

.bgimg-2 {
  background-image: url("/img/bg2.jpg");
  min-height: 400px;
}

.bgimg-3 {
  background-image: url("/img/bg3.jpg");
  min-height: 400px;
}

.bgimg-4 {
  background-image: url("/img/bg4.jpg");
  min-height: 400px;
}

.bgimg-5 {
  background-image: url("/img/bg5.jpg");
  min-height: 400px;
}

.swiper-button-next, .swiper-button-prev {
 color:lightyellow;
 -webkit-text-stroke: black 1px;
}

/* Turn off parallax scrolling for tablets and phones */
/*@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
}*/

.hover-zoom img {
    transition: all .3s linear;
    cursor: pointer;
}

.hover-zoom:hover img {
    transform: scale(1.2);
}

.card {
 min-height: 250px;
}
