@charset "utf-8";
/* CSS Document */
:root {
  --ending-hue: 0deg;
}
@keyframes generic-fade {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}
@keyframes page-load {
  from {
    opacity: 0%;
    transform: translateY(-64px);
  }
  to {
    opacity: 100%;
    transform: translateY(0px);
  }
}
@keyframes page-load-home {
  0% {
    opacity: 0%;
    transform: scale(1.25);
	  z-index: -1;
  }
  99% {
	  z-index: -1;
  }
  100% {
    opacity: 100%;
    transform: scale(1);
	  z-index: 0;
  }
}
@keyframes landing-title {
  from {
    transform: scale(1.25) translate(-50%, -50%);
    opacity: 0%;
  }
  to {
    transform: scale(1) translate(-50%, -50%);
    opacity: 100%;
  }
}
@keyframes door-open {
  from {
    width: 50%;
    outline: 12px solid white;
  }
  to {
    width: 0%;
    outline: 0px solid transparent;
  }
}
@keyframes overlay {
  0% {
    height: 100%;
  }
  20% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes menu-slide-in {
  from {
    transform: translate(110%, 0%);
  }
  to {
    transform: translate(0%, 0%);
  }
}
@keyframes menu-slide-out {
  from {
    transform: translate(0%, 0%);
  }
  to {
    transform: translate(110%, 0%);
  }
}
@keyframes background {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
@keyframes stew-fusion-text {
  from {
    letter-spacing: 1em;
  }
  to {
    letter-spacing: 0px;
  }
}
@keyframes stew-fusion-image {
  from {
    opacity: 0%;
    filter: saturate(0%) drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5)) hue-rotate(0deg);
    transform: scale(500%);
  }
  to {
    opacity: 100%;
    filter: saturate(100%) drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5)) hue-rotate(var(--ending-hue));
    transform: scale(100%);
  }
}
@keyframes dialog-box {
  0% {
    transform: scale(0) translate(-50%, -50%) rotateX(90deg);
    opacity: 0%;
  }
  80% {
    opacity: 100%;
    transform: scale(1.25);
  }
  100% {
    transform: scale(1) rotateX(0deg);
  }
}
@keyframes dialog-text {
  0% {
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    transform: translate(-1000%, 0);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.75);
  }
  60% {
    transform: translate(0%, 0);
  }
  80% {
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.75);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.75);
    color: black;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
  }
}
@keyframes dialog-text-alt {
  0% {
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    transform: translate(1000%, 0);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.75);
  }
  60% {
    transform: translate(0%, 0);
  }
  80% {
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.75);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.75);
    color: black;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
  }
}
@keyframes backdrop {
  from {
    opacity: 0%;
  }
  to {
    opacity: 66%;
  }
}
@keyframes backdrop-reverse {
  from {
    opacity: 66%;
  }
  to {
    opacity: 0%;
  }
}
@keyframes close-dialog-box {
  0% {
    opacity: 100%;
    transform: scale(100%) rotateX(0deg);
  }
  100% {
    opacity: 0%;
    transform: scale(85%) rotateX(15deg);
  }
}
/* ===========
BEGIN STYLING
=========== */
*, ::after, ::before {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: auto;
  padding: 0;
  background-color: #111111;
  overflow-x: hidden;

}
p {
  font-family: "Outfit", sans-serif;
}
.dark-mode {
  background-color: #111111;
  color: white;
}
section {
  animation: page-load .75s;
  background-color: white;
  margin: 0;
  padding: 0;
  width: 100%;
}
#section-home {
  animation: none;
}
h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(48px, 5vw, 5vw);
  text-align: center;
  padding: 44px 0 32px 0;
  margin: 0;
}
h2 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 5vw, 54px);
  text-align: center;
  line-height: 1.15;
  width: 100%;
  color: white;
  margin: 0;
  padding: 38px 24px 32px 24px;
  background-image: linear-gradient(309deg, rgba(187, 187, 187, 0.03) 0%, rgba(187, 187, 187, 0.03) 22%, rgba(207, 207, 207, 0.03) 22%, rgba(207, 207, 207, 0.03) 43%, rgba(148, 148, 148, 0.03) 43%, rgba(148, 148, 148, 0.03) 62%, rgba(90, 90, 90, 0.03) 62%, rgba(90, 90, 90, 0.03) 68%, rgba(195, 195, 195, 0.03) 68%, rgba(195, 195, 195, 0.03) 88%, rgba(34, 34, 34, 0.03) 88%, rgba(34, 34, 34, 0.03) 95%, rgba(215, 215, 215, 0.03) 95%, rgba(215, 215, 215, 0.03) 100%), linear-gradient(35deg, rgba(100, 100, 100, 0.03) 0%, rgba(100, 100, 100, 0.03) 9%, rgba(5, 5, 5, 0.03) 9%, rgba(5, 5, 5, 0.03) 40%, rgba(89, 89, 89, 0.03) 40%, rgba(89, 89, 89, 0.03) 44%, rgba(5, 5, 5, 0.03) 44%, rgba(5, 5, 5, 0.03) 69%, rgba(130, 130, 130, 0.03) 69%, rgba(130, 130, 130, 0.03) 79%, rgba(204, 204, 204, 0.03) 79%, rgba(204, 204, 204, 0.03) 88%, rgba(247, 247, 247, 0.03) 88%, rgba(247, 247, 247, 0.03) 100%), linear-gradient(90deg, rgb(53, 53, 53), rgb(0, 0, 0));
  box-shadow: inset 0 0 16px -4px rgba(0, 0, 0, 1);
  z-index: 2;
}
h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 100;
  font-size: clamp(2em, 2vw, 2.5em);
  line-height: 1.15;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 16px 0 16px 0;
  padding: 8px 0 8px 0;
}
#box-spacer {
  padding: 49px 0 0 0;
  width: 100%;
  font-size: 0;
  background-color: black;
}
#left-door, #right-door {
  animation: door-open forwards 2s;
  animation-delay: 0.25s;
  background-color: rgba(0, 0, 0, 1);
  transform-origin: center;
  outline: 12px solid white;
  position: fixed;
  width: 50%;
  z-index: 1000;
  pointer-events: none;
  top: 0;
  height: 100%;
}
#left-door {
  left: 0;
}
#right-door {
  right: 0;
}
img {
  display: block;
  width: 100%;
}
#overlay {
  animation: overlay forwards 2s;
  position: fixed;
  background-image: linear-gradient(309deg, rgba(187, 187, 187, 0.03) 0%, rgba(187, 187, 187, 0.03) 22%, rgba(207, 207, 207, 0.03) 22%, rgba(207, 207, 207, 0.03) 43%, rgba(148, 148, 148, 0.03) 43%, rgba(148, 148, 148, 0.03) 62%, rgba(90, 90, 90, 0.03) 62%, rgba(90, 90, 90, 0.03) 68%, rgba(195, 195, 195, 0.03) 68%, rgba(195, 195, 195, 0.03) 88%, rgba(34, 34, 34, 0.03) 88%, rgba(34, 34, 34, 0.03) 95%, rgba(215, 215, 215, 0.03) 95%, rgba(215, 215, 215, 0.03) 100%), linear-gradient(35deg, rgba(100, 100, 100, 0.03) 0%, rgba(100, 100, 100, 0.03) 9%, rgba(5, 5, 5, 0.03) 9%, rgba(5, 5, 5, 0.03) 40%, rgba(89, 89, 89, 0.03) 40%, rgba(89, 89, 89, 0.03) 44%, rgba(5, 5, 5, 0.03) 44%, rgba(5, 5, 5, 0.03) 69%, rgba(130, 130, 130, 0.03) 69%, rgba(130, 130, 130, 0.03) 79%, rgba(204, 204, 204, 0.03) 79%, rgba(204, 204, 204, 0.03) 88%, rgba(247, 247, 247, 0.03) 88%, rgba(247, 247, 247, 0.03) 100%), linear-gradient(90deg, rgb(53, 53, 53), rgb(0, 0, 0));
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
}
/*Do not touch this part of the code because I have no idea how I got this to work*/
.standalone-image-container {
  position: relative;
}
.standalone-image {
  position: relative;
}
.standalone-image-container .standalone-image-front {
  opacity: 0%;
  transition: opacity .25s;
}
.standalone-image-front {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.standalone-image-container:hover .standalone-image-front {
  opacity: 100%;
}
li {
  list-style-type: none;
}
/* ========
SCROLL BAR
======== */ ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: #222222;
}
::-webkit-scrollbar-thumb {
  background: #999;
}
::-webkit-scrollbar-thumb:hover {
  background: #666;
}
/* ===================
BACKGROUND HOME PAGE
=================== */
.bg-button {
  animation: generic-fade forwards 1s;
  animation-delay: 0.5s;
  position: absolute;
  opacity: 0%;
  padding: 0.5em 1em 0.55em 1em;
  text-align: center;
  width: auto;
  outline: solid white 2px;
  outline-offset: -1px;
  font-family: "Outfit", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  text-decoration: none;
  color: white;
  cursor: pointer;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 16px -2px black;
  backdrop-filter: blur(16px) saturate(150%) opacity(100%);
  -webkit-backdrop-filter: blur(16px) saturate(150%) opacity(100%);
  transition-duration: 0.2s;
}
.bg-button:after {
  content: "";
  height: 0%;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  z-index: -1;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.2s;
}
.bg-button:hover {
  color: black;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px -4px white;
  backdrop-filter: blur(16px) saturate(150%) opacity(100%);
  -webkit-backdrop-filter: blur(16px) saturate(150%) opacity(100%);
}
.bg-button:hover:after {
  height: 100%;
}
.bg {
  filter: brightness(0.33);
  object-fit: cover;
  height: clamp(480px, 100vh, 100vh);
  z-index: -100;
}
.bg-container {
  animation: page-load-home 2s forwards;
  position: relative;
  overflow-x: hidden;
  z-index: -1;
}
.bg-title {
  animation: landing-title forwards 1s;
  animation-delay: 0.5s;
  transform: scale(1.25) translate(-50%, -50%);
  transform-origin: left;
  opacity: 0%;
  width: 100%;
  text-align: center;
  position: absolute;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(3em, 5vw, 6em);
  font-weight: 400;
  color: white;
  top: 45%;
  left: 50%;
}
/* ========
NAVIGATION
=========*/
#menu-bar {
  display: flex;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 16px -2px black;
  padding: 8px 7.5%;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  backdrop-filter: blur(8px) saturate(200%) opacity(100%);
  -webkit-backdrop-filter: blur(8px) saturate(200%) opacity(100%);
  transition: ease all 0.5s;
}
#menu-bar-mobile {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
  transform: translate(110%, 0%);
  top: 49px;
  right: 0;
  padding: 16px;
  width: auto;
  height: auto;
  z-index: 500;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 1);
  backdrop-filter: blur(16px) saturate(200%) opacity(100%);
  -webkit-backdrop-filter: blur(16px) saturate(200%) opacity(100%);
}
.menu-slide-in {
  animation: menu-slide-in forwards 0.33s;
}
.menu-slide-out {
  animation: menu-slide-out 0.33s;
}
#hamburger-menu {
  display: none;
  cursor: pointer;
  width: 32px;
  height: auto;
  padding: 4px;
  border-radius: 32px;
  outline: 1px solid transparent;
  transition-duration: 0.2s;
}
#hamburger-menu:hover {
  outline: 1px solid white;
}
#logo {
  width: clamp(180px, 50vw, 256px);
  cursor: pointer;
}
.menu-item {
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  font-size: 1.2em;
  color: white;
  z-index: 100;
  margin: 0px 16px;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
}
.menu-item:hover {
  padding: 4px 16px 4px 16px;
  margin: 0;
  color: black;
  background-color: white;
  border-color: white;
}
.menu-item-mobile {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  font-size: clamp(1.2em, 3vw, 1.5em);
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: white;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
}
.menu-item-mobile:hover {
  border-left: solid 1px white;
  border-right: solid 1px white;
}
#menu-bg {
  margin: 54px;
  background-color: white;
}
/* ===================
CONTAINERS AND COLUMNS
=================== */
.four-columns {
  background: linear-gradient(45deg, #bce7ff, #e3ceff, #ffd6d7, #feffd4);
  background-size: 800% 800%;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  align-items: end;
  padding: 0px 7.5% 0px 7.5%;
  text-align: center;
  animation: background 15s ease infinite;
}
.two-columns {
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: white;
  margin: 0px 10% 0px 10%;
  padding: 16px 0px 16px 0px;
  text-align: center;
}
#two-columns-home {
  column-gap: 0%;
  margin: 0;
  padding: 0;
}
.food-two-columns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
#food-categories {
  display: flex;
  flex-direction: column;
  background-color: #111111;
  min-height: 100vh;
}
.food-categories {
  display: flex;
  flex: 1 1 auto;
  margin: 0px 0px 0px 0px;
  padding: 0;
  line-height: 0;
}
.special-menu-container {
  display: block;
  margin: 16px 5% 16px 5%;
}
.food-menu-container {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  transition-duration: 0.2s;
}
.food-menu-container:hover {
  width: 200%;
}
.food-menu-image {
  display: block;
  filter: brightness(0.5) saturate(0);
  object-fit: cover;
  height: 100%;
  width: 100%;
  cursor: pointer;
  transform: scale(1.25) translate(0%, -10%);
  transition-duration: 0.2s;
}
.food-menu-image:hover {
  filter: brightness(1) saturate(1);
  transform: scale(1.3) translate(0%, -10%);
}
figcaption {
  background: rgba(255, 255, 255, 0);
  border-radius: 8px;
  backdrop-filter: saturate(300%) opacity(100%);
  -webkit-backdrop-filter: saturate(300%) opacity(100%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: clamp(1.2em, 2vw, 1.5em);
  color: black;
  padding: 6px 4px 6px 4px;
  margin: 12px 0 12px 0;
}
.food-menu-text {
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  transform: translate(-50%, 0%);
  font-weight: 100;
  pointer-events: none;
  border: none;
  border-radius: 0;
  color: white;
  left: 50%;
  width: 200%;
  z-index: 1;
  font-size: 1.5em;
  margin: 0;
  padding: 1.15em 0em 1em 0em;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: saturate(200%) opacity(100%);
  -webkit-backdrop-filter: saturate(200%) opacity(100%);
}
.special {
  image-rendering: pixelated;
  cursor: pointer;
  padding: 10%;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 12px;
  transition-duration: 0.2s;
}
.special:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: saturate(500%) opacity(100%);
  background-color: rgba(255, 255, 255, 0.33);
}
.food-item-container {
  width: 100%;
  margin: 0;
  padding: 12px 5% 12px 5%;
}
.food-image {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  max-width: 128px;
  height: auto;
  margin-left: auto;
  margin-right: 2.5%;
  image-rendering: pixelated;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}
