html, body {
  overflow-x: hidden;
  box-sizing: border-box;
}

/* Apply box-sizing globally */
*, *::before, *::after {
  box-sizing: inherit;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
    margin: 0;
    /*background-image: url("backgroundimage.jpg");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
   /*background-color: #300902; /* Match header background */
    /* width: 100vw; */ /* Remove this line */
}

.index-body {
    margin: 0;
    padding: 0;
    background-color: #000; /* Ensure no white background shows */
}

.index-main {
    margin: 0;
    padding: 0;
    height: 100vh; /* Ensure it fills the viewport */
    overflow: hidden;
}

.event-banner {
    /*background-color: #020101;*/
	background-color: #F9C07A;
    width: 100%;
    height: 28px;
    color: #571C11;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Lato, sans-serif;
    line-height: 28px;
    display: block;
    overflow: hidden;
    /* Remove debug outline when done */
    /* outline: 1px solid red; */
	font-weight: bolder;
}

img {
	width: 300px;
	height: 200px;
}

header {
    /*background-color: #300902;*/
	background-color: #F6F5F2;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    /* Remove debug outline when done */
    /* outline: 1px solid blue; */
}

/*Remove this when styling navbar logos.*/
.nav-logo {
	width: 200px;
	height: auto;
}

.nav-logo2 {
	width: 150px;
	height: auto;
	margin-bottom: 40px;
}

.sidebar-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.backgimg {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Ensures the image covers its container */
	display: block;
	margin: 0;
	padding: 0;
	filter: brightness(40%);
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background-color: #151515;
	overflow-x: hidden;
	transition: 0.3s;
	/* Add padding if needed */
	/*background-color: #E8BC91;*/
	overflow: hidden;
	padding-top: 60px;
	transition: 0.3s;
	overflow-y: auto;
	scrollbar-color: #3d3d3d #111111;
}

/*.sidenav*/ .menu-list a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	/*color: #5e3b35;*/
	color: #bba7a3;
  color: #F9C07A;
	display: block;
	transition: 0.3s;
	font-weight: bolder;
	font-family: Lato, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu-list a:hover {
	color: #EC7B01;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	color: #F9C07A;
	text-decoration: none;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.menu-list a {font-size: 18px;}
}

.hambrgr-btn {
  width: 35px;
  max-width: 35px;
  height: 5px;
  background-color: #f3c792;
  margin: 6px 0;
}

header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
    position: relative; /* Add this */
}

.hambrgr-container {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    /* Optional: add padding or adjust as needed */
	padding-left: 20px;
}

.dropdown-content {
	display: none;
}

.dropdown1:hover .dropdown-content {
	display: block;
}

.dropdown1 {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	/*color: #5e3b35;*/
	color: #F9C07A;
	display: block;
	transition: 0.3s;
	font-weight: bolder;
	font-family: Lato, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dropdown a:hover {
	color: #F9C07A;
}

.menu-list .menu-page {
  font-size: 16px;
}

.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #571C11;
  color: #F9C07A;
  height: 100%;
  width: 100%;
  color: #F6F5F2;
}

.footer-location-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: space-evenly;
  align-content: center;
  width: 100%;
  height: auto;
  font-family: Lato, sans-serif;
  font-weight: 700;
  color: #E8BC91;
  font-size: 14px;
  padding-top: 40px;
  background-image: url("images/footerbackg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.footer-location-container::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("images/footerbackg2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter:  opacity(80%) blur(10px) sepia(25%) brightness(50%) ; /* Adjust blur as needed */
  z-index: 0;
  inset: 0;
}

.footer-location-container > * {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 80px;
}

.footer-location-container a {
  text-decoration: none;
  color: #F6F5F2;
}

.footer-subscribe-container {

  background-color: #E8BC91;
  width: 100%;
  height: 40%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: #F6F5F2;
  padding-left: 180px;
}

.subscribe-section {
  width: 35%;
  height: auto;
}

.subscribe-text {
  font-size: 16px;
  color: #E8BC91;
  line-height: 1.5;
  font-weight: bold;
}

form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

form input[type="email"] {
  width: 200%;
  padding: 10px;
  margin-bottom: 20px;
  border: 5px solid #571C11;
  border-radius: 25px;
  background-color: #571C11;
  color: #F6F5F2;
}

form input[type="text"] {
  width: 200%;
  padding: 10px;
  margin-bottom: 20px;
  border: 5px solid #571C11;
  border-radius: 25px;
  background-color: #571C11;
  color: #F6F5F2;
}

form button[type="submit"] {
  background-color: #EC7B01;
  color: #F6F5F2;
  border: 5px solid #571C11;
  border-radius: 25px;
  width: 200%;
  padding: 10px;
  cursor: pointer;
  font-weight: bolder;
  color: #F6F5F2;
}

form input::placeholder {
  color: rgba(128, 128, 128, 0.5); /* Gray with 30% opacity */

}

.footer-socials-container {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 10px;

}

.footer-legal-container {
  height: 5%;
}

.footer-p-title {
  font-size: 28px;
  color: #F6F5F2;
}

.subscribe-title {
  font-size: 32px;
  color: #571C11;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
}

.flc-icon {
  width: 70px;
  height: 90px;
  padding-top: 20px;
  margin-right: 20px;
}

#flc-hours {
  width: 70px;
  height: 90px;
}

#flc-location {
  width: 70px;
  height: 90px;
  margin-right: 0;
}

.flc-icon-container {
  display: flex;
  justify-content: space-evenly;
}

.footer-location {
  display: flex;
}

.footer-hours {
  display: flex;
}

.footer-contact {
  display: flex;
}

.footer-socials-container a {
  text-decoration: none;
  color: #F6F5F2;
  font-size: 28px;
  margin: 0 40px;
}

.footer-socials-container a:hover {
  color: #F9C07A;
}

.footer-legal-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  font-size: 14px;
  color: #F6F5F2;
  width: 100%;
  height: auto;
  font-family: Lato, sans-serif;
  background-color: #E8BC91;
}
  
