@media screen and (max-width: 992px) {
  :root {
    --site-title: 45px;
    --site-paragraph: 23px;
    --title-size: 33px;
    --paragraph-size: 19px;
    --overlay-title: 40px;
    --overlay-width: 80%;
    --section-padding: 50px 0;
    --section-width: 100%;
    --flex-direction: column;
    --image-margin-top: 30px;
    --our-story-image-width: 70%;
    --menu-items-width: 70%;
    --menu-images-height: 190px;
    --delicious-images-width: 70%;
    --email-input-width: 70%;
  }
  .hamburger-icon {
    display: flex;
  }
  header {
    height: 70vh;
  }
  header nav ul.navbar {
    display: none;
  }
  header nav ul.responsive-navbar {
    display: flex;
  }
  #menu .menu-description a {
    display: none;
  }
  #menu .see-more-after a {
    display: block;
  }
  footer .contact .social {
    width: 100%;
    margin-top: 35px;
  }
  footer .contact .news-letter {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --site-title: 40px;
    --site-paragraph: 21px;
    --title-size: 30px;
    --paragraph-width: 100%;
    --paragraph-size: 18px;
    --paragraph-line-height: 1.6;
    --overlay-title: 35px;
    --overlay-width: 90%;
    --footer-title-size: 25px;
    --our-story-image-width: 90%;
    --menu-items-width: 80%;
    --menu-images-height: 170px;
    --delicious-images-width: 85%;
    --delicious-images-height: 430px;
    --email-input-width: 90%;
    --copyright-header: 21px;
    --copyright-text: 17px;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --site-title: 37px;
    --site-paragraph: 19px;
    --title-size: 28px;
    --overlay-title: 30px;
    --overlay-width: 95%;
    --footer-title-size: 24px;
    --our-story-image-width: 100%;
    --menu-images-height: 150px;
    --delicious-images-width: 100%;
    --email-input-width: 100%;
    --copyright-header: 20px;
    --copyright-text: 16px;
  }
}

@media screen and (max-width: 480px) {
  :root {
    --site-title: 34px;
    --menu-items-width: 95%;
    --menu-images-height: 130px;
    --delicious-images-height: 300px;
  }
  .hamburger-icon svg {
    width: 38px;
    height: 38px;
  }
  header nav .logo {
    width: 80%;
  }
  header nav .logo span {
    font-size: 21px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 320px) {
  :root {
    --title-size: 26px;
    --paragraph-size: 17px;
    --overlay-title: 28px;
    --footer-title-size: 23px;
    --menu-items-width: 100%;
    --menu-images-height: 100px;
    --delicious-images-height: 280px;
    --copyright-header: 19px;
    --copyright-text: 15px;
  }
  .hamburger-icon svg {
    width: 35px;
    height: 35px;
  }
  header nav .logo span {
    display: none;
  }
  header nav .logo img {
    height: 85%;
  }
  #sweet {
    height: 350px;
  }
  #delicious .images {
    flex-direction: column;
  }
  #delicious .images img {
    width: 85%;
    margin-top: 15px;
  }
}

@media screen and (max-height: 600px) {
  header {
    height: 80vh;
  }
}
