 /* section 1 start */
 .section1 {
    background: linear-gradient(175deg, #F9F4F0 50%, #392523 50%); 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .section1 p {
    margin: 25px;
    padding: 25px;
    text-align: left;
    font-size: 30px;
  }
  
  .section1box {
    width: 70%; 
    border: 15px solid #392523; 
    background-color: white; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 50px 0;
  }
  
  .twentyyears {
    font-family: Chronicle Display; 
    font-weight: bold;
    font-style: italic;
    text-align: center;
    display: block;
  }
  
    /* section 1 end */

    /* photos section start */
    #photos {
      background-color: #f9f4f0; 
      text-align: center; 
      margin: 0; 
      padding: 50px 0 50px 0; 
    }

img.photo {
  margin: 0; 
  padding: 0; 
  width: 24.4vw; 
  transition: transform .2s; 
}

.photo:hover {
  -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1); 
  transform: scale(1.1); 
  overflow-x: hidden; 
}

    /* photos section end */

    /* reviews section start */
    #reviews {
      background-color: #F9F4F0; 
      text-align: center;
      padding: 20px 0 50px 0;
    }

    .review-title {
      font-family: Chronicle Display;
      font-style: italic;
      font-size: 50px;  
      font-weight: bold;
    }

    .review-flex {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      margin: 50px 0 0 0;
    }

.review {
  border: 0; 
  box-shadow: 2px 2px 10px lightgray; 
  margin: 10px; 
  padding: 20px; 
  border-radius: 5px; 
  height: auto; 
  width: 400px; 
  vertical-align: top; 
  position: relative;
  background-color: white; 
}

#reviews .reviewname {
  font-family: Gopher Display; 
  font-weight: bold;
  font-size: 24px;
  padding: 0; 
  margin: 0; 
  text-align: left; 
}

#reviews .reviewparagraph {
  font-family: Mr Eaves; 
  font-size: 22px; 
  padding: 0px; 
  margin: 0; 
  text-align: left; 
  padding-top: 1vw;
}

.reviewicon { 
  position: absolute; 
  top: 8px; 
  right: 16px; 
}

/* fully seated section */
.fullyseated {
  background: linear-gradient(175deg, #392523 55%, #f9f4f0 55%);
  padding: 25px;
  min-height: 600px;
}

.fullyseated-title {
  font-family: Chronicle Display;
  font-size: 60px;
  color: #F9F4F0;
}

.fullyseated-title2 {
  font-family: Chronicle Display;
  font-style: italic;
  font-size: 50px;
  color: #f9f4f0;
}

.fullyseated-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.fullyseated-boxtitlesflex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}

.fullyseated-boxtitles {
  font-size: 44px;
  font-family: Chronicle Display;
  display: flex;
  flex-direction: row;
  align-items: left;
  color: #F9F4F0;
  width: 90%;
  margin: 0 0 0 -20px;
}

.fullyseated-boxtitles div {
  margin: 0 25px 0 0;
}

.includes-title {
  padding: 50px 50px 50px 60px;
  cursor: pointer;
}

.cuisine-title {
  padding: 50px;
  cursor: pointer;
}

.brunch-title {
  padding: 50px;
  cursor: pointer;
}

.additional-title {
  padding: 50px;
  cursor: pointer;
}

.active {
  background-color: #567050;
}

.fullyseated-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fullyseated-box {
  font-family: Mr Eaves;
  font-size: 24px;
  padding: 10px;
  color: white;
  height: auto;
  width: 90%;
  background-color: #567050;
}

.displaynone {
  display: none;
}

.included {
  display: block;
  padding: 75px;
}

.included-small {
  width: 33%;
  border-right: 1px solid #f9f4f0;
  padding: 75px;
} 

.included .title {
  font-family: Chronicle Display;
  font-size: 34px;
  font-weight: bold;
  color: white;
  margin: 15px auto 15px auto;
  text-align: left;
}

.included .title2 {
  font-family: Chronicle Display;
  font-size: 44px;
  color: white;
  margin: 25px auto 25px auto;
  text-align: center;
}

.included .info {
  font-family: Mr Eaves;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.3;
  color: white;
}

.cuisinesecond {
  text-decoration: underline;
  cursor: pointer;
}

.cuisinesecond2 {
  text-decoration: underline;
  cursor: pointer;
}

.cuisine {
  display: flex;
  flex-direction: column;
}

.cuisine-small2 {
  width: 33%;
  border-right: 1px solid #f9f4f0;
  padding: 50px;
}

.cuisine-flex {
  display: flex;
  flex-direction: row;
}