.footer-legal {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  font-weight: bold;
}

.footer-legal p {
  font-size: 16px;
}

.footer-legal a {
  text-decoration: none;
  color: #F6F5F2;
  font-size: 14px;
}

.menu-header-container, .menu-header-container-sushi, .menu-header-container-sashimi, .menu-header-container-tempura, .menu-header-container-udon, .menu-header-container-lunch, .menu-header-container-dinner, .menu-header-container-drinks, .menu-header-container-desserts, .menu-header-container-happyhour {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
  width: 100%;
  position: relative;
}

.menu-header-container::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("images/menus1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(50%) opacity(80%);
}

.menu-header-container-sushi::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("images/menus2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(50%) opacity(80%);
}

.menu-header-container-sashimi::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("images/menus3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(50%) opacity(80%);
}

.menu-header-container-tempura::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("images/menus4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(50%) opacity(80%);
}

.menu-header-container-udon::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("images/menus5.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(50%) opacity(80%);
}

.menu-header-container-lunch::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("images/menus6.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(50%) opacity(80%);
}

.menu-header-container-dinner::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("images/menus7.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(50%) opacity(80%);
}

.menu-header-container-drinks::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("images/menus8.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(50%) opacity(80%);
}

.menu-header-container-desserts::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("images/menus9.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(50%) opacity(80%);
}

.menu-header-container-happyhour::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("images/menus10.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(50%) opacity(80%);
}

.menu-header-photo {
  display: block;
  width: 100%;
  height: auto;
}

.menu-header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #F6F5F2; /* Or any color that contrasts with the photo */
  font-size: 3rem; /* Adjust as needed */
  text-align: center;
  z-index: 2;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Optional: adds a shadow for better readability */
  /* ...add font-family, font-weight, etc. as needed... */
}

h1 {
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
  color: #F6F5F2;
}

.apps-menu-container {
  width: 100%;
  height: 100%;
  /*background-color: #f3ddc3;*/
    background-color: #eec797;
  margin: 0;
  padding: 0;
}

.apps-menu-container p {
  padding: 0;
  margin: 0;
}

/*.apps-menu-container h1,
.apps-menu-container h2,
.apps-menu-container h3,
.apps-menu-container p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}*/

.apps-menu {
  text-decoration: none;
  color: #F6F5F2;
  font-weight: bolder;
  padding-top: 40px;
}

.menu-title {
  color: #EC7B01;
  font-size: 32px;
  font-weight: bolder;
  font-family: Lato, sans-serif;
  margin: 0;
  padding: 0;
}

.apps-menu-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}

.menu-title-divider {
  width: 80%;
  height: 1px;
  background-color: #F6F5F2;
  margin: 20px 0;
  padding: 0;
}

.apps-menu-nav {
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
  justify-content: center;
  gap: 0; /* Let margin on divider handle spacing */
  width: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: auto; /* Ensure sufficient height */
  overflow: visible; /* Prevent clipping */
}

.apps-menu-nav a {
  text-decoration: none;
  color: #F6F5F2;
  font-weight: bolder;
  font-size: 22px;
  font-family: Lato, sans-serif;
  margin: 0;
  padding: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.footer-nav-divider {
  display: inline-block;
  width: 3px; /* Ensure this is visible */
  height: 24px; /* Ensure this is visible */
  background-color: #EC7B01; /* Ensure this contrasts with the background */
  margin: 0 10px;
  vertical-align: middle;
  /*outline: 1px solid red; /* Debug: Add a red outline to check visibility */
  padding-left: 1x;
  padding-right: 1px;
}

.menu-cat-div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}

.menu-item-title {
  color: #EC7B01;
  font-size: 20px;
}

.menu-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: Lato, sans-serif;
  margin: 20px;
}

@media (max-width: 700px) {
  .footer-nav-divider {
    width: 80%;
    height: 2px;
    margin: 10px auto;
    display: block;
  }
  .apps-menu-nav {
    flex-direction: column;
    align-items: stretch;
  }
}

.about-hero-section {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #F6F5F2;
  font-family: Lato, sans-serif;
}

.about-background-container {
  /*background-color: #F9C07A;*/
  width: 100%;
  height: 100%;
}

.about-body {
  margin: 0;
  padding: 0;
  background-color: #F9C07A;
}

.about-hero-img {
  width: 50%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  filter: grayscale(50%);
}

.about-background-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #F6F5F2;
}

.about-text-background-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.about-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: #E8BC91;
  font-family: Lato, sans-serif;
}

.about-text-background-container {
  height: 120%;
  width: auto;
  background-color: #E8BC91;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-hero-title {
  font-size: 32px;
  color: #Ec7B01;
  font-weight: bolder;
  text-decoration: underline;
  text-decoration-color: #F6F5F2;
  text-decoration-thickness: 1px;
}

.about-hero-subtitle {
  font-size: 20px;
  color: #571C11;
  font-weight: bold;
}

.about-hero-text {
  width: 70%;
  height: auto;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #F6F5F2;
  font-family: Lato, sans-serif;
  text-align: left;
}

.gallery-body {
  background-color: #571C11;
}

/* Slideshow container */
.body-container {
  width: 100%;
  height: 100%;
}

.slideshow-container {
  max-width: 800px; /* Reduced from 1000px */
  height: 80vh; /* Reduced from 100vh */
  position: relative;
  margin: auto;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}

/* Hide the images by default */
.mySlides {
  display: none;
  width: 100%;
  height: auto;
}

.slideshow-container img {
  width: 100%;
  height: 450px; /* Reduced from 600px */
  border: 2px solid #EC7B01;
  border-radius: 27px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  object-fit: cover; /* This will maintain aspect ratio while covering the area */
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  /*background-color: rgba(0,0,0,0.8);*/
  background-color: #E8BC91;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #E8BC91;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dots{
  padding-bottom: 60px;
}
/*.dots {
  padding-bottom: 100px;
}*/

