* {
  box-sizing: border-box;
}

.btn {
  background-color: #0d3c00;
  color: #fff;
  padding: auto;
  font-size: 20px;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
.btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.overlay {
  background: #0d3c00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0d3c00, #6a961f);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0d3c00, #6a961f);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  opacity: 0.9;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
body ul, body ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body .container {
  overflow: hidden;
}

section {
  padding: 5em 0;
}

.section-header h2 {
  text-align: center;
  margin-bottom: 2em;
  color: #0d3c00;
}

header {
  background-image: url(../imgs/header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 2em 0 0 0;
  color: #fff;
}
header nav {
  z-index: 2;
}
header nav ul {
  margin: 0 auto;
}
header nav ul#social-media {
  display: flex;
}
header nav ul#social-media li {
  padding: 0 5px;
}
header nav ul#social-media li svg {
  width: 20px;
  height: 20px;
}
header nav h1 {
  font-size: 1.2em;
}
header #main-header {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 7em;
}
header #main-header .text-wrapper {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
header #main-header .text-wrapper h2 {
  font-size: 2.8em;
  padding-bottom: 20px;
}
header #main-header .text-wrapper p {
  font-size: 1.2em;
}
header #main-header .text-wrapper .btns-wrapper {
  margin-top: 3em;
}
header #main-header .text-wrapper .btns-wrapper .header-btn {
  background-color: #6a961f;
  color: #fff;
  padding: auto;
  font-size: 20px;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
  border-radius: 20px 0 20px 0;
  margin-right: 10px;
}
header #main-header .text-wrapper .btns-wrapper .header-btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}
header .wave {
  z-index: 2;
  position: relative;
}

section#products .products-wrapper {
  justify-content: space-around;
  margin: 2em 0;
}
section#products .products-wrapper .product {
  width: 28%;
}
section#products .products-wrapper .product h3 {
  color: #6a961f;
  margin-bottom: 1em;
}
section#products .products-wrapper .product .prod-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#products .products-wrapper .product .prod-content .img-wrapper {
  max-height: 300px;
  overflow: hidden;
  border-radius: 10px;
  background-position-y: center;
  margin-bottom: 2em;
}
section#products .products-wrapper .product .prod-content .img-wrapper img {
  max-width: 100%;
  border-radius: 10px;
}
section#products .products-wrapper .product .prod-content p {
  text-align: justify;
}
section#products .btns-wrapper {
  text-align: center;
  margin: 2em 0;
}
section#products .btns-wrapper .btn {
  background-color: #0d3c00;
  color: #fff;
  padding: 0.5em 2em;
  font-size: 20px;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
section#products .btns-wrapper .btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

section#our-farms .our-farms-wrapper {
  align-items: center;
}
section#our-farms .img-side .upper {
  height: 300px;
  width: 100%;
  overflow: hidden;
  border-radius: 2em;
  margin-bottom: 1em;
}
section#our-farms .img-side .upper img {
  height: auto;
  width: 100%;
}
section#our-farms .img-side .lower .row {
  height: 250px;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
section#our-farms .img-side .lower .row .col-6 {
  border-radius: 2em;
  overflow: hidden;
  height: 100%;
}
section#our-farms .img-side .lower .row .col-6:nth-child(1) {
  padding-left: 5px;
}
section#our-farms .img-side .lower .row .col-6:nth-child(2) {
  padding-right: 5px;
}
section#our-farms .img-side .lower .row img {
  width: 100%;
}

footer {
  background-color: #f4f5f0;
  padding: 4em 0;
}
footer h2, footer h3 {
  color: #0d3c00;
  padding-bottom: 0.5em;
  font-size: 2em;
}
footer .about {
  padding-right: 5em;
}
footer .about p {
  text-align: justify;
}
footer .newsletter input[type=text] {
  width: 60%;
  padding: 10px;
}
footer .newsletter input[type=button] {
  background-color: #0d3c00;
  border-color: #0d3c00;
  color: #fff;
  border-radius: 0 10px 10px 0;
  padding: 10px 20px;
}
footer .lower-footer {
  margin-top: 4em;
}
footer .lower-footer .foot-col ul {
  padding-left: 1em;
}
footer .lower-footer .foot-col ul li {
  padding: 3px 0;
}
footer .lower-footer .foot-col ul li a {
  color: #222;
  text-decoration: none;
  font-size: 1.2em;
}
footer .copyrights {
  padding-top: 3em;
}
footer .copyrights p {
  text-align: center;
}

#products-page .product {
  background-color: #f4f5f0;
  padding: 1em;
  margin-bottom: 2em;
  border-radius: 1em;
}
#products-page .product .product-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#products-page .product .product-heading svg {
  width: 30px;
  height: 30px;
}
#products-page .product .product-content {
  margin-top: 3em;
  padding-left: 1em;
}
#products-page .product .product-content ul {
  list-style-type: disc;
  padding-left: 2em;
}
#products-page .product .product-content .img-wrapper {
  display: flex;
  justify-content: space-between;
}
#products-page .product .product-content .img-wrapper figure {
  width: 30%;
  height: 180px;
  overflow: hidden;
  border-radius: 1em;
}
#products-page .product .product-content .img-wrapper figure img {
  border-radius: 1em;
}
#products-page .hide {
  display: none;
}
#products-page .visible {
  display: block;
}

#our-farms-page figure {
  overflow: hidden;
  border-radius: 1em;
  max-height: 400px;
}
#our-farms-page figure img {
  max-width: 100%;
  text-align: center;
  border-radius: 1em;
}
#our-farms-page .img-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#our-farms-page .img-wrapper figure {
  height: 280px;
  width: 30%;
}
#our-farms-page .farms-section {
  margin-top: 5em;
}
#our-farms-page .farms-section .text-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#about-us .text-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#about-us .text-side h3 {
  margin-bottom: 1.2em;
}

#contact .container .row .message, #contact .container .row .info {
  text-align: center;
}
#contact .container .row h4 {
  margin-bottom: 1em;
}
#contact .container .row form input,
#contact .container .row form textarea {
  width: 60%;
  margin-bottom: 10px;
  padding: 10px 5px;
  border-radius: 5px;
  border: 1px solid #aaa;
}
#contact .container .row form input[type=submit] {
  background-color: #0d3c00;
  color: #fff;
}
#contact .container .row .info ul li {
  padding: 5px 10px;
}

/*# sourceMappingURL=style.css.map */
