@font-face {
  font-family: "Hagin";
  src: url("fonts/hagin-caps-medium.woff2") format("woff2"),
       url("fonts/hagin-caps-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titling";
  src: url("fonts/titling-medium.woff2") format("woff2"),
       url("fonts/titling-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ironick NF';
  src: url('fonts/IronickNF.woff2') format('woff2'),
      url('fonts/IronickNF.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Colonia Deco Uppercase';
    src: url('fonts/ColoniaDecoUppercase-Bold.woff2') format('woff2'),
        url('fonts/ColoniaDecoUppercase-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
  height: auto !important;
  width: auto !important;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
}

body.menu #overlay {
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
}

body.hours #overlay {
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
}

body {
  background-color: black;
  background-image: url("home-background.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0;
  padding: 0;
}

body.menu {
  background-image: url("menu-background.jpg");
  background-size: contain;
}

body.hours {
  background-image: url("couch-with-gradient.jpg");
}

a {
  text-decoration: none;
  color: white;
}
a:hover, a:active {
  color: #B79055;
  color: #B79055;
}
span.accent {
  font-size: 23px;
}

.container {
  width: 80%;
  margin: auto;
}
.container .language {
  position: absolute;
  right: 45px;
  top: 40px;
  color: white;
  font-size: 25px;
  display: flex;
  align-items: center;
  z-index: 1000;
}
.container .language a, #head-nav .nav-language a {
  color: white;
  font-family: "Titling";
  text-transform: uppercase;
  letter-spacing: 2px;
}
.container .language a.en, #head-nav .nav-language a.en {
  font-size: 17px;
}
.container .language a.esp, #head-nav .nav-language a.esp {
  font-size: 16px;
}
.container .language a:hover, #head-nav .nav-language a:hover, .container .language a.active, #head-nav .nav-language a.active {
  color: #B79055;
}

#head-nav .nav-language {
  color: white;
  font-size: 25px;
  display: flex;
  align-items: center;
}

.container .inner {
  position: relative;
  padding: 25px;
}
.container .inner .logo {
  margin-top: 50px;
}
.container .inner .logo img {
  max-width: 50%;
  height: auto;
  padding-top: 82px;
}
.container .inner #about {
  color: white;
  padding: 50px;
  padding-top: 50px;
  box-sizing: border-box;
}
.container .inner .desc {
  color: white;
  font-family: "Hagin";
  font-size: 25px;
  margin: 40px 0 31px;
}
.container .inner .soon {
  color: #B79055;
  font-family: "Titling";
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3px;
  margin-top: 20px;
}
.container .inner .social {
  font-size: 35px;
}
.container .inner .social a {
  padding: 0 3px;
  color: #B79055;
}
.container .inner #menu {
  color: #B79055;
}
.container .inner #menu section {
  font-family: "Titling";
}

.triple-deco-container {
  display: grid;
  grid-template-columns: 
    [wide-start]  5px 
    [mid-start]   5px 
    [tall-start]  1fr 
    [tall-end]    5px 
    [mid-end]     5px 
    [wide-end] 
  ;
  grid-template-rows: 
    [tall-start]  5px 
    [mid-start]   5px 
    [wide-start]  1fr 
    [wide-end]    5px 
    [mid-end]     5px 
    [tall-end] 
  ;
}

.triple-deco-container .triple-deco-content {
  grid-column: tall-start / tall-end;
  grid-row: wide-start / wide-end;
  padding: 5px 10px;
  padding: 25px;
}

.triple-deco-container .triple-deco-tall {
  grid-area: tall;
  border: 1px solid #B79055;
}

.triple-deco-container .triple-deco-mid {
  grid-area: mid;
  border: 1px solid #B79055;
}

.triple-deco-container .triple-deco-wide {
  grid-area: wide;
  border: 1px solid #B79055;
}

.roman-link {
    position: relative;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    font-family: "Hagin";
}

.roman-link:hover, .roman-link:active {
  color: white;
}

.roman-link span.bg-large {
    box-sizing: content-box;
    position: absolute;
    top: 0;
    left: -4px;
    padding: 0 4px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(183, 144, 85,0.6);
}

