@media screen and (max-width: 1650px) {

  header,
  .main-content-wrapper {
      width: 70%;
      padding: 0 15%;
  }

}

@media screen and (max-width: 1515px) {

  header,
  .main-content-wrapper {
      width: 80%;
      padding: 0 10%;
  }

  .navigation.desktop a { font: 20px 'NotoSans', 'Arial', sans-serif; }

}

@media screen and (max-width: 1350px) {
  
  header,
  .main-content-wrapper {
    width: 94%;
    padding: 0 3%;
  }

}

@media screen and (max-width: 1035px) {

  .top-line { height: 2vh; }

  .banner { height: 98vh; }


  .navigation.desktop a { font-size: 16px; }

  h4 { font-size: 22px; }

  .cheaf { margin-right: 20px; }

  .welcome p,
  .features ul li { font: 13px 'Arial', sans-serif; }

  .dish-block p {
    font: 11px 'Arial', sans-serif;
    line-height: 15px;
  }

}

@media screen and (max-width: 920px) {
  
  header {
    height: 90px;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  header.h-active {
    height: 98vh;
    transition: all ease-in 0.3s;
  }

  header.scrolled.h-active { height: 100vh; }
  
  .header-logo { margin-top: 8px;}

  #menuTrigger{
    display: block;
    margin-top: 30px;
    font-size: 30px;
    color: #85423f;
    cursor: pointer;
  }

  .navigation.mobile {
    width: 100%;
    height: 85vh;
    display: none;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
  }

  .navigation.mobile.navigation.mobile.menu-active {
    display: flex;
    animation: showNav 0.3s ease-out;
  }

  @keyframes showNav {
    0%, 99% { opacity: 0; }
    100% { opacity: 1; }
  }

  .navigation.mobile a {
    width: 98%;
    font: 25px 'NotoSans', 'Arial', sans-serif;
    text-align: center;
    border-radius: 15px;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out ;
  }

  header.scrolled { border-radius: 0 0 40px 40px; }

  @media screen and (max-height:550px) {

    .navigation.mobile a { font-size: 20px ; }

    .navigation.mobile.menu-active {
      height: 72vh;
      padding: 0 0 8vh;
    }

  }

  @media screen and (max-height:350px) {

    .navigation.mobile a { font-size: 14px ; }

    .navigation.mobile.menu-active {
      justify-content: space-between;
      height: 65vh;
      padding: 0 0 2vh;
    }

  }
}

@media screen and (max-width: 855px) {

  #aboutUs,
  .best-choice,
  .news {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .welcome,
  .features,
  .garnish,
  .dessert,
  .follow-us,
  .email-updates {
    width: 70%;
    border-bottom: none;
  }

  .cheaf { margin-top: -15px; }

  .features,
  .garnish,
  .dessert,
  .follow-us { border-bottom: 2px dotted #B3ADAD; }

  .dessert { margin-top: 40px; }

  .follow-us h5 { margin-top: 0; }

  .follow-us .second-menu{ display: none; }

  .faa { margin-bottom: 40px; }

  h4 { font-size:  26px; text-align: center;}

  #portfolio {
    width: 70%;
    margin: 40px auto 0;
  }

  .welcome p,
  .features ul li { font-size: 14px; }
  .features ul li { padding-top: 7px; }
  .dish-block p {
    font-size: 12px;
    line-height: 15px;
  }

  @media screen and (max-height:600px) {

    .navigation.mobile a { font-size: 20px ; }

    .navigation.mobile.menu-active {
      justify-content: space-between;
      height: 65vh;
      padding: 0 0 2vh;
    }

  }

}

@media screen and (max-width: 700px) {

  .banner { background-position: center; }
  
  .welcome,
  .features,
  .garnish,
  .dessert,
  .follow-us,
  .email-updates,
  #portfolio { width: 86%;}

  .welcome p,
  .features ul li { font-size: 13px }

  .dish-block p { font-size: 12px; }

  header { background-position: center; }


}

@media screen and (max-width: 600px) {

  .cheaf {
    float: none;
    margin: 0 auto;
  }

  .welcome p{
    line-height: 20px;
    text-align: justify;
  }

  .more-button {
    margin-bottom: 40px;
  }

  .garnish,
  .dessert,
  .email-updates,
  .follow-us {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    width: 85%;
  }

  .faa { margin-right: 0; }

  .social {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 35%;
  }

  .garnish p,
  .dessert p { text-align: center; }

  h5 { text-align: center; }

  .price { margin: 10px auto 30px; }

  .dish-block { width: 60%; }

  .garnish { border-bottom: none; }

  .dessert { margin-top: 0; }

  @media screen and (max-height:600px) {

    .navigation.mobile a { font-size: 14px ; }

    .navigation.mobile.menu-active {
      justify-content: space-between;
      height: 65vh;
      padding: 0 0 2vh;
    }

  }

}

@media screen and (max-width: 500px) {

  .welcome,
  .features,
  .garnish,
  .dessert,
  .follow-us,
  .email-updates,
  #portfolio { width: 97%; }

  .dish-block { width: 80%; }

  .dish-block p {
    font-size: 12px;
    text-align: center;
  }

  .bottom-line { text-align: center; }
}

@media screen and (max-width: 400px) {

  .header-logo {
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    margin-left: -17%;
  }

  .welcome,
  .features,
  .garnish,
  .dessert,
  .follow-us,
  .email-updates { width: 99%;}

  #email { width: 170px; }


}

