@import url("https://fonts.googleapis.com/css?family=Montserrat");
body, html {
  height: 100%;
  margin: 0;
  font-size: 16px;
  font-family: "Montserrat", "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  color: #666;
}

.pimg1, .pimg2, .pimg3, .pimg4, .pimg5, .pimg6 {
  position: relative;
  opacity: 0.8;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-animation: fadein 4s;
  /* Safari and Chrome */
  /* Firefox */
  /* Internet Explorer */
  /* Opera */
  animation: fadein 4s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}

/* Firefox */

/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}

.pimg1 {
  background-image: url("../img/bag-2608928_1920.jpg");
  min-height: 100%;
}

.pimg2 {
  background-image: url("../img/fruit-3247447_1920.jpg");
  min-height: 400px;
}

.pimg3 {
  background-image: url("../img/cocoa-2870691_1920.jpg");
  min-height: 400px;
}

.pimg4 {
  background-image: url("../img/hands-2430200_1280.jpg");
  min-height: 400px;
}

.pimg5 {
  background-image: url("../img/cocoa-452911_1920.jpg");
  min-height: 400px;
}

.pimg6 {
  background-image: url("../img/bag-2608928_1920.jpg");
  min-height: 100%;
}

.section {
  text-align: center;
  padding: 50px 80px;
}

.section-light {
  background-color: #F4F4F4;
  color: #666;
}

.section-dark {
  background-color: #282e34;
  color: #ddd;
}

.ptext {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 27px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.ptext .border {
  background-color: #111;
  color: #fff;
  padding: 20px;
}

@media (max-width: 840px) {
  .ptext .border.logo {
    font-size: 14px;
  }
}

.ptext .border.trans {
  background-color: transparent;
}

.ptext span a {
  text-decoration: none;
  color: #FFF;
}

@media (max-width: 840px) {
  .ptext span a {
    font-size: 11px;
  }
}
/*# sourceMappingURL=style.css.map */