.roman-link span.bg-large .roman-top-left::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: rgba(183, 144, 85,0.9);
    display: block;
    content: "";
    transition: all 0.6s cubic-bezier(.4,0,.1,1) 0s;
}

.roman-link:hover span.bg-large .roman-top-left::after {
    width: 100%;
}

.roman-link span.bg-large .roman-top-left::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 0;
    width: 1px;
    background-color: rgba(183, 144, 85,0.9);
    display: block;
    content: "";
    transition: all 0.6s cubic-bezier(.4,0,.1,1) 0s;
}

.roman-link:hover span.bg-large .roman-top-left::before {
    height: 100%;
}


.roman-link span.bg-large .roman-bottom-right::after {
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: rgba(183, 144, 85,0.9);
    display: block;
    content: "";
    transition: all 0.6s cubic-bezier(.4,0,.1,1) 0s;
}

.roman-link:hover span.bg-large .roman-bottom-right::after {
    width: 100%;
}

.roman-link span.bg-large .roman-bottom-right::before {
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: 0;
    height: 0;
    width: 1px;
    background-color: rgba(183, 144, 85,0.9);
    display: block;
    content: "";
    transition: all 0.6s cubic-bezier(.4,0,.1,1) 0s;
}

.roman-link:hover span.bg-large .roman-bottom-right::before {
    height: 100%;
}


.roman-link span.bg-tall {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: -4px;
    left: 0;
    padding: 4px 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 1px solid rgba(183, 144, 85,0.8);
}

.roman-link span.bg-tall .roman-top-left::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: rgba(183, 144, 85,0.9);
    display: block;
    content: "";
    transition: all 0.6s cubic-bezier(.4,0,.1,1) 0s;
}

.roman-link:hover span.bg-tall .roman-top-left::after {
    width: 100%;
}

.roman-link span.bg-tall .roman-top-left::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 0;
    width: 1px;
    background-color: rgba(183, 144, 85,0.9);
    display: block;
    content: "";
    transition: all 0.6s cubic-bezier(.4,0,.1,1) 0s;
}

.roman-link:hover span.bg-tall .roman-top-left::before {
    height: 100%;
}


.roman-link span.bg-tall .roman-bottom-right::after {
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: rgba(183, 144, 85,0.9);
    display: block;
    content: "";
    transition: all 0.6s cubic-bezier(.4,0,.1,1) 0s;
}

.roman-link:hover span.bg-tall .roman-bottom-right::after {
    width: 100%;
}

.roman-link span.bg-tall .roman-bottom-right::before {
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: 0;
    height: 0;
    width: 1px;
    background-color: rgba(183, 144, 85,0.9);
    display: block;
    content: "";
    transition: all 0.6s cubic-bezier(.4,0,.1,1) 0s;
}

.roman-link:hover span.bg-tall .roman-bottom-right::before {
    height: 100%;
}

.roman-link span.bg-medium {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: -8px;
    left: 4px;
    padding: 8px 0;
    width: -webkit-calc(100% - 8px);
    width: calc(100% - 8px);
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 1px solid rgba(183, 144, 85,0.7);
}
    
.roman-link span.bg-medium .roman-top-left::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: rgba(183, 144, 85,0.9);
    display: block;
    content: "";
    transition: all 0.6s cubic-bezier(.4,0,.1,1) 0s;
}

.roman-link:hover span.bg-medium .roman-top-left::after {
    width: 100%;
}

.roman-link span.bg-medium .roman-top-left::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 0;
    width: 1px;
    background-color: rgba(183, 144, 85,0.9);
    display: block;
    content: "";
    transition: all 0.6s cubic-bezier(.4,0,.1,1) 0s;
}

.roman-link:hover span.bg-medium .roman-top-left::before {
    height: 100%;
}


.roman-link span.bg-medium .roman-bottom-right::after {
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: rgba(183, 144, 85,0.9);
    display: block;
    content: "";
    transition: all 0.6s cubic-bezier(.4,0,.1,1) 0s;
}

.roman-link:hover span.bg-medium .roman-bottom-right::after {
    width: 100%;
}