.active, .dot:hover {
  background-color: #EC7B01;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.contact-us-container2 {
  height: 100vh;
  width: 100vw;
  background-image: url("images/contactus.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(100%) opacity(100%);
}

.contact-us-container2::before {
  background-color: #eec797;
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: -1;
  filter: opacity(80%);
}

.contact-us-main2 p {
  padding: 0;
  margin: 0;
}

.contact-content-container2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 1;
  padding-right: 60px; /*Pushes form toward center of page, remove if necessary.*/
}

.contact-text-content2 {
  width: 40%;
  height: auto;
  color: #F6F5F2;
  font-family: Lato, sans-serif;
  font-weight: bold;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.contact-us-title2 {
  font-size: 32px;
  color: #EC7B01;
  font-weight: bolder;
  text-decoration: underline;
  text-decoration-color: #F6F5F2;
}

.contact-form-container2 {
  background-color: #F6F5F2;
  height: auto;
  width: 500px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.contact-form-container2 form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contact-form-container2 label {
  margin-bottom: 8px;
  font-weight: bold;
  color: #571C11;
}

.contact-form-container2 input[type="text"], 
.contact-form-container2 input[type="email"], 
.contact-form-container2 textarea, .contact-form-container2 input[type="tel"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 2px solid #E8BC91;
  border-radius: 8px;
  background-color: white;
  color: #571C11;
  font-family: Lato, sans-serif;
}

.contact-form-container2 textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form-container2 button[type="submit"] {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  border: none;
  border-radius: 8px;
  background-color: #EC7B01;
  color: #F6F5F2;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.contact-form-container2 button[type="submit"]:hover {
  background-color: #d26e00;
}

.form-title {
  color: #571C11;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: bold;
}

.contact-form2 input::placeholder, .contact-form2 textarea::placeholder {
  color: #EC7B01;
  font-family: Lato, sans-serif;
  font-weight: bold;
}

.locations-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #E8BC91;
  font-family: Lato, sans-serif;
  background: #F6F5F2;
  background: radial-gradient(circle, rgba(246, 245, 242, 1) 0%, rgba(232, 188, 145, 1) 50%, rgba(246, 245, 242, 1) 100%);
}

.locations-header {
  text-align: center;
  margin-top: 40px;
}

.locations-header p {
  color: #571C11;
  font-size: 18px;
  font-weight: bold;
}

.locations-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.location-card {
  background-color: #F6F5F2;
  border-radius: 20px;
  width: 25%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  /*box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;*/
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  color: #571C11;
  border: 5px solid #F9C07A;
}

.locations-header h1 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 32px;
}

.circle {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      /* Add other styling as desired */
      overflow: hidden; /* This may be needed to ensure the image fits */
      border: 2px solid #F9C07A;
    }

.location-card-button {
  background-color: #E8BC91;
  width: 160px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
  font-family: Lato, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #F6F5F2;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #EC7B01;
  transition: background-color 0.3s, color 0.3s;
}

.location-card-phone {
  text-decoration: none;
  color: #BBA7A3;
}

.location-card-button:hover {
  background-color: #571C11;
  color: #E8BC91;
  border: 2px solid #bba7a3;
}

.reservations-container::before {
  background-color: #eec797;
  filter: opacity(80%) brightness(30%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.reservations-container {
  background-image : url(../images/reservationsbgimage.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
}

.reservations-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  /*background-color: rgba(246, 245, 242, 0.5); /* Semi-transparent background */
}

.reservation-form {
  /*background-color: #F6F5F2;*/
  width: 500px;
  height: auto;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  font-family: Lato, sans-serif;
  color: #3d3d3d;
  border: 2px solid #F6F5F2;
}

.reservation-form input[type="text"], .reservation-form input[type="email"],
.reservation-form input[type="tel"], .reservation-form button[type="submit"], .reservation-form input[type=date], .reservation-form input[type=time], .reservation-form input[type="number"] {
  width: 70%;
  background-color: #F9C07A;
  background-color: #EC7B01;
  background-color: #F6F5F2;
  border: 3px solid #571C11;
  color: #571C11;
  font-family: Lato, sans-serif;
}

.reservation-form button[type="submit"], .reservation-form input[type=date], .reservation-form input[type=time], .reservation-form input[type="number"] {
  margin-bottom: 20px;
}

.reservation-form input[type=date], .reservation-form input[type=time], .reservation-form input[type="number"] {
  border-radius: 25px;
  height: 40px;
  padding-left: 10px;
}

.reservation-form button[type="submit"] {
  background-color: #571C11;
  color: #F6F5F2;
  cursor: pointer;
  font-weight: bold;
  width: 70%;
  border: 2px solid #F6F5F2;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.reservation-form input[type=date], .reservation-form input[type=time] {
  color: #EC7B01;
  color-scheme: light;
  padding-right: 10px;
}

.reservation-form button[type="submit"]:hover {
  background-color: #F9C07A;
  color: #571C11;
}

.reservation-form input::placeholder {
  color: #EC7B01;
  font-family: Lato, sans-serif;
  font-weight: bold;
}

.reservations-divider-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 80%;
  height: 60%;
  font-family: Lato, sans-serif;
  text-align: center;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  color: #3d3d3d;
  /*background-color: ;*/
  border: 2px solid #F6F5F2;
}

.reservations-title {
  font-size: 32px;
  color: #EC7B01;
  font-weight: bolder;
  text-decoration: underline;
  text-decoration-color: #F6F5F2;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.reservations-main-text {
  color: #F6F5F2;
}

.reservations-info {
  margin-top: 60px;
  color: #F6F5F2;
  font-size: 16px;
  line-height: 1.0;
  text-align: center;
  width: 30%;
  color: #571C11;
  color: #F6F5F2;
  font-family: Lato, sans-serif;
  font-weight: bold;
}

.reservations-info h2 {
  font-size: 20px;
}

.reservations-info p {
  font-size: 12px;
}

.reservations-main-text {
  font-weight: bold;
}

.scroll-up-btn {
  all: unset;
  position: fixed;
  bottom: 25px;
  right: 30px;
  height: 50px;
  width: 50px;
  background-color: #EC7B01;
  border-radius: 99%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  border: 2px solid #F6F5F2;
}

.scroll-up-btn .arrow-up {
  width: 18px;
  height: 18px;
  border-left: 4px solid #F6F5F2;
  border-bottom: 4px solid #F6F5F2;
  transform: rotate(135deg);
  margin-bottom: -14px;
  pointer-events: none;
}

.reviews-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #F9C07A;
}