.food-info {
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  display: table;
  table-layout: fixed;
  height: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  text-align: left;
  margin-left: 2.5%;
  margin-right: auto;
  line-height: 1;
}
.food-info td {
  font-size: clamp(1.4em, 2vw, 1.6em);
  border: none;
  padding: 4px 8px;
}
.food-description {
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  margin: 24px 0 0 0;
  padding: 4px 0;
  font-size: clamp(1.3em, 3vw, 1.4em);
}
#table-container {
  overflow-x: auto;
}
#stew-fusion-table {
  font-family: "Outfit", sans-serif;
  table-layout: auto;
  text-align: center;
  border-spacing: 0px;
  border-collapse: collapse;
  margin: auto;
  box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.33);
}
#stew-fusion-table td {
  min-width: 180px;
}
th {
  font-size: clamp(1.2em, 3vw, 1.4em);
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 4px;
}
td {
  font-size: clamp(1.2em, 3vw, 1.4em);
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 4px;
}
tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.table-ingredient-type {
  background-color: white;
  color: black;
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
  letter-spacing: 8px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  min-width: 80px;
  padding: 0 24px 0 16px;
  border: 0px transparent;
  box-shadow: inset 0 0 16px -4px rgba(0, 0, 0, 1);
}
#table-ingredient-type {
  background-color: #222222;
  color: white;
}
.table-general-heading {
  min-width: 128px;
}
#table-ingredient-heading {
  min-width: 240px;
}
footer {
  display: block;
  width: 100%;
  background-color: #222222;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: white;
  margin: 0;
  padding: 24px 5%;
  z-index: 2;
}
/* =========
STEW FUSION
========= */
#stew-fusion-container .rule-list, #stew-fusion-container p {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.2em, 3vw, 1.5em);
  text-align: center;
  padding: 0 8px;
  margin: 16px 0 16px 0;
}
#stew-fusion-container {
  margin: 32px 0 32px 0;
  
}
#stew-fusion-image {
  image-rendering: pixelated;
  height: clamp(120px, 16vw, 160px);
  width: auto;
  margin: auto 12px auto auto;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}
