 /* section 1 start */
.section1 {
  background: linear-gradient(175deg, #F9F4F0 50%, #392523 50%); 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 100px 0;
}

.section1 p {
  margin: 25px;
  padding: 25px;
  text-align: center;
  font-size: 30px;
}

.cavallinis {
  font-family: Gopher Display;
  font-size: 30px;
  font-weight: bold;
}

.inner-letter2 {
  font-size: 54px;
  line-height: 1;
}

.section1box {
  width: 55%; 
  border: 15px solid #392523; 
  background-color: white; 
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}

.twentyyears {
  font-family: Chronicle Display; 
  font-weight: bold;
  font-style: italic;
}

.pickupbanner {
  background-color: #567050;
  font-family: Mr Eaves;
  font-weight: bold;
  color: #f9f4f0;
  font-size: 67px;
  width: 100%;  
  border-top: 1px solid #f9f4f0;
  border-bottom: 1px solid #f9f4f0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 50px 0 50px 0;
  padding: 25px 0 25px 0;
}

.pickupbanner2 {
  background-color: #567050;
  font-family: Mr Eaves;
  font-weight: bold;
  color: #f9f4f0;
  font-size: 80px;
  width: 100%;  
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 25px 0 25px 0;
}
  /* section 1 end */

  /* section 2 start */

  .section2 {
    padding: 50px;
    background-color: #f9f4f0;
  }

  .three-divs-home {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    height: auto;
  }

  .three-divs-home div {
    height: 39vw;
    max-height: 475px;
    min-height: 400px;
    width: 23vw;
    position: relative;
    transition: all .5s ease;
  }

  .three-divs-home a:link {
    text-decoration: none;
  }

  .three-divs-home div:hover .inner-1 {
    height: 55%;
  }

  .three-divs-home div:hover .inner-2 {
    height: 55%;
  }

  .three-divs-home div:hover .inner-1-1 {
    height: 45%;
  }

  .inner-1 {
    width: 100%;
    background-color: #567050;
    height: 65%;
    display: block;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

  .inner-1-1 {
    width: 100%;
    height: 35%;
    display: block;
    transition: all .5s ease;
    position: relative;
  }

  .inner-1-1-banquet {
    background-image: url('../assets/latest.jpg');
    background-position: center;
    background-repeat: no-repeat;
  } 

  .inner-1-1-cafe {
    background-image: url('../assets/h-822.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #392523;
  } 

  .inner-1-1-honey {
    background-image: url('../assets/h-2.jpg');
    background-position: center;
    background-repeat: no-repeat;
  } 

  .inner-1-1:after {
    background-color: black;
    opacity: .2;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
  }

  .inner-1-1 img {
    width: 100%;
    height: 100%;
  }

  .inner-2 {
    position: absolute;
    background-color: #392523;
    bottom: 0;
    height: 65%;
    width: 100%;
    display: block;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #392523;
  }

  .inner-title {
    font-family: Gopher Display;
    color: #f9f4f0;
    text-transform: uppercase;
  }

  .inner-letter {
    font-size: 40px;
  }
  /* section 2 end */

  /* section 3 start */

  .section3 {
    background-color: #F9F4F0;
    padding: 25px;
    margin: auto auto -45px auto;
    color: #16181C;
  }

  h3 {
    font-family: Great Vibes;
    font-size: 110px;
    margin: 0;
  }

  h4 {
    font-family: Gopher Display;
    font-size: 40px;
    margin: 20px 0 50px 0;
  }

  .pictures {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .banquetpics {
    border: 10px solid #567050;
    margin: 25px 50px 0 50px;
    height: auto;
    width: 36vw;
  }

  .center-button {
    text-align: center;
    margin: 50px 0 25px 0;
  }

  .cta2 {
    color: #f9f4f0;
    background-color: #7CA173;
    font-family: Mr Eaves;
    font-size: 30px;
    font-weight: bold;
    border: 0;
    outline: none;
    box-shadow: 0.195vw 0.195vw 0.391vw rgba(0,0,0,0.16); 
    width: 400px;
  }

  .cta2:hover {
    background-color: #567050;
  }

  .cta2 a:link {
    text-decoration: none;
    color: #f9f4f0;
    width: 100%;
    padding: 20px 0 20px 0;
    display: block;
    margin: 0;
  }

    .contactbutton {
    color: #f9f4f0;
    background-color: #7CA173;
    font-family: Mr Eaves;
    font-size: 30px;
    font-weight: bold;
    border: 0;
    outline: none;
    box-shadow: 0.195vw 0.195vw 0.391vw rgba(0,0,0,0.16); 
    width: 200px;
  }

  .contactbutton:hover {
    background-color: #567050;
  }

  .contactbutton a:link {
    text-decoration: none;
    color: #f9f4f0;
    width: 100%;
    padding: 20px 0 20px 0;
    display: block;
    margin: 0;
  }

    .contactbutton a:visited {
    text-decoration: none;
    color: #f9f4f0;
    width: 100%;
    padding: 20px 0 20px 0;
    display: block;
    margin: 0;
  }

  /* section 3 end */

  /* section 4 start */

  .gradient {
    height: 200px; 
    background: linear-gradient(175deg, #F9F4F0 50%, #392523 50%);
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }

  .section4 {
    background-color: #392523;
    margin: -25px auto auto auto;
  }

  .coffee {
    font-family: Chronicle Display;
    font-size: 100px;
    font-weight: bold;
    font-style: italic; 
    color: black;
    display: block; 
    text-align: center;
  }

  .coffee-flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .coffee-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .coffee-pictures {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section4 img {
    border: 1px solid #f9f4f0;
    margin: 25px;
  }

  .section4 .img1 {
    position: relative;
    bottom: 85px;
  }

  .section4 .img2 {
    position: relative;
    top: 85px;
  }

  .section4 ul {
    color: #f9f4f0;
    font-family: Mr Eaves;
    font-size: 44px;
    margin: 0 0 0 25px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section4 li {
    margin: 25px 0 25px 0;
    position: relative; 
    z-index: 2;
  }

  .section4 .fullmenu {
    text-align: center;
    display: block;
    margin: 10px 100px 0 0;
  }

  .section4 a:link {
    color: #7CA173;
    font-family: Chronicle Display;
    font-size: 34px;
    font-style: italic;
    position: relative; 
    z-index: 2;
  }

  .section4 a:hover {
    text-decoration: none;
  }

  .gradient2 {
    height: 300px; 
    background: linear-gradient(175deg, #F9F4F0 55%, #392523 55%);
    margin: -100px 0 0 0;
    transform: rotate(180deg) scaleX(-1);
  }

  /* section 4 end */

  /* section 5 start */

  .section5 {
    background-color: #f9f4f0;
    padding: 0 0 100px 0;
  }

  .honey {
    font-family: Chronicle Display;
    font-style: italic;
    font-size: 100px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #567050;
    text-underline-offset: 30px;
    margin: 0 0 0 50px;
    color: #16181c;
  }
    
.honey-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 75px 0 0 0;
}

.honey-text {
  font-family: Gopher Display;
  height: 375px;
  width: 450px;
  border: 10px solid #7CA173;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 50px 0 0;
  text-align: center;
  padding: 20px;
}

.honey-first-line {
  font-size: 25px;
  font-weight: bold;
}

.honey-second-line {
  font-size: 22px;
  font-style: italic;
  margin: 20px 0 0 0;
}

.honey-pic {
  border: 10px solid #567050;
  background-image: url('../assets/h-2.jpg');
  height: 375px;
  width: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}

.buttons2 {
      display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 25px 0 0 0;
}

  /* section 5 end */
 .container4 {display: flex; flex-direction: column; align-items: center; text-align: center; font-family: Chronicle Display; font-size: 1.7em; margin-bottom: 5vw;}
.productbox {display: flex; width: 75%; height: 35vw; margin: 1vw 0 1vw 0;}
.productinfocontainer {display: flex; flex-direction: column; border: 5px solid #392523; align-items: center; height: 35vw; justify-content: space-evenly;}
.productimage {float: left; border-width: 5px 0 5px 5px; border-style:solid; border-color: #392523; height: 35vw; }
.producttitle {font-weight: bold; font-size: 1.5em; margin: 1vw 0 0 0; font-family: Mr Eaves; }
.productprice {font-size: 1.3em; margin: 2vw 0 0 0;}
.buynowbuttons {margin: 1vw 0 0 0; text-align: center; width: 100%; height: 20%; }
.productinfo {margin: 0 0 0 0; width: 95%; display: block; font-size: 2vw;}
.buynowbuttons:hover {opacity: .9; }
.small {font-size: .5em; }
.buttonimage {width: auto; height: 100%; margin: 0;}
.button2 {width: 25%; vertical-align: bottom;}
.productimage2 {float: right; border-left: 5px solid #392523 }

/* tablet both */



@media (min-width: 601px) and (max-width: 1200px)   {

  .section1 p {
    font-size: 22px;
  }

  .cavallinis {
  font-family: Gopher Display;
  font-size: 22px;
  font-weight: bold;
}

.inner-letter2 {
  font-size: 34px;
  line-height: 1;
}

    .section3 {
            padding: 50px 5px 0 5px;
          }

   .container4 {display: flex; flex-direction: column; align-items: center; text-align: center; font-family: Chronicle Display; font-size: 1.7em; margin-bottom: 5vw;}
.productbox {display: flex; width: 100%; height: auto; margin: 0 0 2vw 0;}
.productinfocontainer {display: flex; flex-direction: column; border: 3px solid #392523; align-items: center; height: auto; width: 100%; justify-content: space-evenly;}
.productimage {float: left; border-width: 3px 0 3px 3px; border-style:solid; border-color: #392523; height: auto; width: 40%;}
.producttitle {font-weight: bold; font-size: 6.4vw; margin: 1vw 0 0 0; font-family: Mr Eaves; }
.productprice {font-size: 1em; margin: 2vw 0 0 0;}
.buynowbuttons {margin: 1vw 0 0 0; text-align: center; width: 100%; height: 20%;}
.productinfo {margin: 1vw 0 0 0; width: 95%; display: block; font-size: 18px;}
.buynowbuttons:hover {opacity: .9; }
.small {font-size: .5em; }
.buttonimage {width: 45%; height: auto; margin: 0;}
.button2 {width: 5%; vertical-align: bottom; }
.productimage2 {float: right; border-left: 3px solid #392523 }

  /* section 1 tablet both start */

  .section1 p {
    text-align: left;
  }

  .section1box {
    width: 90%; 
  }

  .twentyyears {
    text-align: center;
    display: block;
  }

  .pickupbanner {
    font-size: 33px;
    margin: 50px 0 50px 0;
    padding: 25px 0 25px 0;
  }

    .pickupbanner2 {
    font-size: 30px;
    padding: 25px 0 25px 0;
  }

    /* section 1 tablet both end */

       /* section 4 tablet both start */
   .coffee {
    font-size: 60px;
    margin: auto auto 50px auto;  
   }

  .coffee-flex {
    width: 95%;
  }

  .coffee-pictures {
    flex-direction: column;
  }

  .section4 img {
    margin: inherit;
  }

  .section4 .img1 {
    position: static;
    margin: 0 0 50px 0;
  }

  .section4 .img2 {
    position: static;
    margin: 50px 0 0 0;
  }

  .section4 ul {
    font-size: 34px;
    margin: 0 0 0 10px;
  }

  .section4 .fullmenu {
    margin: 50px 0 0 0;
  }

  .gradient2 {
    margin: -10px 0 0 0;
  }
/* section 4 tablet both end */

/* section 5 tablet both start */

.honey {
  font-size: 70px;
  text-decoration-color: #567050;
  text-underline-offset: 10px;
  margin: 0 0 0 10px;

}
  
.honey-flex {
flex-direction: column;
margin: 75px 0 0 0;
}

.honey-text {
margin: 0 0 50px 0;
width: 85%;
}

/* section 5 tablet both end */

}

/* tablet big */
@media (min-width: 801px) and (max-width: 1200px)   {

    /* section 2 tablet big */
.three-divs-home {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: auto;
        }
    
        .three-divs-home div {
          height: 275px;
          min-height: unset;
          width: 80vw;
          margin-bottom: 50px;
          display: flex;
          flex-direction: row;
        }
      
        .three-divs-home div:hover .inner-1 {
          height: 100%;
          width: 80%;
        }
      
        .three-divs-home div:hover .inner-2 {
          height: 100%;
          width: 80%;
        }

        .three-divs-home div:hover .inner-1-1 {
          height: 100%;
        }
      
        .inner-1 {
          height: 100%;
          width: 60%;
          z-index: 2;
        }
      
        .inner-2 {
          position: absolute;
          z-index: 2;
          right: 0;
          width: 60%;
          height: 100%;
        }

        .inner-1-1 {
          width: 40%;
          height: 100%;
          display: block;
          transition: all .5s ease;
          position: relative;
        }

  
    .inner-1-1-banquet {
      background-image: url('../assets/latest.jpg');
      background-position: center;
      background-repeat: no-repeat;
    } 
  
    .inner-1-1-cafe {
      background-image: url('../assets/h-822.jpg');
      background-position: center;
      background-repeat: no-repeat;
      background-color: #392523;
    } 
  
    .inner-1-1-honey {
      background-image: url('../assets/h-2.jpg');
      background-position: center;
      background-repeat: no-repeat;
    } 
  
    .inner-1-1:after {
      background-color: black;
      opacity: .2;
      width: 100%;
      height: 100%;
      content: '';
      display: block;
    }
  
    .inner-1-1 img {
      width: 100%;
      height: 100%;
    }

  
    .inner-title {
      font-family: Gopher Display;
      color: #f9f4f0;
      text-transform: uppercase;
    }
  
    .inner-letter {
      font-size: 40px;
    }

  /* section 2 tablet big end */

  /* section 3 tablet big start */

  .banquetpics {
    border: 10px solid #567050;
    margin: 25px 25px 0 25px;
    height: auto;
    width: 40vw;
  }

  /* section 3 tablet big end */

}

/* tablet small */
  @media (min-width: 601px) and (max-width: 800px)   {

    /* section 2 tablet small */

    .three-divs-home {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: auto;
        }
    
        .three-divs-home div {
          height: 275px;
          min-height: unset;
          width: 80vw;
          margin-bottom: 50px;
          display: flex;
          flex-direction: row;
        }
      
        .three-divs-home div:hover .inner-1 {
          height: 100%;
        }
      
        .three-divs-home div:hover .inner-2 {
          height: 100%;
        }

        .three-divs-home div:hover .inner-1-1 {
          height: 100%;
        }
      
        .inner-1 {
          height: 100%;
          width: 60%;
          z-index: 2;
        }
      
        .inner-2 {
          position: absolute;
          z-index: 2;
          right: 0;
          width: 60%;
          height: 100%;
        }

        .inner-1-1 {
          width: 40%;
          height: 100%;
          display: block;
          transition: all .5s ease;
          position: relative;
        }

        

           /* section 2 tablet small */

  /* section 3 tablet small start */

  h3 {
    font-size: 100px;
    display: block;
    text-align: center;
  }

  h4 {
    font-size: 40px;
    margin: 20px 0 50px 20px;
    display: block;
    text-align: center;
  }

  .pictures {
    flex-direction: column;
  }

  .banquetpics {
    margin: 25px 50px 0 50px;
    width: 77vw;

  }

  /* section 3 tablet small end */

  /* section 5 tablet small start */
  
  .honey-pic {
    height: 58vw;
    width: 90vw;
    }
  /* section 5 tablet small end */

}

/* mobile */
@media (min-width: 320px) and (max-width: 600px)   {

/* section 1 mobile start */

.section1 p {
  text-align: left;
  font-size: 24px;
  padding: 5px;
}

.section1box {
  width: 90%; 
}

.twentyyears {
  text-align: center;
  display: block;
}

.pickupbanner {
  font-size: 25px;
  margin: 50px 0 50px 0;
  padding: 25px 0 25px 0;
}

.pickupbanner2 {
  font-size: 30px;
  padding: 25px 0 25px 0;
}
/* section 1 mobile end */

       /* section 2 mobile */

       .section2 {
        padding: 10px;
       }

       .three-divs-home {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
          }
      
          .three-divs-home div {
            height: 225px;
            min-height: unset;
            width: 93vw;
            margin-bottom: 45px;
            display: flex;
            flex-direction: row;
          }

        
          .three-divs-home div:hover .inner-1 {
            height: 100%;
          }
        
          .three-divs-home div:hover .inner-2 {
            height: 100%;
          }
  
          .three-divs-home div:hover .inner-1-1 {
            height: 100%;
          }
        
          .inner-1 {
            height: 100%;
            width: 60%;
            z-index: 2;
          }
        
          .inner-2 {
            position: absolute;
            z-index: 2;
            right: 0;
            width: 60%;
            height: 100%;
          }
  
          .inner-1-1 {
            width: 40%;
            height: 100%;
            display: block;
            transition: all .5s ease;
            position: relative;
          }

           /* section 2 mobile */

    /* section 3 mobile */

    .section3 {
            padding: 50px 5px 0 5px;
          }

             .container4 {display: flex; flex-direction: column; align-items: center; text-align: center; font-family: Chronicle Display; font-size: 1.7em; margin-bottom: 5vw;}
.productbox {display: flex; width: 100%; height: auto; margin: 0 0 2vw 0; flex-direction: column;}
.productinfocontainer {display: flex; flex-direction: column; border: 3px solid #392523; align-items: center; height: auto; width: 100%; justify-content: space-evenly; margin: 0 0 50px 0;}
.productimage {float: none; border-width: 3px 3px 0 3px; border-style:solid; border-color: #392523; height: auto; width: 100%; }
.producttitle {font-weight: bold; font-size: 6.4vw; margin: 1vw 0 0 0; font-family: Mr Eaves; }
.productprice {font-size: 1em; margin: 2vw 0 0 0;}
.buynowbuttons {margin: 1vw 0 0 0; text-align: center; width: 100%; height: 20%;}
.productinfo {margin: 1vw 0 0 0; width: 95%; display: block; font-size: 18px;}
.buynowbuttons:hover {opacity: .9; }
.small {font-size: .5em; }
.buttonimage {width: 45%; height: auto; margin: 0;}
.button2 {width: 5%; vertical-align: bottom; }
.productimage2 {float: right; border-left: 3px solid #392523 }
  
  h3 {
    font-size: 60px;
    display: block;
    text-align: center;
  }

  h4 {
    font-size: 24px;
    margin: 20px 0 25px 0;
    display: block;
    text-align: center;
  }

  .pictures {
    flex-direction: column;
  }

  .banquetpics {
    margin: 50px 0 0 0;
    width: 77vw;
  }

  .cta2 {
    transform: scale(.8);
  }

  .contactbutton {
  transform: scale(.8);
}

  /* section 3 mobile */

  /* section 4 mobile */
  .coffee {
    font-size: 40px;
    margin: auto auto 25px auto;  
   }

  .coffee-flex {
    width: 95%;
    flex-direction: column;
  }

  .coffee-pictures {
    flex-direction: row;
  }

  .section4 .img1 {
    position: static;
    margin: 20px;
    width: 33vw;
  }

  .section4 .img2 {
    position: static;
    margin: 20px;
    width: 33vw;
  }

  .section4 ul {
    font-size: 24px;
    margin: 10px 10px 0 10px;
    width: 90%;
  }

  .section4 li {
    margin: 15px 0 15px 0;
  }

  .section4 .fullmenu {
    margin: 25px 0 0 0;
  }

  .section4 a:link {
    font-size: 24px;
  }

  /* section 4 mobile */

  /* section 5 mobile */
  
  .honey {
    font-size: 65px;
    text-decoration-color: #567050;
    text-underline-offset: 10px;
    margin: 0 0 0 10px;
  }
    
  .honey-flex {
  flex-direction: column;
  margin: 75px 0 0 0;
  }
  
  .honey-text {
  margin: 0 0 50px 0;
  width: 85%;
  padding: 5px;
  height: auto;
  }

  .honey-pic {
    height: 58vw;
    width: 90vw;
    }
  /* section 5 mobile */



}