.reviews-text-section {
  text-align: center;
  font-family: Lato, sans-serif;
  padding: 20px;
}

.reviews-text-section h2 {
  font-size: 32px;
  color: #F6F5F2;
  font-weight: bolder;
  text-decoration: underline;
  text-decoration-color: #EC7B01;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.reviews-text-section p {
  font-size: 14px;
  color: #F6F5F2;
}

/*Carousel styling*/
@import url(https://fonts.bunny.net/css?family=abel:400);

.carousel-container {
  width: 100%;
  height: 100%;
  padding-bottom: 120px;

}

.carousel-section {
  display: grid;
  place-items: center;
  padding: 2rem 1rem;
  font-family: "Lato", sans-serif;
}

.carousel-section .carousel {
  --items: 6;
  --carousel-duration: 40s;
  --carousel-width: min(80vw, 1200px);
  --carousel-item-width: 280px;
  --carousel-item-height: 450px;
  --carousel-item-gap: 2rem;
  --clr-cta: rgb(0, 132, 209);

  position: relative;
  width: var(--carousel-width);
  height: var(--carousel-item-height);
  overflow: clip;
}

@media (width > 600px) {
  .carousel-section .carousel {
    --carousel-duration: 30s;
  }
}

.carousel-section .carousel[mask] {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 10% 90%,
    transparent
  );
  mask-image: linear-gradient(
    to right,
    transparent,
    black 10% 90%,
    transparent
  );
}

.carousel-section .carousel[reverse] > article {
  animation-direction: reverse;
}

.carousel-section .carousel:hover > article {
  animation-play-state: paused;
}

.carousel-section .carousel > article {
  position: absolute;
  top: 0;
  left: calc(100% + var(--carousel-item-gap));
  width: var(--carousel-item-width);
  height: var(--carousel-item-height);
  display: grid;
  grid-template-rows: 200px auto 1fr auto;
  gap: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding-block-end: 1rem;
  border-radius: 10px;
  background: #571C11;
  color: rgb(49, 65, 88);
  color: #F6F5F2;
  will-change: transform;
  animation-name: carousel-marquee;
  animation-duration: var(--carousel-duration);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: calc(
    var(--carousel-duration) / var(--items) * 1 * var(--i) * -1
  );
}

.carousel-section .carousel > article:nth-child(1) { --i: 0; }
.carousel-section .carousel > article:nth-child(2) { --i: 1; }
.carousel-section .carousel > article:nth-child(3) { --i: 2; }
.carousel-section .carousel > article:nth-child(4) { --i: 3; }
.carousel-section .carousel > article:nth-child(5) { --i: 4; }
.carousel-section .carousel > article:nth-child(6) { --i: 5; }
.carousel-section .carousel > article:nth-child(7) { --i: 6; }
.carousel-section .carousel > article:nth-child(8) { --i: 7; }

.carousel-section .carousel img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.carousel-section .carousel > article > *:not(img) {
  padding: 0 1rem;
}

.carousel-container article h2 {
  color: #F9C07A;
}

.carousel-section .carousel > article > div {
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
  font-size: 0.8rem;
}

.carousel-section .carousel > article h2 {
  font-size: 1.2rem;
  font-weight: bold;
  padding-block: 0.75rem 0.25rem;
  margin: 0;
}

.carousel-section .carousel > article p {
  margin: 0;
  line-height: 2.0;
}

.carousel-section .carousel > article a {
  text-decoration: none;
  text-transform: lowercase;
  border: 1px solid var(--clr-cta);
  color: var(--clr-cta);
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  place-self: start;
  transition: 150ms ease-in-out;
}

.carousel-section .carousel > article a:hover,
.carousel-section .carousel > article a:focus-visible {
  background-color: var(--clr-cta);
  color: white;
  outline: none;
}

@keyframes carousel-marquee {
  100% {
    transform: translateX(
      calc(
        (var(--items) * (var(--carousel-item-width) + var(--carousel-item-gap))) *
          -1
      )
    );
  }
}

/* Styling for menu nav dropdown button for smaller devices */

.ss-dropdown-btn {
  display: none;
  width: 150px;  /* Slightly wider button for better visibility */
  height: 45px;  /* Taller button for better touch target */
  border-radius: 25px;
  background-color: #EC7B01;
  color: #F6F5F2;
  font-family: Lato, sans-serif;
  font-size: 18px; /* Slightly larger text */
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 50;
  margin: 0 auto;  /* Center horizontally */
  text-align: center; /* Center text inside button */
  box-shadow: 0 2px 4px rgba(0,0,0,0.3); /* Add subtle shadow for depth */
}

/* Keeps the menu nav bar from sitting left after adding dropdown for smaller
devices */

.ss-dropdown-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 40;
  width: 100%;  /* Take full width of parent */
  text-align: center;  /* Center contents */
}

/* Styling for second set of images on about us page for me queries.*/

.about-hero-img-mq {
  display: none;
}


/* Media Queries 
------------------------------------------
*/

@media all and (min-width: 300px) and (max-width: 768px) and (orientation: landscape) {

}

