
body {
  min-height: 700px;
  height: 100%;
  background-color: #b82800;
  background-image: url("images/backgroundNoisy.png");
  background-repeat: round;
  overflow-x: hidden;
  box-sizing: border-box;
  margin: 0;
}

div {
  margin-bottom: 2%;
  min-height: 1px;
  text-align: center;
}

h1 {
  font-size: 60px;
  font-family: 'Funnel Display';
  position: relative;
  text-align: center;
  color: antiquewhite;
  text-shadow: 2px 2px 4px #000000;
}

h2 {
  font-size: 30px;
  font-family: 'Funnel Display';
  position: relative;
  text-align: center;
  color: antiquewhite;
  text-shadow: 2px 2px 4px #000000;
  margin-top: 50px;
}

p {
  color: antiquewhite;
  font-size: 22px;
  font-family: 'Funnel Display';
  position: relative;
  text-align: center;
}

p2 {
  color: antiquewhite;
  font-size: 22px;
  font-family: 'Funnel Display';
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding-left: 15px;
}

p3 {
  color: antiquewhite;
  font-size: 12px;
  font-family: 'Funnel Display';
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-left: 15px;
  overflow: wrap;
  max-width: 400px;
}

p4{
  color: antiquewhite;
  font-size: 16px;
  font-family: 'Funnel Display';
  position: relative;
  text-align: left;
  display: block;
  margin: 0 auto;
  padding-left: 15px;
  margin: 0;
}

.specials{
  display: grid;
  grid-template-columns: auto auto;
  place-content: center;
}

.bento {
  display: inline-block;
  border: 2px solid antiquewhite;
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding: 6px 12px;
  background-color: #141414;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    inset 0 -1px 0 rgba(0,0,0,0.5),
    0 12px 30px rgba(0,0,0,0.6);
}

.bento h2{
  margin-top: 20px;
}

.title{
  background-image: url(images/blackMarble_background.png);
  text-align: center;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0px;
  width: 100% ;
  border-bottom: 2px solid antiquewhite;
  border-radius: 10px;
}

.title h2{
  margin-top: 20px;
}

.tab {
  overflow: hidden;
  color: antiquewhite;
  position: relative;
  text-align: center;
  border: 2px solid antiquewhite;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 850px;
  background-color: #141414;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    inset 0 -1px 0 rgba(0,0,0,0.5),
    0 12px 30px rgba(0,0,0,0.6);
}

.tab button {
  background-color: inherit;
  font-family: 'Funnel Display';
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 20px;
  padding: 14px 16px;
  transition: 0.3s;
  color: antiquewhite;
}

.tab button:hover {
  background-color: #b82800;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  text-align: center;
  position: relative;
  min-width: fit-content;
  border: 2px solid antiquewhite;
  border-radius: 10px;
  max-width: 825px;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #141414;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    inset 0 -1px 0 rgba(0,0,0,0.5),
    0 12px 30px rgba(0,0,0,0.6);
}

ul {
  font-family: 'Funnel Display';
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgb(17, 17, 17);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  left: 0;
  border: 2px antiquewhite;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: antiquewhite;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: antiquewhite;
  color: rgb(17, 17, 17);
}

ul li a.active {
  background-color: #b82800;
}

img{
  display: none;
  width: 90%;
  max-width: 850px;
  border: 2px solid antiquewhite;
  border-radius: 10px;
  margin: 0 auto;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    inset 0 -1px 0 rgba(0,0,0,0.5),
    0 12px 30px rgba(0,0,0,0.6);
}

li img{
  display: inline;
  width: 45px;
  border: none;
  box-shadow: none;
}

photoGallery{
  display: none;
  width: 90%;
  max-width: 850px;
  border: 2px solid antiquewhite;
  border-radius: 10px;
  margin: 0 auto;
}

photoButton{
  background-color: rgb(17, 17, 17);
  border: 2px solid antiquewhite;
  color: antiquewhite;
  font-size: 20px;
  font-family: 'Funnel Display';
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}

photoButton:hover{
  background-color: #b82800;
}

bottom{
  display: block;
  z-index: 1;
  background-color: #141414;
  color: antiquewhite;
  padding: 10px;
}

bottom div{
  display: inline-block;
  margin: 0;
}

bottom img{
  display: inline;
  margin: auto;
  border: none;
  width: 60px;
  float: right;
  right: 20px;
  position: relative;
  cursor: pointer;
  padding: 5px;
}

bottom img:hover{
  background-color: blue;
}

bottom a{
  text-decoration: none;
}

footer{
  background-color: #141414;
  
}

[data-day] {
  display: none;
}

body.monday [data-day="monday"],
body.tuesday [data-day="tuesday"],
body.wednesday [data-day="wednesday"],
body.thursday [data-day="thursday"],
body.friday [data-day="friday"],
body.saturday [data-day="saturday"],
body.sunday [data-day="sunday"] { 
  display: inline-block;
}

@media only screen and (max-width: 800px){
  h1{
    font-size: 35px;
    padding-top: 50px;
  }

  h2{
    font-size: 20px;
  }

  .tab button{
    font-size: 16px;
  }

  ul li a{
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* © 2026 Garrett Ward */