.cuisineflex-left {
  width: 50%;
}

.cuisineflex-left2 {
  width: 75%;
}

.cuisineflex-right {
  width: 50%;
}

.cuisineflex-right .cuisine-small {
  border-right: 0;
}

.cuisine-small {
  padding: 25px 50px 25px 50px;
  border-right: 1px solid #f9f4f0;
}

.cuisine .title {
  font-family: Gopher Display;
  font-size: 24px;
  color: #f9f4f0;
  line-height: 1.2;
  margin: auto auto 10px auto;
}

.cuisine .title2 {
  font-family: Gopher Display;
  font-size: 24px;
  color: #f9f4f0;
  line-height: 1.2;
  margin: 25px auto 25px auto;
}

.cuisine .info {
  font-family: Mr Eaves;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}

.fullyseated-mobile {
  display: none;
}

.mobilefaq {
  display: none;
}


  /* tablet both */
  @media (min-width: 601px) and (max-width: 1200px)   {
  
    /* section 1 tablet both start */
  
    .section1 p {
      text-align: left;
    }
  
    .section1box {
      width: 90%; 
    }
  
    .twentyyears {
      text-align: center;
      display: block;
    }
  
      /* section 1 tablet both end */

      /* photos tablet both start */
      #photos {
        background-color: #392523;
      }
      
      .photo:hover {
        -ms-transform: scale(1.0); 
        -webkit-transform: scale(1.0); 
        transform: scale(1.0); 
      }

      .mobilefaq {
        display: none; }

        .fullyseated-boxtitles {
          font-size: 34px;
        }

      /* photos tablet both end */
  
  }
  
  /* tablet big */
  @media (min-width: 801px) and (max-width: 1200px)   {

    /* photos tablet big */
    img.photo {
      margin: 0;
        padding: 0; 
        width: 49%;
        height: auto;
      }
      /* photos tablet big */

      /* reviews tablet big */

      .review-flex {
        margin: 0;
        flex-wrap: wrap;
        align-items: stretch;
      }

      .review {
        flex-grow: .75;
        padding: 30px;
        margin: 15px;
      }

      /* fully seated section tablet big*/

.fullyseated-box {
  width: 98%;
}

.fullyseated-boxtitles {
  width: 98%;
}

.includes-title {
  padding: 2vw 2vw 2vw 3.4vw;
}

.cuisine-title {
  padding: 2vw;
}

.brunch-title {
  padding: 2vw;
}

.additional-title {
  padding: 2vw;
}

.mobilefaq {
  display: none !important; 
}

  
  }
  
  /* tablet small */
    @media (min-width: 601px) and (max-width: 800px)   {

          /* photos tablet small */
    img.photo {
      margin: 0;
        padding: 0; 
        width: 49%;
        height: auto;
      }
      /* photos tablet small */

      /* reviews tablet small */

      .review-flex {
        margin: 0;
        flex-wrap: wrap;
        align-items: stretch;
      }

      .review {
        flex-grow: .75;
        padding: 30px;
        margin: 15px;
      }

      .mobilefaq {
        display: none;
      }

}

