@charset "utf-8";

 
/* Global */
body {
  margin: 0px 0px;
  background-color: #272621;
}


p, a, ul,li, button {
	 font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
p,a,h1,h2,h3,h4 {
	color: #E0E0DE;
}

h1,h2,h3,h4 {
  font-family: "Overlock SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
	display: flex;
	align-content: center;
	justify-content: center;
	margin : 0px;
	width: 100vw;
  overflow: hidden;
}

.nav-bar {
	 position: absolute;
	display: flex;
	margin: 30px 0px;
	align-items: center;
}

.navi {
	width: 85%;
	margin: 20px auto;
	align-content: flex;
	display: flex;
}
.nav-links a {
	color: #272621; 
	text-decoration: none;
}
.nav-links a:hover {
	color: #8B8776;
	transform: scale(1.1);
	transition: 0.25s;
}
.nav-links:active {
	color: #705953;
}
.nav-links {
	list-style: none;
	margin: 15px 35px;
	background-color: #E0E0DE;
	color: #272621;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	border-radius: 20px;
}
.cta-button {
	color: #272621;
	background-color: #E0E0DE;
	border-color: #272621;
	padding: 10px 15px;
	font-size: 15px;
	border-radius: 3px;
}
.cta-button:hover {
  background-color: #353207; 
	border-color: #E0E0DE;
	color: #E0E0DE;
  transform: scale(1.05);
	transition: 0.5s;
}
.hero {
	margin: 0px;
	display: block;
	  position: relative;
  text-align: center;
	width: 100vw;
	height: auto;
  overflow: hidden;
	
}
.hero img {
	width: 100%;
  height: 100%;
  object-fit: cover; 
	}
.hero-text {
	text-align: center;
	 position: absolute;
 	 top: 80%;
  	left: 35%;
	right: 35%;
	font-size: 120%;
	color: #E0E0DE;
}
/*MENU PAGE*/

.menu-section {
  display: flex;
	flex-direction: row;
	align-content: center;
  color: white;
	width: 100%;
	margin: 0;
}

/* Left side menu text */
.menus {
	align-items: flex-start;
  flex-direction: column;
  width: 110%;
  padding: 0 40px 0 20px;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
}

.menu-item h3 {
	color: #E0E0DE;
  font-size: 20px;
  letter-spacing: 1px;
}
	.menu-item a {
		text-decoration: none;
	}
	.menu-item h3:hover {
		color: rosybrown;
		transform: scale(1.05);
		transition: 1s;
	}
.menu-item .plus {
  font-size: 24px;
  font-weight: 300;
}

.menu-image {
	align-items: flex-end;
	width: 100%;
}



.hours {
	display: flex;
	padding: 10px;
	align-content: center;
	justify-content: center
}
.OH-lunch {
	text-align: right;
	padding: 0 10px;
	margin-top: -50px;
}
.OH-dinner{
	text-align: left;
	padding: 0 10px;
	margin-top: -50px;
}
.OH-header {
	text-align: center;
	justify-content: center;
	padding: 20px;
	text-decoration: underline;
}
.Operating-Hours {
	background-color: #E0E0DE;
}
.Operating-Hours p,h3,h1{
	color: #272621;
}
.book-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px;
  color: #e0e0de;

}

.book-form {
	margin-right: 20px;
	margin-top: -30px;
}

.book-form h1 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #e0e0de;
	border-bottom: 1px solid #E0E0DE;
  padding-bottom: 5px;
}

.book-form p {
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;

}

.rule-list {
  list-style: disc;
}

.rule-list li {
  margin-bottom: 10px;
  font-family: "League Spartan", sans-serif;
  font-size: 15px;
  color: #e0e0de;
background-color: none;
  line-height: 1;
}


.reservation-form {
  max-width: 350px;
}

.reservation-form h2 {
  font-size: 28px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  border-bottom: 1px solid #E0E0DE;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.reservation-form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.paxfillin {
	width: 40%;
}

.reservation-form input,
.reservation-form textarea {
  background: transparent;
  border: 1px solid #888;
  padding: 12px;
  font-size: 16px;
  color: #f0f0f0;
}

.reservation-form textarea {
  resize: none;
  height: 100px;
}

.row {
  display: flex;
  gap: 10px;
}

.row input {
  flex: 1;
}

.reservenow {
  margin-top: 10px;
  padding: 10px 16px;
 	color: #272621;
	background-color: #E0E0DE;
	border-color: #272621;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: fit-content;
	border-radius: 2px;
}

.reservenow:hover {
  background-color: #353207; 
	border-color: #E0E0DE;
	color: #E0E0DE;
	transform: scale(1.05);
	transition: 0.5s;
	border-radius: 2px;
}

/* Akar Footer */
.akar-footer {
  background-color: #151512;
	color: #E0E0DE;
  padding: 40px 20px;
  font-size: 14px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1;
  min-width: 200px;
}
.contact-icons {
	align-content: flex;
	display: inline-flex;
}
.icons {
	padding: 5px;
}

.footer-logo {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
}

.footer-column h4 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E0E0DE;
  padding-bottom: 5px;
}

.footer-column p {
  margin: 5px 0;
  line-height: 1.5;
}

.contact-icons a {
		text-decoration: none;
	}
	.contact-icons a:hover {
		color: rosybrown;
	}
	.footer-column a{
		text-decoration: none;
	}
		.footer-column a:hover{
		color: rosybrown;
		text-decoration: underline;
	}

@media (max-width: 992px) {
	 .hero img {
    width: 992px;
	height: auto;
  }

  .hero-text {
    font-size: 100%;
    top: 72%;
    left: 20%;
    right: 20%;
  }

  .navi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-links {
    flex-direction: row;
    font-size: 100%;
    margin: 8px 0;
    padding: 4px 25px;
  }

  .cta-button {
    font-size: 15px;
    padding: 7px 10px;
  }

 .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .footer-column {
    min-width: unset;
    width: 100%;
  }
.footer-img {
	width: 100px;
	}
.footer-column {
		font-size: 100%;
	}
  .contact-icons {
    justify-content: center;
  }


  .icons {
    max-width: 14px;
	 height: auto;
  }
	.menu-section {
		margin: auto;
	}
	.menu {
		width: 100%;
		margin-right: auto;
	}
	.menu-image img{
		width: 420px;
		margin-left: auto;
		margin: 0;
		padding: 0;
	}
	.menu-item {
		padding: 2px;
	}
	.book-form h1 {
		font-size: 30px;
	}
	.book-form li,
	.book-form h1,
	.book-form p{
 	font-size: 100%;
	max-width: 900px;
	margin-right: 0;
	}
	.reservation-form form{
		max-width: 350px;
		margin:20px 0;
		padding: 0;
	}
	.book-section {
		flex-direction: column;
		margin: 0 20px;
		justify-content: center;
		align-items: center

	}

}