@charset "UTF-8";

/* Global Content Formatting and Styles */
*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  /* font-size: 10px; */
  /* 10px / 16px = 0.625 = 62.5% */
  /* Percentage of user's browser font-size setting */
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  color: #333;
  background-color: #f1bb0a;
}
.container {
  width: 80%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}

.fbook {
  background-image: url("../images/fb.png");
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 260px;
  right: 2rem;
}
.twit {
  background-image: url("../images/twitter.png");
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 300px;
  right: 2rem;
}
.order-small,
.order-small2 {
  display: none;
}
/* font sizes */
h1 {
  font-size: 1.6rem;
  font-variant: small-caps;
}
h2 {
  font-size: 1.4rem;
}
h3 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
p {
  line-height: 2rem;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

/* top of page */
.tophead-large {
  background-color: #fff;
  width: 100%;
  gap: 30px;
  display: flex;
  align-content: flex-start;
  justify-content: space-around;
  border-bottom: dashed medium #000;
  padding-left: 20px;
  height: 200px;
}

.toplogo {
  display: flex;
  height: 215px;
  width: 375px;
  background-image: url("../images/NEW-WIDE-LOGO.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.tagline {
  display: flex;
  color: forestgreen;
  margin-right: 2%;
  margin-top: 6rem;
}
.tagline h1 {
  text-align: right;
  padding-right: 2rem;
}
.sub-tagline {
  position: absolute;
  top: 13rem;
  right: 3%;
}
.sub-tagline-small {
  display: none;
}
.call:link,
.call:visited {
  display: inline-block;
  color: #333;
  padding: 7px 13px 5px 13px;
  margin-right: 4rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #ffd000;
  border-radius: 12px;
}
.call:active,
.call:hover {
  border: 3px solid #000;
  border-radius: 12px;
  color: #fff;
  background-color: forestgreen;
}

.order:link,
.order:visited {
  display: inline-block;
  color: #333;
  background-color: #f1bb0a;
  padding: 7px 13px 5px 13px;
  font-size: 1rem;
  margin-right: 2rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #ffd000;
  border-radius: 12px;
}
.order:active,
.order:hover {
  border: 2px solid #000;
  border-radius: 12px;
  color: #333;
}
.tophead-small {
  display: none;
}

.nav-small {
  display: none;
}

#banner {
  width: 100%;
  height: 200px;
  display: block;
  margin: 0 auto;
  background-image: url("../images/banner_large.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  border-bottom: 6px solid rgb(48, 192, 48);
}

.nav-large {
  background-image: url("../images/menubkgrnd.jpg");
  background-repeat: repeat-x;
  width: 100%;
  height: 50px;
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  padding-right: 4rem;
  border-top: dashed medium #000;
}

.nav-large a:link,
.nav-large a:visited {
  font-size: 1.2rem;
  width: 17%;
  font-weight: 700;
  display: flex;
  color: #000;
  text-decoration: none;
  list-style: none;
  justify-content: space-around;
}

.nav-large a:hover,
.nav-large a:active {
  color: rgb(255, 0, 0);
  font-size: 1.25rem;
}

.headline {
  display: block;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  background: linear-gradient(#fff, #f6f7ab);
  padding-bottom: 2rem;
  padding-top: 2rem;
}

/* TESTIMONIALS */
.testimonials {
  width: 80%;
  margin: 0 auto;
}
.testimonials h3 {
  text-align: center;
  margin-top: 2rem;
}
.testimonials p {
  padding: 2rem;
}
.more-links {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 2rem;
  background-color: #f1bb0a;
}
.more-links a {
  list-style: none;
  text-decoration: none;
  margin-left: 3rem;
  padding: 1rem 2rem;
  font-weight: 700;
  background-color: forestgreen;
  border-radius: 12px;
  color: #fff;
}
/* STORY HEAD */
.story-head {
  display: block;
  background-image: url("../images/article-image-3.jpg");
  background-size: cover;
  background-image: center center;
  width: 100%;
  height: 300px;
  padding-top: 50px;
}
.flex {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  width: 55%;
  margin-left: 24%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.flex a {
  text-align: center;
  padding: 5px 20px;
  border-radius: 12px;
  list-style: none;
  text-decoration: none;
  background-color: forestgreen;
  color: #fff;
  font-size: 2rem;
  width: 50%;
  margin-left: 25%;
}

.flex h2 {
  line-height: 2;
  display: block;
  margin: 15px auto;
  text-align: center;
}
/* STORY */
.story {
  margin: 0 auto;
  width: 80%;
  display: block;
  padding-top: 3rem;
}

.story-text {
  line-height: 2;
  display: block;
  margin-top: 2rem;
}
.story-text h3 {
  font-size: 1.6rem;
  padding: 1rem 2rem;
}
.story-text a {
  text-decoration: none;
  list-style: none;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  background-color: forestgreen;
  border-radius: 12px;
  margin: 15px 4px;
}
.story-text p {
  padding: 1rem 2rem;
  line-height: 2;
}
.center {
  text-align: center;
}

/* PROMO SECTION */

.promo_container-small {
  display: none;
}
.promo_container {
  width: 100%;
  padding-left: 3%;
  margin-top: 4rem;
  margin-bottom: 8rem;
  display: flex;
  gap: 1rem;
  justify-content: space-evenly;
  align-items: baseline;
  height: auto;
}
.content {
  position: relative;
  display: block;
}
.promo {
  display: flex;
  width: 33%;
  height: auto;
  margin-left: 25px;
  margin-top: 6rem;
}
.one {
  background-image: url(../images/popcorn-craving.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.two {
  background-image: url(../images/soy-milk-maker.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.three {
  background-image: url(../images/am-blend-gift.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.promo h3 {
  display: block;
  font-size: 1.9rem;
  color: #ff0000;
  text-align: center;
  width: 110%;
  margin-top: -4rem;
  padding-left: 2rem;
}
.promo-p {
  font-size: 1.5rem;
  line-height: 2.2;
  color: #000;
  width: 80%;
  margin-left: 10%;
  margin-top: 200px;
  text-align: center;
  font-weight: 700;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.7);
}
.cta {
  margin-left: 20%;
  width: 60%;
  display: block;
}
a.cta:link,
a.cta:visited {
  text-transform: uppercase;
  padding: 1rem 2rem;
  border-radius: 20px;
  background-color: forestgreen;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 10px;
  text-align: center;
}
a.cta:hover,
a.cta:active {
  background-color: #fff;
  color: forestgreen;
}
footer {
  background-color: forestgreen;
  font-size: 0.85rem;
  color: #fff;
  padding-left: 35px;
  font-weight: bold;
  border-top-style: dashed;
  border-top-color: #000;
  border-width: medium;
  border-bottom-style: dashed;
  border-bottom-color: #000;
  margin-bottom: 0;
  margin-top: 2rem;
  display: block;
  width: 100%;
  height: 35px;
  line-height: 3.5;
}

.footernav {
  width: 100%;
  margin-top: 0;
  padding: 4rem;
  background-color: rgba(241, 245, 4, 0.1);
  display: block;
}
.footernav h3 {
  text-align: center;
  margin-bottom: -10px;
  color: forestgreen;
}
.bottom-links .popcorn {
  width: 100%;
  margin-left: 5%;
  margin-top: 0;
  padding: 4rem;
  display: grid;
  justify-content: space-evenly;
  align-content: center;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
.bottom-links .soybeans {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 6rem;
}

.bottom-links .policies {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 6rem;
}
.bottom-links .bulk {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 6rem;
}
.bottom-links .shipping {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 6rem;
}
.bottom-links .contact {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 6rem;
}
.bottom-links .teacher {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 4rem;
  display: grid;
  justify-content: center;
  align-content: center;
  gap: 1rem;
}

.footernav a {
  color: #000;
  margin-top: 20px;
  text-decoration: none;
  display: grid;
  font-weight: 600;
  font-size: 1rem;
}
.footernav a:hover {
  color: forestgreen;
}

/* START MEDIA QUERIES */

@media only screen and (min-width: 1980px) {
  .container {
    width: 60%;
  }
  .nav-large {
    padding-left: 4rem;
    height: 3rem;
  }
  .nav-large a:link,
  .nav-large a:visited {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 1250px) {
  .promo_container {
    width: 100%;
    padding-left: 0;
    margin-top: 4rem;
    margin-bottom: 8rem;
    display: flex;
    gap: 1rem;
    justify-content: space-evenly;
    align-items: baseline;
    height: auto;
  }
  .content {
    position: relative;
    display: block;
  }
  .promo {
    display: flex;
    width: 33%;
    height: auto;
    margin-left: 25px;
    margin-top: 6rem;
  }
  .one {
    background-image: url(../images/popcorn-craving.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .two {
    background-image: url(../images/soy-milk-maker.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .three {
    background-image: url(../images/am-blend-gift.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .promo h3 {
    display: block;
    font-size: 1.9rem;
    color: #ff0000;
    text-align: center;
    width: 100%;
    margin-top: -4rem;
    padding-left: 2rem;
  }
  .promo-p {
    font-size: 1.3rem;
    line-height: 2.2;
    color: #000;
    width: 100%;
    margin-left: 0;
    margin-top: 160px;
    text-align: center;
    font-weight: 700;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .cta {
    margin-left: 15%;
    width: 70%;
    display: block;
  }
  a.cta:link,
  a.cta:visited {
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 20px;
    background-color: forestgreen;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 10px;
    text-align: center;
  }
  a.cta:hover,
  a.cta:active {
    background-color: #fff;
    color: forestgreen;
  }
}

@media only screen and (max-width: 950px) {
  .promo h3 {
    display: block;
    font-size: 1.5rem;
    color: #ff0000;
    text-align: center;
    width: 100%;
    margin-top: -4rem;
    padding-left: 2rem;
  }
  .promo-p {
    font-size: 1.3rem;
    line-height: 2;
    color: #000;
    width: 100%;
    margin-left: 0;
    margin-top: 160px;
    text-align: center;
    font-weight: 700;
    padding: 1.3rem;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .cta {
    margin-left: 12%;
    width: 75%;
    display: block;
  }
  a.cta:link,
  a.cta:visited {
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 20px;
    background-color: forestgreen;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 890px) {
  .promo h3 {
    display: block;
    font-size: 1.3rem;
    color: #ff0000;
    text-align: center;
    width: 100%;
    margin-top: -4rem;
    padding-left: 2rem;
  }
  .promo-p {
    font-size: 1.1rem;
    line-height: 2;
    color: #000;
    width: 100%;
    margin-left: 0;
    margin-top: 160px;
    text-align: center;
    font-weight: 700;
    padding: 1.3rem;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .cta {
    margin-left: 12%;
    width: 75%;
    display: block;
  }
  a.cta:link,
  a.cta:visited {
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 20px;
    background-color: forestgreen;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 820px) {
  .fbook {
    background-image: url("../images/fb.png");
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 1rem;
  }
  .twit {
    background-image: url("../images/twitter.png");
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 4rem;
  }
  .tophead-large {
    height: 160px;
  }
  #banner {
    width: 100%;
    height: 150px;
    display: block;
    margin: 0 auto;
    background-image: url("../images/banner_medium.jpg");
    border-bottom: 4px solid rgb(48, 192, 48);
  }
  .tagline h1 {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .sub-tagline {
    position: absolute;
    top: 11rem;
    right: 3%;
  }
  .nav-large {
    gap: 1.5rem;
    padding-left: 30px;
  }

  .nav-large a:link,
  .nav-large a:visited {
    font-size: 1rem;
  }
  .promo-p {
    font-size: 1rem;
    line-height: 2;
    color: #000;
    width: 100%;
    margin-left: 0;
    margin-top: 140px;
    text-align: center;
    font-weight: 700;
    padding: 1.3rem;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .cta {
    margin-left: 12%;
    width: 75%;
    display: block;
  }
  a.cta:link,
  a.cta:visited {
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 20px;
    background-color: forestgreen;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media only screen and (max-width: 750px) {
  .container {
    width: 100%;
  }
  .fbook {
    right: 6rem;
  }
  .toplogo {
    height: 150px;
    width: 100%;
  }
  .tophead-large {
    height: 150px;
  }

  .tagline {
    margin-top: 4rem;
    font-weight: 700;
    width: 100%;
  }

  .sub-tagline {
    top: 10rem;
    right: 20px;
  }
  .call {
    margin-right: 0.5rem;
    padding: 3px 10px 3px 10px;
    font-size: 0.9rem;
  }
  .order {
    padding: 3px 10px 3px 10px;
    font-size: 0.9rem;
  }
  #banner {
    width: 100%;
    height: 150px;
    display: block;
    margin: 0 auto;
    background-image: url("../images/banner_large.jpg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
  }
  .nav-large {
    display: none;
  }

  .headline h3 {
    position: inherit;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.3rem;
    text-align: center;
  }
  .headline p {
    font-size: 1.1rem;
  }
  .nav-small {
    background-image: url("../images/menubkgrnd-exsmall.jpg");
    background-repeat: repeat-x;
    width: 100%;
    height: 140px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    justify-content: space-evenly;
    padding-left: 30px;
    border-top: 4px solid rgb(48, 192, 48);
    border-bottom: dashed medium #000;
  }

  .nav-small a:link,
  .nav-small a:visited {
    font-size: 1rem;
    width: 18%;
    list-style: none;
    text-decoration: none;
    font-weight: 600;
    color: #000;
  }
  .nav-small a:hover,
  .nav-small a:active {
    color: rgb(255, 0, 0);
    font-size: 1rem;
    border-bottom: 2px solid red;
    text-underline-offset: 3px;
  }
  .testimonials {
    width: 70%;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 3rem;
    border-bottom: 3px dashed lightgrey;
  }
  .testimonials h3 {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .testimonials p {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .story-head {
    display: block;
    background-image: url("../images/article-image-3.jpg");
    background-size: cover;
    background-image: center center;
    width: 100%;
  }
  .flex {
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    width: 45%;
    margin-left: 27%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .flex a {
    text-align: center;
    padding: 5px 20px;
    border-radius: 12px;
    list-style: none;
    text-decoration: none;
    background-color: forestgreen;
    color: #fff;
    font-size: 2rem;
    width: 50%;
    margin-left: 25%;
  }
  .flex h2 {
    line-height: 2;
    display: block;
    margin: 15px auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .story {
    width: 90%;
  }

  .story-text h3 {
    font-size: 1.4rem;
  }
  .story-text p {
    font-size: 1.2rem;
  }
  .story-text a {
    padding: 5px 10px;
    margin: 20px 4px 15px 4px;
  }
  .promo_container {
    display: none;
  }
  .promo_container-small {
    display: block;
    border-top: 2px dashed #555;
    margin-top: 1.8rem;
    padding-top: 4rem;
    height: auto;
    background-image: url("../images/footer-bar-wide.jpg");
    background-repeat: repeat-y;
    padding-bottom: 5rem;
    border-right: 2px solid forestgreen;
  }

  .action.one,
  .action.two,
  .action.three {
    width: auto;
    height: 200px;
    margin-left: 37%;
    padding-top: 1rem;
    padding-bottom: 3rem;
    background-size: contain;
    background-size: top center;
    display: block;
    margin-bottom: 3rem;
  }

  .content h3 {
    margin: 1rem;
    margin-bottom: 8px;
    display: block;
    padding-left: 6rem;
    color: red;
  }
  .content p {
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
    padding: 1rem;
    padding-left: 9rem;
    margin-top: -12px;
  }

  .action:link,
  .action:visited {
    font-size: 1.1rem;
    display: block;
    text-align: center;
    list-style: none;
    text-decoration: none;
  }
  .action:hover,
  .action:active {
    background-color: rgb(31, 207, 31);
  }
  .bottom-links .popcorn {
    width: 100%;
    margin-left: 0;
    padding: 3rem;
    gap: 1.7rem;
  }
  .bottom-links .soybeans {
    width: 100%;
    margin-left: 0;
    padding: 3rem;
  }

  .bottom-links .policies {
    width: 100%;
    margin-left: 0;
    padding: 3rem;
  }
  .bottom-links .bulk {
    width: 100%;
    margin-left: 0;
    padding: 3rem;
  }
  .bottom-links .shipping {
    width: 100%;
    margin-left: 0;
    padding: 3rem;
  }
  .bottom-links .contact {
    width: 100%;
    margin-left: 0;
    padding: 3rem;
  }
  .bottom-links .teacher {
    width: 100%;
    margin-left: 0;
    padding: 3rem;
  }
  footer {
    font-size: 0.8rem;
    padding-left: 5px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 675px) {
  .tagline {
    margin-top: 7rem;
  }
  .sub-tagline {
    top: 18rem;
    right: 20px;
  }

  .call:link,
  .call:visited {
    display: block;
    background-color: #fff;
    color: forestgreen;
    padding: 5px 10px;
    margin-right: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #ffd000;
    border-radius: 12px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .order:link,
  .order:visited {
    display: block;
    color: #333;
    background-color: #f1bb0a;
    padding: 5px 10px;
    font-size: 0.9rem;
    margin-right: 1rem;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #ffd000;
    border-radius: 12px;
    text-align: center;
  }
  .headline {
    padding-top: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .fbook {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .twit {
    position: absolute;
    top: 34px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .tophead-large {
    display: block;
    height: 160px;
  }
  .toplogo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 225px;
    height: 161px;
    padding-top: 5px;
    background-image: url("../images/NEW-SMALL2-LOGO.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .tagline {
    display: block;
    width: 100%;
    padding-left: 1rem;
  }
  .tagline h1 {
    position: absolute;
    top: 12rem;
    text-align: center;
    font-size: 1rem;
    color: forestgreen;
    height: 70px;
    margin-bottom: 25px;
    letter-spacing: 0.7px;
    line-height: 1.5;
  }
  .sub-tagline {
    display: none;
  }

  .order-small,
  .order-small2 {
    display: block;
    position: absolute;
    right: 1rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 1rem;
    width: 25%;
  }
  .order-small:link,
  .order-small:visited {
    position: absolute;
    right: 1rem;
    top: 17rem;
    background-color: #fff;
    color: forestgreen;
    padding: 5px 10px;
    border: 2px solid #ffd000;
    border-radius: 12px;
  }
  .order-small2:link,
  .order-small:visited {
    position: absolute;
    right: 1rem;
    top: 21rem;
    background-color: forestgreen;
    color: #ffd000;
    padding: 5px 10px;
    border: 2px solid #ffd000;
    border-radius: 12px;
  }

  #banner {
    background-image: url("../images/banner_small.jpg");
    background-size: cover;
    height: 85px;
    width: 100%;
  }
  .headline {
    height: auto;
  }
  .headline h3 {
    position: absolute;
    top: 245px;
    left: 15%;
    font-size: 1rem;
    padding-bottom: 1rem;
  }
  .headline p {
    padding-top: 4rem;
    text-align: left;
  }
  .nav-large {
    display: none;
  }
  .nav-small {
    background-image: url("../images/menubkgrnd-exsmall.jpg");
    background-repeat: repeat-x;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    justify-content: space-around;
    padding-top: 15px;
    padding-bottom: 1rem;
    border-bottom: dashed medium #000;
  }
  .nav-small a:link,
  .nav-small a:visited {
    font-size: 0.9rem;
    padding: 10px 14px;
    width: 25%;
    list-style: none;
    text-decoration: none;
    font-weight: 600;
    color: #000;
  }
  .nav-small a:hover,
  .nav-small a:active {
    color: rgb(255, 0, 0);
    font-size: 1rem;
  }
  .headline p {
    font-size: 1rem;
  }
  .testimonials {
    width: 80%;
    margin: 3rem auto;
    border-bottom: 3px dashed lightgrey;
  }
  .testimonials h3 {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .testimonials p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .story-head {
    display: block;
    background-image: url("../images/article-image-3.jpg");
    background-size: cover;
    background-image: center center;
    width: 100%;
    height: 250px;
    margin-top: -29px;
    padding-top: 40px;
  }
  .flex {
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    width: 75%;
    margin-left: 12%;
    padding-top: 26px;
    padding-bottom: 30px;
  }

  .flex a {
    text-align: center;
    padding: 5px 20px;
    border-radius: 8px;
    list-style: none;
    text-decoration: none;
    background-color: forestgreen;
    color: #fff;
    font-size: 1.3rem;
    width: 50%;
    margin-left: 31%;
  }

  .flex h2 {
    line-height: 2;
    display: block;
    margin: 15px auto;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
  }

  .story {
    width: 95%;
    margin-top: -20px;
  }

  .story-text h3 {
    font-size: 1.1rem;
  }
  .story-text p {
    font-size: 1rem;
  }
  .story-text a {
    padding: 5px 10px;
    margin: 20px 4px 15px 4px;
  }

  .promo_container {
    display: none;
  }
  .promo_container-small {
    display: block;
    border-top: 2px dashed #555;
    margin-top: 1.8rem;
    padding-top: 4rem;
    height: auto;
    background-image: url("../images/footer-bar-wide.jpg");
    background-repeat: repeat-y;
    padding-bottom: 1rem;
    border-right: 2px solid forestgreen;
  }

  .promo.one,
  .promo.two,
  .promo.three {
    width: auto;
    height: 200px;
    margin-left: 37%;
    padding-top: 1rem;
    padding-bottom: 3rem;
    background-size: contain;
    background-size: top center;
    display: block;
    margin-bottom: 3rem;
  }

  .content h3 {
    margin: 1rem;
    margin-bottom: 8px;
    display: block;
    padding-left: 6rem;
    color: red;
  }
  .content p {
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
    padding: 1rem;
    padding-left: 9rem;
    margin-top: -12px;
  }

  .action a:link,
  .action a:visited {
    font-size: 1.1rem;
    padding: 5px 20px;
    background-color: forestgreen;
    font-weight: 700;
    width: 150px;
    display: block;
    text-align: center;
    list-style: none;
    text-decoration: none;
    color: #fff;
    border-radius: 12px;
    cursor: default;
  }

  footer {
    font-size: 0.8rem;
    padding-left: 5px;
    margin-top: 0;
  }
  .footernav {
    background-color: #f1bb0a;
    background-color: #fff;
    background-image: linear-gradient(45deg, #fff 0%, #fffb7d 100%);
  }
  .bottom-links .popcorn {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 2rem;
    display: grid;
    justify-content: space-evenly;
    align-content: center;
    gap: 2rem;
    column-gap: 3rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .bottom-links .bulk {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 4rem;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 4rem;
  }
  .footernav a {
    color: #000;
    margin-top: 20px;
    text-decoration: none;
    display: grid;
    font-weight: 600;
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 410px) {
  .fbook {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .twit {
    position: absolute;
    top: 34px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .tophead-large {
    display: block;
    height: 160px;
  }
  .toplogo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 225px;
    height: 161px;
    padding-top: 5px;
    background-image: url("../images/NEW-SMALL2-LOGO.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .tagline {
    display: block;
    width: 100%;
    padding-left: 1rem;
  }
  .tagline h1 {
    position: absolute;
    top: 12rem;
    text-align: center;
    font-size: 1rem;
    color: forestgreen;
    height: 70px;
    margin-bottom: 25px;
    letter-spacing: 0.7px;
    line-height: 1.5;
  }

  .sub-tagline {
    display: none;
  }

  .order-small,
  .order-small2 {
    display: block;
    position: absolute;
    right: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 1rem;
    width: 28%;
  }
  .order-small:link,
  .order-small:visited {
    position: absolute;
    right: 1rem;
    top: 17rem;
    background-color: #fff;
    color: forestgreen;
    padding: 5px 10px;
    border: 2px solid #ffd000;
    border-radius: 12px;
  }
  .order-small2:link,
  .order-small:visited {
    position: absolute;
    right: 1rem;
    top: 21rem;
    background-color: forestgreen;
    color: #ffd000;
    padding: 5px 10px;
    border: 2px solid #ffd000;
    border-radius: 12px;
  }

  #banner {
    background-image: url("../images/banner_small.jpg");
    background-size: cover;
    height: 85px;
    width: 100%;
  }
  .headline {
    height: auto;
  }
  .headline h3 {
    position: absolute;
    top: 245px;
    left: 15%;
    font-size: 1rem;
    padding-bottom: 1rem;
  }
  .headline p {
    padding-top: 4rem;
    text-align: left;
  }
  .nav-large {
    display: none;
  }
  .nav-small {
    background-image: url("../images/menubkgrnd-exsmall.jpg");
    background-repeat: repeat-x;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    justify-content: space-around;
    padding-top: 15px;
    padding-bottom: 1rem;
    border-bottom: dashed medium #000;
  }
  .nav-small a:link,
  .nav-small a:visited {
    font-size: 0.9rem;
    padding: 10px 14px;
    width: 25%;
    list-style: none;
    text-decoration: none;
    font-weight: 600;
    color: #000;
  }
  .nav-small a:hover,
  .nav-small a:active {
    color: rgb(255, 0, 0);
    font-size: 1rem;
  }
  .headline p {
    font-size: 1rem;
  }
  .testimonials {
    width: 80%;
    margin: 3rem auto;
    border-bottom: 3px dashed lightgrey;
  }
  .testimonials h3 {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .testimonials p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .story-head {
    display: block;
    background-image: url("../images/article-image-3.jpg");
    background-size: cover;
    background-image: center center;
    width: 100%;
    height: 250px;
    margin-top: -29px;
    padding-top: 40px;
  }
  .flex {
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    width: 75%;
    margin-left: 12%;
    padding-top: 26px;
    padding-bottom: 30px;
  }

  .flex a {
    text-align: center;
    padding: 5px 20px;
    border-radius: 8px;
    list-style: none;
    text-decoration: none;
    background-color: forestgreen;
    color: #fff;
    font-size: 1.3rem;
    width: 50%;
    margin-left: 31%;
  }

  .flex h2 {
    line-height: 2;
    display: block;
    margin: 15px auto;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
  }

  .story {
    width: 95%;
    margin-top: -20px;
  }

  .story-text h3 {
    font-size: 1.1rem;
  }
  .story-text p {
    font-size: 1rem;
  }
  .story-text a {
    padding: 5px 10px;
    margin: 20px 4px 15px 4px;
  }

  .promo_container {
    display: none;
  }
  .promo_container-small {
    display: block;
    border-top: 2px dashed #555;
    margin-top: 1.8rem;
    padding-top: 4rem;
    height: auto;
    background-image: url("../images/footer-bar-wide.jpg");
    background-repeat: repeat-y;
    padding-bottom: 1rem;
    border-right: 2px solid forestgreen;
  }

  .promo.one,
  .promo.two,
  .promo.three {
    width: 50%;
    height: 280px;
    margin-left: 30%;
    padding-top: 1rem;
    padding-bottom: 3rem;
    background-size: contain;
    background-size: top center;
    display: block;
    margin-bottom: 3rem;
  }

  .content h3 {
    margin: 1rem;
    margin-bottom: 8px;
    display: block;
    padding-left: 6rem;
    color: red;
    font-size: 2rem;
  }
  .content p {
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
    padding: 1rem;
    padding-left: 9rem;
    margin-top: -12px;
  }

  .action a:link,
  .action a:visited {
    font-size: 1.1rem;
    padding: 5px 20px;
    background-color: forestgreen;
    font-weight: 700;
    width: 150px;
    display: block;
    text-align: center;
    list-style: none;
    text-decoration: none;
    color: #fff;
    border-radius: 12px;
    cursor: default;
  }

  footer {
    font-size: 0.8rem;
    padding-left: 5px;
    margin-top: 0;
  }
  .footernav {
    background-color: #f1bb0a;
    background-color: #fff;
    background-image: linear-gradient(45deg, #fff 0%, #fffb7d 100%);
  }
  .bottom-links .popcorn {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 2rem;
    display: grid;
    justify-content: space-evenly;
    align-content: center;
    gap: 2rem;
    column-gap: 3rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .bottom-links .bulk {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 4rem;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 4rem;
  }
  .footernav a {
    color: #000;
    margin-top: 20px;
    text-decoration: none;
    display: grid;
    font-weight: 600;
    font-size: 0.9rem;
  }
}