.roman-link span.bg-medium .roman-bottom-right::before {
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: 0;
    height: 0;
    width: 1px;
    background-color: rgba(183, 144, 85,0.9);
    display: block;
    content: "";
    transition: all 0.6s cubic-bezier(.4,0,.1,1) 0s;
}

.roman-link:hover span.bg-medium .roman-bottom-right::before {
    height: 100%;
}

.roman-link-two {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-family: "Hagin";
  box-sizing: border-box;
  background-clip: padding-box;
}

/* Using pseudo-elements to create border effects */
.roman-link-two::before,
.roman-link-two::after {
  content: '';
  position: absolute;
  transition: all 0.6s cubic-bezier(.4,0,.1,1);
}

/* Top and bottom borders expanding from the center */
.roman-link-two::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
}

/* Hover effects for borders */
.roman-link-two:hover::before {
  opacity: 1;
}

/* Side borders expanding */
.roman-link-two::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  margin: auto;
}

/* Hover effects for side borders */
.roman-link-two:hover::after {
  width: 100%;
}

#reservations-container {
  width: 130px;
  min-height: 18.5px;
  margin: 36px;
  min-width: 130px;
  position: relative;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  font-family: "Hagin";
  vertical-align: bottom;
}

#reservations-container a {
  color: white;
  position: absolute;
  width: 170px;
  left: 0;
  top: 0;
  padding: 10px 20px;
}

#reservation-floater {
  margin: 0 !important;
  padding: 0;
}

#eatapp-widget {
  background-color: rgba(0, 0, 0, .6);
}

.eatapp-container {
  border: 3px solid #B79055;
  border-radius: 5px;
  margin: 25px;
}

@media (max-width: 479px) {
  
}

#nav {
  margin-top: 25px;
}

#nav a {
  margin: 36px;
  min-width: 130px;
}

#footer {
  color: #B79055;
  font-family: 'Hagin';
  font-size: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 70px;
}

#footer div a {
  color: #B79055;
}

.accordion {
  max-width: 600px; /* Adjust as necessary for your layout */
  margin: 0 auto;
}

.accordion-header {
  color: white;
  position: relative; /* For absolute positioning of the plus sign */
  padding: 15px 70px 15px 20px !important;
}

.accordion-header .category {
  padding-left: 5px;
}

.accordion-header:after {
  content: '+';
  color: #B79055;
  position: absolute;
  right: 20px;
  font-size: 2.5em;
  top: -8px;
  font-family: serif;
}

.accordion-header.active:after {
  content: '-';
  color: #B79055;
  position: absolute;
  right: 23px;
  font-size: 3.5em;
  top: -26px;
  font-family: serif;
}

.accordion-item {
  text-align: left;
  font-family: 'Hagin';
  font-size: 24px;
  margin-bottom: 25px;
}

.accordion-body {
  display: none;
  font-family: 'Titling';
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  border: 0px;
  border-top: 3px solid #B79055;
  border-style: double;
  padding-left: 20px;
  margin-top: 15px;
}

.accordion-body p.sub-header {
  border-bottom: 1px solid #B79055;
  padding-bottom: 6px;
  margin-right: 20px;
  font-family: 'Hagin';
  letter-spacing: 0;
  font-size: 22px;
  margin-top: 40px;
}

.accordion-body p span {
  display: block;
  font-size: 16px;
  text-transform: none;
  font-family: serif;
  margin-top: 5px;
}


#head-nav {
  color: white;
  background-color: rgba(0, 0, 0, .6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}

#head-nav .nav-logo {
  padding-top: 10px;
  padding-bottom: 5px;
}

#head-nav .nav-logo img {
  max-width: 40px;
}

#head-nav .nav-menu {
  font-size: 22px;
  font-family: 'Hagin';
}

#head-nav .nav-menu div {
  display: inline-block;
  width: 200px;
  padding: 8px;
}

.menu-title {
  color: white;
  font-family: 'Hagin';
  font-size: 56px;
  margin-top: 100px;
  margin-bottom: 25px;
}

#hours {
  color: white;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: 'Hagin';
}

#hours .hours-table th {
  text-align: right;
  padding: 3px 40px 3px 0;
}

