html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: bebas-neue, sans-serif;

  font-weight: 400;

  font-style: normal;
}


button:hover {
  opacity: 0.7;
}

/* Header Menu */

a {
  text-decoration: none;
  color: #293a54;
}
a.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

a.anchor-find {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

a.anchor-recipes {
  display: block;
  position: relative;
  top: -10px;
  visibility: hidden;
}

.menu {
  position: fixed;
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 100;
  top: 0;
}

.logo {
  height: 90px;
  margin: 12px;
  margin-left: 5vw;
}

.menu-ul {
  display: flex;
  margin-right: 10vw;
}

.menu-li {
  list-style-type: none;
  margin: 0 20px;
  margin-top: 60px;
  font-size: 20px;
}
/* End Header Menu */

/* Hero Slideshow */

.hero {
  background-image: url("assets/header3.jpg");
  background-size: 100vw;
  background-position: center bottom;
  margin-top: 114px;
  overflow: hidden;
  height: 43vw;
}

/* Slideshow container */
.slideshow-container {
  width: 90%;
  margin: auto;
}
/*End Hero Slideshow */

/* American */
.usa {
  height: 200px;
  display: flex;
  justify-content: space-around;
}

.usa-div {
  text-align: center;
}

.usa-img {
  width: 15vw;
}

.usa-text {
  width: 20vw;
  margin-top: -10px;
}
/* End American */

/* Sustainability */

.sustainability {
  background-image: url("assets/SUSTAINABILITY-min.png");
  background-size: 100vw;
  overflow: hidden;
  height: 45vw;
  text-align: center;
  position: relative;
}

.sustainable100 {
  font-size: 30vw;
}

.sustainablity-info {
  position: absolute;
  width: 74vw;
  top: 27.5vw;
  left: 13vw;
  font-size: 2.2vw;
}
.sustainability-icons {
  display: flex;
  justify-content: space-around;
  margin: 50px 20px;
}

.sus-icon {
  width: auto;
  height: 70px;
}

/*End Sustainability */

/* Recipes */

.recipes {
  background-image: url("assets/RECIPES.jpg");
  background-size: 100vw;
  overflow: hidden;
  height: 45vw;
  position: relative;
  z-index: 0;
}

.recipe-box {
  position: absolute;
  z-index: 50;
  top: 24.5vw;
  left: 52vw;
  color: #293a54;
}

.recipe-title {
  font-size: 5vw;
  margin-top: 20px;
}

.recipe-text {
  font-size: 30px;
  width: 34vw;
}

.tryit {
  margin-top: 20px;
  width: 10vw;
  cursor: pointer;
}

.tryit:hover {
  opacity: 0.8;
}

/*End Recipes */

/* Healthy */

.healthy {
  margin-top: 100px;	
  background-image: url("assets/A_Healthy_Choice-min.jpg");
  background-size: 100vw;
  overflow: hidden;
  height: 50vw;
}

/* Products */

.products {
  margin-top: 100px;		
  background-image: url("assets/BG_Our_Products-min.jpg");
  width: 100%;
  height: 115vw;
  background-size: cover;
}

.product-row {
  display: flex;
  justify-content: flex-start;
}

.our-products {
  font-size: 100px;
  color: white;
  font-weight: bold;
  margin-top: 30px;
  padding: 150px 20px 0px 10vw;
}

.products-subtitle {
  color: white;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 20px 0px 10vw;
}

.product-gallery {
  margin: 0 10%;
}

.product-img {
  width: 44%;
  margin: 3vw 3%;
}

/*End Products */

/* Shop */

.shop {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.shop-btn {
  cursor: pointer;
}
.shop-btn:hover {
  opacity: 0.8;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 20%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  text-align: center;
  color: #f46901;
  font-size: 50px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* End Shop */

/* Nutrition */

.nutrition {
  background-image: url("assets/BOTTOM_BG_OUR_PRODUCTS-min.jpg");
  background-size: 100vw;
  overflow: hidden;
  height: 42vw;
  z-index: 20;
}

/* End Nutrition */

/* Where to Find */

.find {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #FFFFFF;
}

.find-img {
  display: block;
  width: 33vw;
  height: 300px;
  object-fit: cover;
}

.find-info {
  width: 100%;
}

.find-title {
  color: teal;
  font-size: 40px;
  margin-bottom:50px;
}

.findbox {
  width:30%;
  height:400px;
}

.find-grid {
  display: grid;
  font-size: 20px;
  margin: 25px;
  text-align: left;
  grid-template-columns: 1fr 2fr;
}

.pin-icon {
  width: 30px;
  margin: auto;
}

/*End Where to Find */

/* Social */

.desktop {
  display:block;
}

.mobile-only {
  display: none;
}

.social {
  width: auto;		
  height: auto;
  text-align: center;
  margin: 100px 20vw;  
}

.tag-us {
  font-weight: semi-bold;
  font-size: 40px;
  color: #f46901;
}

.social-icons {
  display: flex;
  justify-content: space-between;
  margin: 50px -1vw 0 -1vw;
}

.social-icon {
  width: 5vw;
  height: auto;
  margin-bottom:40px;
}

.social-content {
  display: flex;
  height: auto;
  margin: auto;
  justify-content: space-around;
}

.social-img {
  height: auto;
  width: 20vw;
  margin: 20px;
  object-fit: cover;
}

.social-feeds {
  display:flex;
max-width:100vw;
justify-content: center;
}

/*End Social */

/* Contact */
.contact {
  width: 70vw;		
  height: 700px;
  text-align: center;
  margin:0 15vw;
  
}

.contact-us {
  font-weight: semi-bold;
  font-size: 40px;
  color: teal;
  margin-bottom: 20px;
}
/* End Contact */

@media only screen and (max-width: 1024px) {
  a.anchor-recipe {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
  }

  .logo {
    width: 40vw;
    margin: 10px 30vw;
    height: auto;
  }
  .menu {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .menu-ul {
    margin: 10px auto 20px auto;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero {
    background-position: 0 0;
    background-size: 100vw;
  }

  .menu-li {
    list-style-type: none;
    margin: 0 5px;
    font-size: 20px;
  }

  .usa {
    height: 120px;
  }

  .usa-text {
    font-size: 12px;
    width: 20vw;
    margin-top: -10px;
  }

  .recipe-title {
    font-size: 6vw;
  }

  .recipe-text {
    font-size: 14px;
    width: 40vw;
  }

  .tryit {
    margin-top: 10px;
  }

  .products {
    height: auto;
    background-size: cover;
  }

  .our-products {
    font-size: 80px;
    color: white;
    font-weight: bold;
    margin-top: 10px;
    padding: 100px 20px 0px 10vw;
  }
  .product-row {
    display: block;
  }

  .product-img {
    width: 90%;
    margin: 30px 5vw;
  }

  .comingsoon {
    width: 30%;
    height: auto;
  }

  .shop-btn {
    cursor: pointer;
    width: 30%;
    height: auto;
  }

  .products-subtitle {
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 20px 0px 10vw;
  }

  .find {
    margin-bottom: 100px;
    height: 1500px;	
    display:block;
  }

  .findbox {
    width:100%;
    height:400px;
  }

  .find-img {
    display: none;
  }

  .find-info {
    width: 100%;
  }

  .find-grid {
    width: 270px;
    margin: 30px auto;
  }

  .social {
    height: auto;
    text-align: center;
    margin: 20px 20vw;
  }
  .social-icons {
    display: flex;
    justify-content: space-between;
    margin: 50px 10px 0 10px;
  }

  .social-icon {
    width:15vw;
    margin:10vw;
  }

  .tag-us {
    font-weight: semi-bold;
    font-size: 30px;
    color: #f46901;
  }
  
  .contact {
    width: 100%;		
    height: 700px;
    text-align: center;
margin:0;    
  }

  .desktop {
    display:none;
  }
  
  .mobile-only {
    display: block;
  }

  .contact-us {
  font-weight: semi-bold;
  font-size: 40px;
  color: teal;
  margin-bottom: 20px;
  }

  .social-feeds {
    display:block;
  max-width:100vw;
  }

}

@media only screen and (min-device-width: 800px) and (max-device-width: 1024px) {
  .menu-ul {
    width: 60%;
    justify-content: space-between;
  }
  .product-row {
    width: 80%;
    margin: 30px 10%;
  }
 
}