@media all and (min-width: 300px) and (max-width: 479px) and (orientation: portrait){
    
    .event-banner {
        font-size: 14px;
    }

    .nav-logo {
        width: 100px;
        height: auto;
    }
    
    .nav-logo2 {
        width: 100px;
    }

    .menu-list a {
        font-size: 18px;
    }

    .dropdown1 {
        font-size: 18px;
    }

    .hambrgr-btn {
        width: 25px;
        height: 4px;
    }

    .dropdown1 .dropdown-content a {
        font-size: 14px;
    }

    .footer-location, .footer-contact, .footer-hours {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-location-container {
      width: 100%;  
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .flc-icon-container {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .flc-icon {
      margin-left: 20px;
    }

     #flc-hours {
      margin-right: 0;
      margin-left: 0;
    }

    #flc-location {
      margin-right: 0;
      margin-left: 0;
    }

    .flc-icon, #flc-location, #flc-hours {
      width: 50px;
      height: 70px;
    }

    .footer-p-title {
      font-size: 20px;
    }

    .footer-location-container > * {
      position: relative;
      z-index: 1;
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .footer-location-container {
      padding-bottom: 40px;
    }

    .footer-subscribe-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%;
      padding-left: 0;
    }

    .subscribe-section {
      width: 80%;
      text-align: center;
      margin-bottom: 20px;
    }

    .subscribe-title {
      font-size: 28px;
    }

    .subscribe-text {
      font-size: 12px;
      line-height: 2.0;
    }

    form {
      width: 35%;
      margin-bottom: 40px;
    }

    form input[type="email"] {
      height: 40px;
    }

    form input[type="text"] {
      height: 40px;
    }

    form button[type="submit"] {
      height: 40px;
    }

    .footer-socials-container a {
      font-size: 20px;
      margin: 0 20px;
    }

    .footer-legal p {
      font-size: 10px;
      width: 30%;
    }

    .footer-legal a {
      font-size: 10px;
    }

        /* Menu Media Queries
    ---------------------------------------
    */

    .menu-header-container, .menu-header-container-sushi, .menu-header-container-sashimi, .menu-header-container-tempura, .menu-header-container-udon, .menu-header-container-lunch, .menu-header-container-dinner, .menu-header-container-drinks, .menu-header-container-desserts, .menu-header-container-happyhour {
      height: 20vh;
    }

    .menu-header-title {
      font-size: 24px;
        }

    .apps-menu-container {
      display: inline-block;
      position: relative;
      left: auto;
      width: auto;
      height: auto;
      z-index: 10;
    }

    .apps-menu-nav {
      display: none;
      position: relative;
      top: 100%;
      /*left: 50%;
      transform: translateX(-50%);*/
      background-color: #571C11;
      border-radius: 8px;
      padding: 15px;
      width: 200px;
      z-index: 100;
      box-shadow: 0 4px 10px rgba(0,0,0,0.7);
    }

    .apps-menu-nav a {
      display: block;
      padding: 10px;
      margin: 5px 0;
      background-color: #EC7B01;
      border-radius: 4px;
      text-align: center;
      pointer-events: auto;
      font-size: 16px;
      color: #F6F5F2;
    }

    .ss-dropdown-btn {
      display: inline-block;
      margin-bottom: 20px;
    }

    /* Remove hover activation - we'll use JS instead */
    .ss-dropdown-btn:hover + .apps-menu-nav {
      display: none;
    }

    /* Make dropdown visible when it has the 'active' class */
    .apps-menu-nav.active {
      display: block;
    }

    .apps-menu-container {
      /*position: absolute;*/
      z-index: 0;
    }

   .ss-dropdown-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin-top: 60px;
    }

    .menu-title {
      font-size: 20px;
    }

    .menu-item-title {
      font-size: 18px;
    }

    .menu-item {
      font-size: 16px;
      width: 70%;
    }

    .footer-nav-divider {
      display: none;
    }

    /* About Us Media Queries
    ---------------------------------------
    */

    .about-background-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .about-hero-img {
      display: none;
    }

    .about-hero-img-mq {
      display: block;
      width: 80%;
      height: auto;
      margin-bottom: 20px;
      box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
      border-radius: 25px;
  }

    .about-hero-title {
    font-size: 24px;
  }

    .about-hero-subtitle {
    font-size: 18px;
    width: 70%;
    padding-bottom: 20px;
  }

    .about-hero-text {
    width: 90%;
    font-size: 14px;
  }

  /* Reservations Media Queries
  ---------------------------------------
  */

  .reservations-container {
    height: auto;
    padding: 20px;
    padding-top: 60px;
  }

  .reservations-divider-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }

  .reservations-title {
    font-size: 24px;
    padding-top: 20px;
  }

  .reservations-main-text {
    font-size: 14px;
    width: 100%;
    padding: 0 20px;
  }

  .reservation-form {
    width: 80%;
    height: auto;
    margin-top: 40px;
  }

  .reservation-form input[type="text"], .reservation-form input[type="email"],
  .reservation-form input[type="tel"], .reservation-form button[type="submit"], .reservation-form input[type=date], .reservation-form input[type=time], .reservation-form input[type="number"] {
    width: 100%;
  }

  .reservations-info {
    width: 60%;
    margin-bottom: 40px;
  }  

  /* Gallery Media Queries
  ---------------------------------------
  */

  .body-container {
    width: 100%;
    height: 100%;
  }

  .slideshow-container {
    width: 80%;
    height: 100%;
    margin-top: 60px;
  }

  .slideshow-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  }

  .prev, .next {
    top: 40%;
  }

  .dot {
    margin-bottom: 60px;
  }

  /* Reviews Media Queries
  ---------------------------------------
  */

  .reviews-text-section {
    width: 85%;
  }

  .reviews-text-section h2 {
    font-size: 24px;
  }

  .reviews-text-section p {
    font-size: 14px;
    width: 100%;
  }

  .carousel-section .carousel > article {
    width: 80%;
  }

  .carousel-section .carousel {
    --carousel-duration: 80s;
  }

  /* Locations Media Queries 
  ---------------------------------------
  */

  .locations-header {
    width: 80%;
  }

  .locations-header h1 {
    font-size: 24px;  
  }

  .locations-header p {
    font-size: 14px;
  }
  .locations-main {
    padding: 20px;
    height: 100%;
  }

  .locations-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .location-card {
    width: 90%;
    height: auto;
    margin: 20px 0;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .locations-header h1 {
    font-size: 24px;
  }

  /* Contact Us Media Queries 
  ---------------------------------------
  */

  .contact-us-main {
    width: 100vw;
    height: 100%;
  }

  .contact-us-container2 {
    width: 100vw;
    height: 100%;
  }

  .contact-content-container2 {
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .contact-form-container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: auto;
    margin-bottom: 60px;
  }

  .contact-us-title2 {
    font-size: 24px;
  }

  .contact-us-text2 {
    font-size: 14px;
    width: 100%;
  }

  .contact-text-content2 {
    width: 70%;
  }

}