#hours .hours-table td {
  text-align: left;
}

body.hours .address {
  font-family: 'Hagin';
  color: white;
  font-size: 24px;
}

body.hours .maps-button {
  max-width: 360px;
  margin: 40px auto;
  color: white;
  font-size: 23px;
  font-family: 'Hagin';
  display: block;
}

body.hours .maps-button .roman-link {
  padding: 12px 73px;
}



/* Hamburger menu icon */
.hamburger {
  display: none; /* Hidden by default */
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  width: 30px; /* Width of the hamburger */
  height: 25px; /* Total height of the hamburger */
}

.hamburger div {
  background-color: rgba(255, 255, 255, .8); /* Color of the hamburger icon */
  height: 3px; /* Height of each bar */
  width: 25px; /* Width of each bar */
  border-radius: 10px;
  transition: all 0.3s linear;
}



@media (max-width: 1002px) {
  #nav a {
    margin: 15px;
  }
  #reservations-container {
    margin: 15px;
  }
}

@media (max-width: 895px) {
  #head-nav .nav-menu div {
    width: 145px;
    font-size: 18px;
  }
  #head-nav .nav-language {
    font-size: 20px;
  }
  #head-nav .nav-language a.en, #head-nav .nav-language a.esp {
      font-size: 13px;
  }
  .container .inner .logo img {
    max-width: 65%;
  }
}

@media (min-width: 716px) {
  #head-nav .nav-menu {
    display: block !important;
  }
}

@media (max-width: 715px) {
  .accordion-item {
    font-size: 21px;
  }
  
  .accordion-body p.sub-header {
    font-size: 19px;
  }
  
  #footer {
    display: inherit;
  }
  #footer div {
    margin: 5px 0;
  }
  /* move to mobile nav */
  .hamburger {
    display: flex; /* Show hamburger */
  }
  
  #head-nav .nav-menu {
    display: none; /* Hide the nav and language options initially */
    flex-direction: column;
    position: absolute;
    background: white; /* Background of the dropdown */
    width: 100%; /* Match the parent width */
    top: 62.51px; /* Position below the hamburger icon */
    left: 0;
    z-index: 1000;
  }
  
  #head-nav .nav-menu div {
    display: block;
    padding: 10px; /* Padding inside the dropdown */
    color: black; /* Text color */
    text-align: center;
    border-bottom: 1px solid #eee; /* Separator between items */
    width: calc(100% - 20px);
  }
  
  #head-nav .nav-menu div a {
    color: black;
  }
  
  #head-nav .nav-menu div:last-child {
    border-bottom: none;
  }
  
  #head-nav .nav-logo, #head-nav .hamburger, #head-nav .nav-language {
    flex: 1; /* Allow flex items to grow */
  }
  
  #head-nav .nav-logo {
    margin: 0 auto; /* This will automatically center the logo */
  }
  
  #head-nav .hamburger {
    margin-right: auto; /* Pushes everything to the right */
  }
  
  #head-nav .nav-language {
    margin-left: auto; /* Pushes everything to the left */
    flex-direction: row-reverse;
  }
  .container .inner .logo img {
    max-width: 85%;
  }
}

@media (max-width: 480px) {
  .container .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .accordion-item {
    font-size: 19px;
  }
  .accordion-header {
    padding-right: 40px !important;
  }
  .accordion-header:after {
    right: 10px;
    top: -4px;
  }
  .accordion-header.active:after {
    right: 11px;
    top: -17px;
  }
  .accordion-body {
    padding-left: 8px;
  }
  .menu-title {
    font-size: 40px;
    margin-top: 35px;
  }
  .container .inner .logo img {
    padding-top: 50px;
    max-width: 100%;
  }
  .eatapp-container {
    height: 85% !important;
  }
  .eatapp-close-button {
    position: absolute !important;
    top: -12px !important;
    right: -12px !important;
    width: 24px !important;
    height: 24px !important;
    float: right !important;
    cursor: pointer !important;
    background-color: #fff !important;
    border-radius: 100px !important;
    border: 1px solid rgba(0, 0, 0, .4) !important;
    box-sizing: border-box !important;
  }
}