h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  font-size: 54px;
  line-height: 90px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

h2 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}

h3 {
  display: inline-block;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 2.6em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
}

a {
  color: #68bcd0;
  text-decoration: none;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.logo {
  position: absolute;
  width: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  background-color: #f8f7e5;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1000px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/jan-antonin-kolar-62Ims7pw_X8-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bordered-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  max-width: 1200px;
  padding-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0.28);
  color: #fff;
}

.keyword {
  padding-right: 2%;
  padding-left: 2%;
  text-align: center;
}

.about {
  position: relative;
  display: none;
  height: 900px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-story-copy-container {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
  text-align: center;
}

.divider {
  width: 100%;
  height: 10px;
  background-color: #fff;
}

.legal {
  font-style: italic;
  text-align: center;
}

.footer-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-family: Merriweather, serif;
  color: #696969;
  font-size: 16px;
}

.bordered-box-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
}

.instagram {
  display: none;
  width: 100%;
  height: 800px;
}

.ig-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25%;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
}

.ig-pic.ig-full {
  background-image: url('../images/90326653_217341226048764_8475529635476770198_n.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.ig-pic.ig-full-2 {
  background-image: url('../images/49724006_682645595844266_3477768389324648783_n.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.ig-feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider-footer {
  width: 100%;
  height: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
}

.keyword-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 34%;
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.thin-divider {
  position: relative;
  width: 80%;
  height: 5px;
  margin: 60px auto;
  background-color: #333;
}

.readers-choice {
  position: absolute;
  width: 160px;
  height: 210px;
  padding-top: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fded00;
}

.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 40%;
  margin-top: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Merriweather, serif;
  color: #68bcd0;
  font-size: 16px;
  font-style: italic;
}

.social-icon {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition-property: all;
  transition-property: all;
}

.social-icon:hover {
  opacity: 0.7;
}

.social-icon.pinterest {
  display: none;
}

.social-icon.twitter {
  display: none;
}

.social-icon.facebook {
  display: none;
}

.our-story {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.moberly-storefront-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/moberly-storefront.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.specials {
  display: none;
  height: 500px;
}

.blog-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 90px;
  padding-left: 90px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #68bcd0;
  color: #f8f7e5;
}

.ig {
  display: none;
  width: 400px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  color: #f8f7e5;
}

.blog {
  display: none;
  height: 500px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.moberly-produce-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/moberly-photo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.peas {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/peas.png');
  background-position: -180% 50%;
  background-size: 460px;
  background-repeat: no-repeat;
}

.tomatoes {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 360px;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/tomatoes.png');
  background-position: 250% 10%;
  background-size: 400px;
  background-repeat: no-repeat;
}

.avocado {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 400px;
  height: 100%;
  background-image: url('../images/avocado.png');
  background-position: 1000% 90%;
  background-size: 410px;
  background-repeat: no-repeat;
}

.sweet-potato {
  position: relative;
  width: 400px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/sweet-potato.png');
  background-position: 100% 20%;
  background-size: 790px;
  background-repeat: no-repeat;
}

.red-onion {
  position: relative;
  width: 460px;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/red-onion.png');
  background-position: 10px 80%;
  background-size: 580px;
  background-repeat: no-repeat;
}

.specials-copy-container {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.green-accent {
  height: 15px;
  background-color: #92bd3e;
}

.hero-bk-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/marisol-benitez-QvkAQTNj4zk-unsplash.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 52px;
  }

  h3 {
    font-size: 1.6em;
  }

  .logo {
    width: 420px;
  }

  .intro {
    height: 600px;
  }

  .bordered-box {
    height: 350px;
    border-width: 8px;
  }

  .about {
    height: 700px;
  }

  .our-story-copy-container {
    padding-top: 100px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer {
    padding: 60px 20px;
  }

  .divider {
    height: 8px;
  }

  .bordered-box-footer {
    width: 100%;
    margin-bottom: 30px;
    border-width: 5px;
  }

  .keyword-container {
    height: 20%;
  }

  .thin-divider {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .social-container {
    min-width: 70%;
  }

  .our-story {
    height: 980px;
  }

  .moberly-storefront-image {
    width: 100%;
  }

  .blog-block {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .blog {
    height: 660px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .peas {
    width: 350px;
    background-position: 1000% -30%;
    background-size: 340px;
  }

  .tomatoes {
    background-position: -130% 3%;
    background-size: 290px;
  }

  .avocado {
    width: 300px;
    background-position: 700% 96%;
    background-size: 320px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }

  .intro {
    height: 540px;
  }

  .bordered-box {
    height: auto;
  }

  .our-story-copy-container {
    padding-top: 130px;
  }

  .footer-legal {
    max-width: 100%;
  }

  .keyword-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .thin-divider {
    width: 90%;
  }

  .peas {
    display: none;
  }

  .tomatoes {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 240px;
    background-position: -130% -13%;
  }

  .avocado {
    width: 340px;
    background-position: -290% 100%;
    background-size: 290px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }

  .hero {
    height: 100vh;
  }

  .logo {
    width: 300px;
  }

  .intro {
    height: 600px;
  }

  .bordered-box {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-width: 0px;
    box-shadow: none;
  }

  .keyword {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .about {
    display: none;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .our-story-copy-container {
    padding-top: 256px;
    text-align: left;
  }

  .footer {
    padding: 40px 14px;
  }

  .divider {
    height: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .bordered-box-footer {
    padding-top: 0px;
    padding-bottom: 0px;
    border-width: 0px;
  }

  .keyword-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .thin-divider {
    width: 99%;
  }

  .social-container {
    min-width: 100%;
    margin-top: 15%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .our-story {
    height: auto;
    padding-bottom: 40px;
  }

  .blog {
    height: 740px;
  }

  .tomatoes {
    display: none;
  }

  .avocado {
    display: none;
  }

  .sweet-potato {
    display: none;
  }

  .red-onion {
    display: none;
  }

  .heading {
    text-align: center;
  }

  .hero-bk-image {
    background-position: 0% 0%;
  }

  .image {
    padding-bottom: 160px;
  }
}