@media all and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {

}

@media all and (min-width: 480px) and (max-width: 767px) {

    .event-banner {
        font-size: 16px;
    }

    .nav-logo {
        width: 140px;
        height: auto;
    }

    .nav-logo2 {
        width: 120px;
    }

    .menu-list a {
        font-size: 20px;
    }

    .dropdown1 {
        font-size: 20px;
    }

    .dropdown1 .dropdown-content a {
        font-size: 16px;
    }

    .footer-location, .footer-contact, .footer-hours {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-location-container {
      width: 100%;  
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .flc-icon-container {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #flc-hours {
      margin-right: 0;
    }

    #flc-hours {
      margin-left: 3px;
    }

    #flc-contact {
      margin-left: 5px;
    }

    .footer-location-container > * {
      position: relative;
      z-index: 1;
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .footer-location-container {
      padding-bottom: 40px;
    }

    .footer-subscribe-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%;
      padding-left: 0;
    }

    .subscribe-section {
      width: 60%;
      text-align: center;
      margin-bottom: 20px;
    }

    .subscribe-text {
      font-size: 12px;
      line-height: 2.0;
      width: 100%;
    }

    form {
      width: 35%;
      margin-bottom: 40px;
    }

    form input[type="email"] {
      height: 40px;
      width: 350px;
    }

    form input[type="text"] {
      height: 40px;
      width: 350px;
    }

    form button[type="submit"] {
      height: 40px;
      width: 350px;
    }

    .footer-socials-container a {
      font-size: 20px;
      margin: 0 30px;
    }

    .footer-legal p {
      font-size: 12px;
      width: 40%;
    }

    .footer-legal a {
      font-size: 10px;
    }

    /* Menu Media Queries
    ---------------------------------------
    */

        .menu-header-container, .menu-header-container-sushi, .menu-header-container-sashimi, .menu-header-container-tempura, .menu-header-container-udon, .menu-header-container-lunch, .menu-header-container-dinner, .menu-header-container-drinks, .menu-header-container-desserts, .menu-header-container-happyhour {
      height: 25vh;
    }

    .menu-header-title {
      font-size: 28px;
        }

    .apps-menu-container {
      display: inline-block;
      position: relative;
      left: auto;
      width: 100%;
      height: auto;
      z-index: 10;
    }

    .apps-menu-nav {
      display: none;
      position: relative;
      top: 100%;
      /*left: 50%;
      transform: translateX(-50%);*/
      background-color: #571C11;
      border-radius: 8px;
      padding: 15px;
      width: 300px;
      z-index: 100;
      box-shadow: 0 4px 10px rgba(0,0,0,0.7);
    }

    .apps-menu-nav a {
      display: block;
      padding: 10px;
      margin: 5px 0;
      background-color: #EC7B01;
      border-radius: 4px;
      text-align: center;
      pointer-events: auto;
      font-size: 18px;
      color: #F6F5F2;
    }

    .ss-dropdown-btn {
      display: inline-block;
      margin-bottom: 20px;
      font-size: 20px;
    }

    /* Remove hover activation - we'll use JS instead */
    .ss-dropdown-btn:hover + .apps-menu-nav {
      display: none;
    }

    /* Make dropdown visible when it has the 'active' class */
    .apps-menu-nav.active {
      display: block;
    }

    .apps-menu-container {
      /*position: absolute;*/
      z-index: 0;
    }

   .ss-dropdown-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin-top: 60px;
    }

    .menu-title {
      font-size: 22px;
    }

    .menu-item-title {
      font-size: 20px;
    }

    .menu-item {
      font-size: 16px;
      width: 60%;
    }

    .footer-nav-divider {
      display: none;
    }

    /* About Us Media Queries
    ---------------------------------------
    */

    .about-background-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .about-hero-img {
      display: none;
    }

    .about-hero-img-mq {
      display: block;
      width: 80%;
      height: auto;
      margin-bottom: 20px;
      box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
      border-radius: 25px;
  }

    .about-hero-title {
    font-size: 28px;
  }

    .about-hero-subtitle {
    font-size: 22px;
    width: 70%;
    padding-bottom: 20px;
  }

    .about-hero-text {
    width: 90%;
    font-size: 14px;
  }

  /* Reservations Media Queries
  ---------------------------------------
  */

    .reservations-container {
    height: auto;
    padding: 20px;
    padding-top: 60px;
  }

  .reservations-divider-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }

  .reservations-title {
    font-size: 28px;
    padding-top: 20px;
  }

  .reservations-main-text {
    font-size: 14px;
    width: 100%;
    padding: 0 20px;
  }

  .reservation-form {
    width: 70%;
    height: auto;
    margin-top: 40px;
  }

  .reservation-form input[type="text"], .reservation-form input[type="email"],
  .reservation-form input[type="tel"], .reservation-form button[type="submit"], .reservation-form input[type=date], .reservation-form input[type=time], .reservation-form input[type="number"] {
    width: 90%;
  }

  .reservations-info {
    width: 50%;
    margin-bottom: 40px;
  }  

  /* Gallery Media Queries 
  ---------------------------------------
  */


  .body-container {
    width: 100%;
    height: 100%;
  }

  .slideshow-container {
    width: 80%;
    height: 100%;
    margin-top: 60px;
  }

  .slideshow-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  }

  .prev, .next {
    top: 40%;
  }

  .dot {
    margin-bottom: 60px;
  }

  /* Reviews Media Queries
  ---------------------------------------
  */

  .reviews-text-section {
    width: 80%;
  }

  .reviews-text-section h2 {
    font-size: 28px;
  }

  .reviews-text-section p {
    font-size: 14px;
    width: 100%;
  }

  .carousel-section .carousel > article {
    width: 60%;
  }

  .carousel-section .carousel {
    --carousel-duration: 80s;
  }

  /* Locations Media Queries 
  ---------------------------------------
  */

    .locations-header {
    width: 80%;
  }

  .locations-header h1 {
    font-size: 24px;  
  }

  .locations-header p {
    font-size: 14px;
  }
  .locations-main {
    padding: 20px;
    height: 100%;
  }

  .locations-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .location-card {
    width: 70%;
    height: auto;
    margin: 20px 0;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .locations-header h1 {
    font-size: 24px;
  }

  /* Contact Us Media Queries
  ---------------------------------------
  */

  .contact-us-main {
    width: 100vw;
    height: 100%;
  }

  .contact-us-container2 {
    width: 100vw;
    height: 100%;
  }

  .contact-content-container2 {
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .contact-form-container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60vw;
    height: auto;
    margin-bottom: 60px;
  }

  .contact-us-title2 {
    font-size: 24px;
  }

  .contact-us-text2 {
    font-size: 14px;
    width: 100%;
  }

  .contact-text-content2 {
    width: 50%;
  }

}

