*{
  box-sizing: border-box;
}
/**/
body{
  background-image: url("assets/redfurt/gradient.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  background-size: cover;
  background-position: center;
}

@font-face {
  font-family: "Head";
  src: url(assets/fonts/Geometr706BlkCnBTBlack.ttf);
}

@font-face {
  font-family: "Sub";
  src: url(assets/fonts/Geometr706BlkCnBTBlack.ttf);
}

@font-face {
  font-family: "Ground";
  src: url(assets/fonts/Geometr212BkCnBTBook.ttf);
}

h1{
  font-family: "Head";
  font-size: 22px;
}

h2{
  font-family: "Sub";
  font-size: 16px;
}

p{
  font-family: "Ground";
  font-size: 12px;
}

hr{
  border: solid #ff6d25;
  width: 100%;
}

container{
  margin: 0 auto;
  align-items: center;
}

span{
  font-family: "Ground";
  font-size: 12px;
}

button{
  padding: 1em;
  border: 4px solid #ff6d25;
  background: #ffa51b;
  border-radius: 10px;
  font-family: "Ground";
  font-size: 16px;
  box-shadow: 0 3px 3px #741111;
  color: #ffffff;
}

button:hover{
  padding: 1em;
  border: 4px solid #ff9b69;
  background: #fff953;
  border-radius: 10px;
  font-family: "Ground";
  font-size: 16px;
  box-shadow: 0 3px 3px #741111;
  color: #ff6d25;
}

#small{
  font-family: "Ground";
  font-size: 10px;
  color: #ffffff;
}

#footer-links{
  font-family: "Ground";
  font-size: 10px;
  color: #ffffff;
}

#footer-links:hover{
  font-family: "Ground";
  font-size: 10px;
  color: #fff953;
}

.menu-details{
  display: flex;
  align-items: center;
}

.breadcrumb{
  font-family: "Ground";
  font-size: 12px;
  color: #ffffff;
}

.breadcrumb-static{
  font-family: "Ground";
  font-size: 12px;
  color: #ffffff;
}

.breadcrumb:hover{
  font-family: "Ground";
  font-size: 12px;
  color: #fff953;
  text-shadow: 0 2px 2px #441f04;
}

.breadcrumb-link{
  display: flex;
  align-items: center;
  text-decoration: none;
}

#photo{
  width: 200px;
  height: auto;
}

#food-item{
  width: 128px;
  height: auto;
}

.grid-img{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  width: 100%;
  max-width: 100%;
}

.grid-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cell{
  width: 100%;
  position: relative;
  display: block;
}

.cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.img1{
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}

.img2{
  grid-row-start: 3;
  grid-row-end: 5;
  grid-column-start: 2;
  grid-column-end: 3;
}

.img-square{
  aspect-ratio: 1 / 1;
}

.emoji{
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.header{
  padding: 1em;
  border: 4px solid #ff6d25;
  border-radius: 10px;
  background: #e38949;
  background: linear-gradient(0deg,rgba(227, 137, 73, 1) 0%, rgba(241, 221, 169, 1) 71%);
  box-shadow: 0 3px 3px #741111;
  width: 100%;
  height: auto;
  color: #000000;
}

.box{
  padding: 1em;
  border: 4px solid #ff6d25;
  border-radius: 10px;
  background: #e38949;
  background: linear-gradient(0deg,rgba(227, 137, 73, 1) 0%, rgba(241, 221, 169, 1) 71%);
  box-shadow: 0 3px 3px #741111;
  color: #000000;
}

.box-special{
  padding: 1em;
  border: 4px solid #ff6d25;
  border-radius: 10px;
  background: #f2ac16;
  background: linear-gradient(0deg,rgba(242, 172, 22, 1) 4%, rgba(255, 245, 99, 1) 45%);
  box-shadow: 0 3px 3px #741111;
  color: #000000;
}

.list{
  padding: 1em;
  border: none;
  border-radius: 10px;
  background: #e6e6e6;
  background: linear-gradient(0deg,rgba(230, 230, 230, 1) 4%, rgba(255, 255, 255, 1) 45%);
  box-shadow: 0 3px 3px #741111;
  color: #000000;
}

.footer{
  padding: 1em;
  border: 4px solid #ae4714;
  background: #ff6d25;
  width: 100%;
  height: auto;
  color: #ffffff;
}

.box-invis{
  padding: 1em;
  border-image: url(assets/tabs/invis.png);
  border-image-slice: 128 128 fill;
  border-image-width: 64px;
  flex: 1 1 25%;
}