@media screen and (max-width: 992px) {
  header nav ul {
    width: 70%;
  }
  header nav #logo {
    width: 30%;
    float: left;
  }

  #story {
    padding: 50px 0;
  }
  #story .story-desc {
    padding: 70px 0;
    padding-right: 30px;
  }
  #story .story-img {
    width: 300px;
    padding: 70px 0;
    padding-left: 30px;
    float: left;
  }

  #menu {
    padding: 50px 0;
    height: auto;
  }

  #menu .container {
    overflow: auto;
  }

  #menu .menu-desc {
    width: 100%;
  }
  #menu .menu-desc h2 {
    margin-top: 0;
  }
  #menu .menu-img {
    width: 100%;
    margin-top: 40px;
  }
  #menu .menu-img ul li {
    width: 25%;
  }
  #hot {
    margin: 0;
  }

  #delight {
    margin: 0;
  }

  #delight .delight-desc {
    width: 100%;
  }
  #delight .delight-img {
    width: 100%;
    text-align: center;
    margin: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  header nav ul {
    width: 200px;
    position: absolute;
    top: 0;
    right: -200px;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.9);
  }
  header nav ul li {
    width: 100%;
    margin: 20px 0;
  }
  header nav .menu-bar {
    display: block;
  }
  #story {
    padding: 50px 0;
  }
  #story .story-desc {
    padding: 10px 0;
    float: none;
    width: 100%;
  }
  #story .story-img {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
    margin: 50px 0;
  }
  #story .story-img img {
    max-width: 500px;
  }
  #menu .menu-img ul li {
    width: 50%;
  }
  footer {
    padding: 50px 0;
  }
  #about {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 576px) {
  header {
    height: 50vh;
  }
  header .header-desc {
    top: 45%;
  }
  header .header-desc h1 {
    font-size: 30px;
  }
  header .header-desc p {
    font-size: 15px;
  }

  #sweet {
    height: 250px;
  }
  #sweet .sweet-desc {
    margin: 50px 0;
  }
  #sweet .sweet-desc h2 {
    font-size: 30px;
  }
  #sweet .sweet-desc p {
    font-size: 15px;
    max-width: 450px;
  }

  #hot {
    height: 150px;
  }

  #hot .hot-desc {
    margin-top: 40px;
  }

  #hot .hot-desc h2 {
    font-size: 20px;
  }
  #hot .hot-desc p {
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  #contact .news {
    width: 100%;
    margin-bottom: 20px;
  }
  #contact .social {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  #menu .menu-img ul li {
    width: 100%;
  }
}