/* small tablet and mobile together */
@media (min-width: 320px) and (max-width: 800px) {

        /* fully seated section tablet small and mobile 

        .fullyseated-title {
          font-size: 50px;
        }
        
        .fullyseated-title2 {
          font-size: 40px;
        }
  
        .fullyseated-boxtitlesflex {
          display: none;
        }
  
        .fullyseated-flex {
          display: none;
        }
  
        .fullyseated-mobile {
          display: block;
          width: 99%;
          display: flex;
          flex-direction: column;
        }
  
        .includes-mobile {
          background-color: #567050;
    }

    .included-small {
      width: 100%;
      padding: 50px;
    } */

    .mobilefaq {
      display: block;
      margin: 25px 0 0 0;
    }

    .faqflex {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin: 0px 0 0 0;
      padding: 0 5px 0 5px;
    }

    .faqflex2 {
      display: flex;
      flex-direction: column;
      align-items: left;
      color: white;
      width: 100%;
      margin: 0 0 0 0;
    }

    .title2 {
            font-family: Chronicle Display;
      font-size: 24px;
      color: white;
      line-height: 2;
      margin: auto auto 10px auto;
      font-weight: bold;
      text-align: center;
    }

    .info {
            font-family: Mr Eaves;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.2;
    }

    .infocontainer {
      background-color: #567050;
    }

   .faq {
      margin: 0 25px 0 25px;
      background-color: #567050;
      padding: 50px 50px 50px 50px;
      cursor: pointer;
      font-size: 24px;
      text-transform: uppercase;
      text-align: center;
      font-family: Gopher Display;
    }

       .faq2 {
            margin: 25px 25px 0 25px;
      background-color: #567050;
      padding: 50px 50px 50px 50px;
      cursor: pointer;
      font-size: 24px;
      text-transform: uppercase;
      text-align: center;
      font-family: Gopher Display;
    }

       .faq3 {
            margin: 25px 25px 0 25px;
      background-color: #567050;
      padding: 50px 50px 50px 50px;
      cursor: pointer;
      font-size: 24px;
      text-transform: uppercase;
      text-align: center;
      font-family: Gopher Display;
    }

    .infocontainer {
      background-color: #567050;
      font-family: Chronicle Display;
      padding: 25px;
    }

    .fullyseated {
      padding: 5px;
    }

    .fullyseated-boxtitlesflex {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin: 0px 0 0 0;
      padding: 0 5px 0 5px;
      display: none;
    }
    
    .fullyseated-boxtitles {
      font-size: 24px;
      text-transform: uppercase;
      font-family: Gopher Display;
      display: flex;
      flex-direction: column;
      align-items: left;
      color: #F9F4F0;
      width: 100%;
      margin: 0 0 0 0;
      display: none;
    }
    
    .fullyseated-boxtitles div {
      margin: 0 25px 0 0;
    }
    
    .includes-title {
      padding: 50px 50px 50px 60px;
      cursor: pointer;
    }
    
    .cuisine-title {
      padding: 50px;
      cursor: pointer;
    }
    
    .brunch-title {
      padding: 50px;
      cursor: pointer;
    }
    
    .additional-title {
      padding: 50px;
      cursor: pointer;
    }
    
    .active {
      background-color: #567050;
    }
    
    .fullyseated-flex {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .fullyseated-box {
      font-family: Mr Eaves;
      font-size: 24px;
      padding: 10px;
      color: #f9f4f0;
      height: auto;
      width: 100%;
      background-color: #567050;
      display: none;
    }
    
    .displaynone {
      display: none;
    }
    
    .included {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding: 5px;
      width: 100%;
    }
    
    .included-small {
      width: 33%;
      border-right: 1px solid #f9f4f0;
      padding: 50px;
    }
    
    .included .title {
      font-family: Chronicle Display;
      font-size: 24px;
      color: white;
      line-height: 2;
      margin: auto auto 10px auto;
    }
    
    .included .info {
      font-family: Mr Eaves;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.2;
    }
    
    .cuisinesecond {
      text-decoration: underline;
      cursor: pointer;
    }
    
    .cuisinesecond2 {
      text-decoration: underline;
      cursor: pointer;
    }
    
    .cuisine {
      display: flex;
      flex-direction: column;
    }
    
    .cuisine-small2 {
      width: 50%;
      padding: 50px;
    }
    
    .cuisine-flex {
      display: flex;
      flex-direction: row;
    }
    
    .cuisineflex-left {
      width: 50%;
    }
    
    .cuisineflex-left2 {
      width: 75%;
    }
    
    .cuisineflex-right {
      width: 50%;
    }
    
    .cuisineflex-right .cuisine-small {
      border-right: 0;
    }
    
    .cuisine-small {
      padding: 25px 50px 25px 50px;
      border-right: 1px solid #f9f4f0;
    }
    
    .cuisine .title {
      font-family: Gopher Display;
      font-size: 24px;
      color: #f9f4f0;
      line-height: 1.2;
      margin: auto auto 10px auto;
    }
    
    .cuisine .title2 {
      font-family: Gopher Display;
      font-size: 24px;
      color: #f9f4f0;
      line-height: 1.2;
      margin: 25px auto 25px auto;
    }
    
    .cuisine .info {
      font-family: Mr Eaves;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.2;
    }
    
    .fullyseated-mobile {
      display: none;
    }
}
  
  /* 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;
  }
  
  /* section 1 mobile end */

   /* photos mobile start */
   #photos {
    background-color: #392523;
  }

 img.photo {
    margin: 0; 
    padding: 0; 
    width: 49%;
    height: auto;
  }
  
  .photo:hover {
    -ms-transform: scale(1.0); 
    -webkit-transform: scale(1.0); 
    transform: scale(1.0); 
  }
/* photos mobile end */

/* reviews mobile */

.review-flex {
  margin: 0;
  flex-wrap: wrap;
  align-items: stretch;
}

.review {
  flex-grow: .75;
  padding: 30px;
  margin: 15px;
}

    
  
  }