@media all and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {

}

@media all and (min-width: 768px) and (max-width: 850px) {

  .nav-logo {
    width: 160px;
    height: auto;
  }

  .nav-logo2 {
    width: 140px;
    height: auto;
  } 

  .footer-location-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .subscribe-section {
    width: 70%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-subscribe-container {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  form {
    margin-bottom: 40px;
  }

  .about-hero-img {
    display: none;  
  }

  .about-hero-img-mq {
    display: block;
      width: 60%;
      height: auto;
      margin-bottom: 20px;
      box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
      border-radius: 25px;
  }

  .about-hero-title {
    font-size: 32px;
  }

  .about-hero-subtitle {
    font-size: 26px;
  }

  .about-hero-text {
    font-size: 16px;
  }

   /* Menu Media Queries
    ---------------------------------------
    */

        .menu-header-container, .menu-header-container-sushi, .menu-header-container-sashimi, .menu-header-container-tempura, .menu-header-container-udon, .menu-header-container-lunch, .menu-header-container-dinner, .menu-header-container-drinks, .menu-header-container-desserts, .menu-header-container-happyhour {
      height: 25vh;
    }

    .menu-header-title {
      font-size: 32px;
        }

    .apps-menu-container {
      display: inline-block;
      position: relative;
      left: auto;
      width: 100%;
      height: auto;
      z-index: 10;
    }

    .apps-menu-nav {
      display: none;
      position: relative;
      top: 100%;
      /*left: 50%;
      transform: translateX(-50%);*/
      background-color: #571C11;
      border-radius: 8px;
      padding: 15px;
      width: 400px;
      z-index: 100;
      box-shadow: 0 4px 10px rgba(0,0,0,0.7);
    }

    .apps-menu-nav a {
      display: block;
      padding: 10px;
      margin: 5px 0;
      background-color: #EC7B01;
      border-radius: 4px;
      text-align: center;
      pointer-events: auto;
      font-size: 18px;
      color: #F6F5F2;
    }

    .ss-dropdown-btn {
      display: inline-block;
      margin-bottom: 20px;
      font-size: 20px;
    }

    /* Remove hover activation - we'll use JS instead */
    .ss-dropdown-btn:hover + .apps-menu-nav {
      display: none;
    }

    /* Make dropdown visible when it has the 'active' class */
    .apps-menu-nav.active {
      display: block;
    }

    .apps-menu-container {
      /*position: absolute;*/
      z-index: 0;
    }

   .ss-dropdown-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin-top: 60px;
    }

    .menu-title {
      font-size: 28px;
    }

    .menu-item-title {
      font-size: 24px;
    }

    .menu-item {
      font-size: 16px;
      width: 60%;
    }

    .footer-nav-divider {
      display: none;
    }

    /* Reservations Media Queries
  ---------------------------------------
  */

    .reservations-container {
    height: auto;
    padding: 20px;
    padding-top: 60px;
  }

  .reservations-divider-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }

  .reservations-title {
    font-size: 32px;
    padding-top: 20px;
  }

  .reservations-main-text {
    font-size: 16px;
    width: 100%;
    padding: 0 20px;
  }

  .reservation-form {
    width: 60%;
    height: auto;
    margin-top: 40px;
  }

  .reservation-form input[type="text"], .reservation-form input[type="email"],
  .reservation-form input[type="tel"], .reservation-form button[type="submit"], .reservation-form input[type=date], .reservation-form input[type=time], .reservation-form input[type="number"] {
    width: 90%;
  }

  .reservations-info {
    width: 40%;
    margin-bottom: 40px;
  }  

   /* Gallery Media Queries 
  ---------------------------------------
  */


  .body-container {
    width: 100%;
    height: 100%;
  }

  .slideshow-container {
    width: 80%;
    height: 100%;
    margin-top: 60px;
  }

  .slideshow-container img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  }

  .prev, .next {
    top: 40%;
  }

  .dot {
    margin-bottom: 60px;
  }

    /* Reviews Media Queries
  ---------------------------------------
  */

  .reviews-text-section {
    width: 100%;
  }

  .reviews-text-section h2 {
    font-size: 32px;
  }

  .reviews-text-section p {
    font-size: 16px;
    width: 100%;
  }

  .carousel-section .carousel > article {
    width: 30%;
  }

  .carousel-section .carousel {
    --carousel-duration: 80s;
  }

    /* Locations Media Queries 
  ---------------------------------------
  */

    .locations-header {
    width: 80%;
  }

  .locations-header h1 {
    font-size: 32px;  
  }

  .locations-header p {
    font-size: 16px;
  }
  .locations-main {
    padding: 20px;
    height: 100%;
  }

  .locations-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
  }

  .location-card {
    width: 50%;
    height: auto;
    margin: 20px 0;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  /* Contact Us Media Queries
  ---------------------------------------
  */

  .contact-form-container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45vw;
    height: auto;
    margin-bottom: 60px;
  }

  .contact-us-title2 {
    font-size: 32px;
  }

  .contact-us-text2 {
    font-size: 16px;
  }

}

