/* Colour palette */
/* Media queries */
/* Small devices (smartphones) */
/* Small tablets */
/* Medium devices (tablets, 768px and up) */
/* Large devices (Laptops and smaller desktops) */
/* Extra large devices (Desktops 1281 and up) */
/* Links */
/* Colour function */
body {
  font-family: "Barlow Condensed", sans-serif;
}
body .page-wrapper {
  width: 80%;
  margin: auto;
}
body .page-wrapper hr {
  border-color: #3384B3;
}
body .page-wrapper h1, body .page-wrapper h2, body .page-wrapper h3 {
  font-weight: bold;
  text-transform: uppercase;
}
body .page-wrapper a:link, body .page-wrapper a:active, body .page-wrapper a:visited {
  text-decoration: none;
}
body .page-wrapper footer {
  font-size: 0.7em;
}

#farmers .img-fit {
  width: 100%;
  object-fit: cover;
  height: 15em;
}
#farmers header {
  padding: 1%;
}
#farmers h2 {
  color: #022f39;
}
#farmers span {
  color: #3384B3;
}
#farmers .green {
  color: #2acb66;
}
#farmers .alternate {
  padding: 1%;
}
#farmers .alternate:nth-child(even) {
  background-color: #EFF2E3;
}
#farmers li {
  font-size: 80%;
  margin-top: 1%;
}

#how {
  margin-top: 100px;
  min-height: 300px;
}
#how .carousel-caption {
  background-color: rgba(239, 242, 227, 0.9);
  color: #022f39;
  padding-left: 10px;
  margin-top: 100px;
  min-width: 150px;
}
#how img {
  min-height: 300px;
}
#how footer {
  display: unset;
}

@media screen and (min-width: 200px) and (max-width: 480px) {
  #how {
    display: block;
  }
  #how .carousel-caption {
    font-size: xx-small;
  }
}
@media s2 {
  #how {
    display: block;
  }
  #how .carousel-caption {
    font-size: x-small;
    color: red;
  }
}

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