.stew-fusion-image {
  animation: stew-fusion-image forwards 2s;
}
#stew-fusion-title {
  background: linear-gradient(45deg, #bce7ff, #e3ceff, #ffd6d7, #feffd4);
  background-size: 1000% 1000%;
  animation: background 15s ease infinite, stew-fusion-text 3s;
  font-size: clamp(32px, 5vw, 64px);
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.9);
  box-shadow: inset 0 0 16px -4px rgba(0, 0, 0, 1);
  margin: 0 0 32px 0;
}
#stew-fusion-button {
  background: linear-gradient(45deg, #bce7ff, #e3ceff, #ffd6d7, #feffd4);
  background-size: 1000% 1000%;
  animation: background 15s ease infinite;
  color: rgba(0, 0, 0, 0.9);
  width: 420px;
  max-width: 100%;
  text-align: center;
  padding: 1.5rem 0 1.25rem 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  cursor: pointer;
  margin: 32px auto;
  display: flex;
  justify-content: center;
  box-shadow: inset 0 0 16px 0px rgba(255, 255, 255, 0);
  transition-duration: 0.33s;
}
#stew-fusion-button:hover {
  filter: saturate(800%);
  box-shadow: inset 0 0 16px 0px rgba(255, 255, 255, 0);
  border-radius: 0px;
  letter-spacing: 8px;
  width: 100%;
  color: white;
}
#stew-fusion-button:active {
  box-shadow: inset 0 0 16px 0px rgba(0, 0, 0, 0.5);
}
#stew-fusion-stats {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: "Outfit", sans-serif;
  border-spacing: 0px;
  border-collapse: collapse;
  line-height: 1.4;
  font-size: clamp(1em, 3.5vw, 1.3em);
  margin: auto auto auto 12px;
  padding: 0;
}
#stew-fusion-stats td {
  padding: 0 16px;
  border: none;
}
#fusion-two-columns {
  display: flex;
  justify-content: center;
  margin: 32px auto;
}
#stew-title {
  background-color: rgba(255, 255, 255, 0.5);
  font-size: clamp(1.6em, 4vw, 2.4em);
  margin: 24px 0 8px 0;
  padding: 12px 0 4px 0;
}
#stew-description {
  background-color: rgba(255, 255, 255, 0.5);
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.25em, 3vw, 1.5em);
  margin: 0px;
  padding: 4px 0;
  text-align: center;
}
#dialog-box-container {
  position: fixed;
  perspective: 1000px;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 100;
}
#backdrop {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: black;
  z-index: 99;
}
#stew-fusion-dialog-box {
  display: none;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 1);
  padding: 0 32px;
  border-radius: 24px;
}
#close-dialog {
  background-color: #222222;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  color: white;
  margin: 0 auto 32px auto;
  padding: 0.25rem 1rem 0.30rem 1rem;
  border: 2px solid transparent;
  border-radius: 120px;
  width: 100px;
  cursor: pointer;
  transition-duration: 0.2s;
}
#close-dialog:hover {
  color: black;
  background-color: white;
  border: 2px solid #222222;
}
#ingredient-list {
  padding: 16px 0;
}
.ingredient-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 8px 10% 16px 10%;
}
.ingredient-icon {
  display: block;
  width: auto;
  height: auto;
  margin: auto 4px auto 16px;
  image-rendering: pixelated;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
.ingredient-container {
  display: inline-flex;
}
.ingredient-type {
  background-image: none;
  font-size: clamp(1.8em, 3vw, 2.4em);
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 4px;
  margin: 16px 10% 8px 10%;
  box-shadow: none;
}
input[type="checkbox"] {
  display: none;
}
label {
  display: flex;
  color: black;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.2em, 2vw, 1.4em);
  outline: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin: 4px 4px;
  padding: 0;
  cursor: pointer;
  user-select: none;
  transition-duration: 0.2s;
}
input[type="checkbox"]:checked + .checkbox {
  background-color: #222222;
  color: white;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 1);
}
.checkbox {
  border-radius: 4px;
  padding: 2px 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
  transition-duration: 0.2s;
}
label:hover > .checkbox {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 1);
}
/* ===========
MEDIA QUERIES
=========== */
@media screen and (min-width: 1050px) {
  #menu-bar-mobile {
    z-index: -100;
    visibility: hidden;
  }
}
@media screen and (max-width: 1050px) {
  .menu-item {
    display: none;
  }
  #hamburger-menu {
    display: block;
  }
  .four-columns {
    padding: 0px 5% 0px 5%;
  }
  .two-columns {
    margin: 0px 5% 0px 5%;
  }
  .food-two-columns {
    display: block;
  }
  .food-image {
    max-width: 160px;
    margin: 24px auto;
  }
  .food-info {
    margin: auto;
  }
  .special {
    padding: 7.5%;
  }
}
@media screen and (max-width: 800px) {
  .four-columns {
    grid-template-columns: 50% 50%;
  }
  .two-columns {
    margin: 0px 2.5% 0px 2.5%;
  }
  .food-categories {
    flex-wrap: wrap;
  }
  #food-categories {
    flex-wrap: wrap;
  }
  .food-menu-container {
    width: 50%;
    height: auto;
  }
  .food-menu-container:hover {
    width: 50%;
  }
  .bg-title {
    width: 80%;
  }
  .ingredient-list {
    padding: 8px 5%;
  }
  #overlay {
	visibility: hidden; 
  }
}
@media screen and (max-width: 600px) {
  .two-columns {
    display: block;
  }
  .food-menu-container {
    width: 100%;
  }
  .food-menu-container:hover {
    width: 100%;
  }
  #left-door, #right-door {
    visibility: hidden;
}
  #fusion-two-columns {
    display: block;
    margin-top: 16px;
    margin-bottom: 0;
  }
  #stew-fusion-title {
    animation: background 15s ease infinite;
  }
  #stew-fusion-image {
    margin: auto;
  }
  #stew-fusion-stats {
    margin: 24px auto;
  }
  footer {
    padding: 24px 5% 24px 5%;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none;
  }
}