@media all and (min-width: 851px) and (max-width: 1023px) {

  .footer-location-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-subscribe-container {
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  form {
    width: 20%;
    padding-left: 20px;
  }
  .subscribe-section {
    width: 45%;
    text-align: left;
    margin-bottom: 20px;
  }

  .apps-menu-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .reservations-divider-container {
    width: 90%;
  }

  .reservations-main-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .reservation-form {
    margin-right: 20px;
  }

  .reservation-form input[type="text"], .reservation-form input[type="email"],
  .reservation-form input[type="tel"], .reservation-form button[type="submit"], .reservation-form input[type=date], .reservation-form input[type=time], .reservation-form input[type="number"] {
    width: 90%;
  }

  .contact-form-container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45vw;
    height: auto;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 20px;
  }

  .location-card {
    text-align: center;
  }


}

@media all and (min-width: 1024px) and (max-width: 1279px) and (orientation: landscape) {

    .footer-subscribe-container {
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  form {
    width: 20%;
    padding-left: 20px;
  }
  .subscribe-section {
    width: 40%;
    text-align: left;
    margin-bottom: 20px;
  }

}

@media all and (min-width: 1024px) and (max-width: 1279px) {

      .footer-subscribe-container {
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  form {
    width: 20%;
    padding-left: 20px;
  }
  .subscribe-section {
    width: 40%;
    text-align: left;
    margin-bottom: 20px;
  }

  .reservations-divider-container {
    width: 90%;
  }

  .reservations-main-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .reservation-form {
    margin-right: 40px;
  }

  .reservation-form input[type="text"], .reservation-form input[type="email"],
  .reservation-form input[type="tel"], .reservation-form button[type="submit"], .reservation-form input[type=date], .reservation-form input[type=time], .reservation-form input[type="number"] {
    width: 90%;
  }

  .location-card {
    text-align: center;
  }

  .contact-form-container2 {
    padding-left: 0;
    padding-right: 20px;
  }

}

@media all and (min-width: 1280px) and (max-width: 1439px) and (orientation: landscape) {

}

@media all and (min-width: 1280px) and (max-width: 1439px) {

  .footer-subscribe-container {
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  form {
    width: 20%;
    padding-left: 20px;
  }
  .subscribe-section {
    width: 40%;
    text-align: left;
    margin-bottom: 20px;
  }

  form input[type="email"] {
  width: 150%;
}

  form input[type="text"] {
  width: 150%;
}

  form button[type="submit"] {
  width: 150%;
}

    .reservations-main-text {
    margin-left: 40px;
    margin-right: 40px;
  }

  .reservation-form {
    margin-right: 40px;
  }

  .reservation-form input[type="text"], .reservation-form input[type="email"],
  .reservation-form input[type="tel"], .reservation-form button[type="submit"], .reservation-form input[type=date], .reservation-form input[type=time], .reservation-form input[type="number"] {
    width: 90%;
  }

  .location-card {
    text-align: center;
  }
  .contact-form-container2 {
    padding-left: 0;
    padding-right: 20px;
  }

}

@media all and (min-width: 1440px) {

    .footer-subscribe-container {
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  form {
    width: 20%;
    padding-left: 20px;
  }
  .subscribe-section {
    width: 40%;
    text-align: left;
    margin-bottom: 20px;
  }

    form input[type="email"] {
  width: 150%;
}

  form input[type="text"] {
  width: 150%;
}

  form button[type="submit"] {
  width: 150%;
}

  .contact-form-container2 {
    padding-left: 0;
    padding-right: 20px;
  }

}

@media all and (min-width: 300px) and (max-width: 767px) and (orientation: landscape) {

  /* Styling for home page. 
  ------------------------------------------
  */

  .nav-logo {
      width: 100px;
      height: auto;
  }
  
  .nav-logo2 {
      width: 100px;
      height: auto;
      padding-top: 20px;
  }

  .carousel-section .carousel > article {
  height: 360px;
  width: 50%;
}

}

@media all and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {

.nav-logo {
  width: 150px;
}

.nav-logo2 {
  width: 130px;
  margin-top: 20px;
}

.contact-us-container2 {
  height: 100%;
  width: 100vw;
}

.contact-form-container2 {
  width: 400px;
  margin-top: 40px;
}

.dropdown1 {
  font-size: 18px;
}

.menu-header-title {
  font-size: 28px;
}

.menu-title {
  font-size: 24px;
}

.apps-menu-nav a {
  font-size: 16px;
}

.reservations-container {
  height: 100%;
}

.reservations-content {
  padding-top: 40px;
}

.reservation-form {
  margin-top: 20px;
  margin-bottom: 20px;
}

.reservations-info {
  margin-bottom: 40px;
}

.carousel-section .carousel > article {
  height: 400px;
}

.body-container {
    width: 100%;
    height: 100%;
  }

  .slideshow-container {
    width: 60%;
    height: 100%;
    margin-top: 60px;
  }

  .slideshow-container img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  }

  .prev, .next {
    top: 40%;
  }

  .dot {
    margin-bottom: 60px;
  }

  .locations-main {
    height: 100%;
  }

  .locations-container {
    margin-bottom: 40px;
  }

  .location-card {
    margin-top: 40px;
  }

}

@media all and (min-width: 1024px) and (max-width: 1279px) and (orientation: landscape) {

.nav-logo2 {
  padding-top: 20px;
}

}