.farmers-hero img {
  /* Darken Image */
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);

  width: 75vw;
}

.projects img {
  /* Darken Image */
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);

  width: 100vw;
}

.farmers-hero2 img {
  /* Darken Image */
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);

  width: 95vw;
}

.const-hero img {
  /* Darken Image */
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);

  width: 50vw;
}

.banner-spacer {
  padding-bottom: 11em;
}

#countdownList {
	padding: 0;
	text-align: center;
}

#countdownList li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

#countdownList li span {/* Numbers */
  display: block;
  font-size: 2.5rem;
  font-family: "Arial";
}

@media (min-width: 80rem) {
  .banner-spacer {
    padding-bottom: 6em;
  }
}
