/* -------------------- GLOBALS --------------------- GLOBALS --------------------- GLOBALS --------------------- */

body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
  background-color: rgba(210, 172, 125, 0.3);
  color: #262626;
}

a {
  text-decoration: none;
  color: #D2AC7D;
}

p {
  font-family: "Roboto", Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 5px 0;
}

h1, h2, h3, h4, h5 {
  font-family: "League Spartan", Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding: 0;
  margin: 0;
}

h1 {                            /* Section titles */
  font-size: 4em;
  line-height: 0.75em;
  font-weight: 800;
  text-transform: uppercase;
}

h2 {                             /* Header titles */
  font-size: 1.25em;
  text-transform: uppercase;
}

h3 {                            /* Footer titles */
  font-weight: 500;
  font-size: 1em;
}

h4 {                            /* Nav titles */
  font-weight: 600;
  padding: 8px 0;
  font-size: 17px;
}

h5 {
  font-size: 1.5em;
  font-weight: 500;
}

.contents {                     /* content centered within 800px */
  width: 800px;
  margin: 0 auto;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: rgba(210, 172, 125, 0.8);
  color: #fff;
  text-align: center;
  font-size: .75em;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 85%;
  right: 0%;
}

.tooltiptext a {
  color: #874A2D;
  font-weight: 600;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* -------------------- NAVIGATION MENU --------------------- NAVIGATION MENU --------------------- NAVIGATION MENU --------------------- */
nav {
  overflow: hidden;
  background-color: #262626;
}

nav a {
  float: left;
  color: #D2AC7D;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 40px;
}

nav a:hover {
  background-color: #6E2D26;
}

.selected {
  background-color: #6E2D26;
  color: #D2AC7D;
}

nav .menu {
  float: right;
}

/* -------------------- HEADER --------------------- HEADER --------------------- HEADER --------------------- */
.home-header {
  height: 550px;
  background-size: cover;
  background-position: center;
  background-image: url("images/photos/hero-1280px.png");
  background-color: rgba(245, 225, 200, 0.2);
  background-blend-mode: lighten;
}

.menu-header {
  height: 550px;
  background-size: cover;
  background-position: center;
  background-image: url("images/photos/menu-hero-1280px.png");
  background-color: rgba(245, 225, 200, 0.3);
  background-blend-mode: lighten;
}

.header-container {
  position: relative;
  align-items: center;          /* aligns the flex items to the center of container */
  display: flex;
  flex-direction: column;
  text-align: center;
}

.header-container .logo {
  padding: 50px 0;
}

.header-item {
  padding: 5px;
  z-index: 1;
}

/* -------------------- HOME --------------------- HOME --------------------- HOME --------------------- */

.contents-wrapper {              /* dividers centered within 900px */
  width: 900px;
  margin: 0 auto;
}

.koru-divider-top {              /* space above and below dividers */
    margin: 60px auto 20px;
}

.koru-divider-bottom {          /* space above and below dividers */
    margin: 20px auto 60px;
}

.main-flex-container {          /* flexbox for main layout */
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

/* -------------------- ABOUT --------------------- ABOUT --------------------- ABOUT --------------------- */
.about-header {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.video {
  object-fit: cover;
  position: absolute; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

.about-header .header-container {
  position: relative;
  padding: 0;
  align-items: center;      /* aligns the flex items to the center of container */
  display: flex;
}

#about {
  padding: 0;
}

.mySlides img {
  margin: auto;
  display: flex;
}

/* -------------------- MENU --------------------- MENU --------------------- MENU --------------------- */
#breakfast, #all-day, #to-share {
  background-size: 90%;
  background-image: url("images/svg/watermark.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.menu-grid {         /* flexbox for main layout */
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  gap: 20px;
}

.button h5 {
  padding: 14px;
  font-size: 1.25em;
  text-align: center;
}

.button {
  width: 225px;
  background-color: #6E2D26;
  color:#D2AC7D;
  cursor: pointer;
}

.button:hover {
  width: 225px;
  background-color: #482B27;
  color:#D2AC7D;
  align-items: center;
}

.title {
  column-span: all;
  text-align: center;
}

.menu-container {
  column-count: 2;
  column-gap: 30px;
}

/* -------------------- GALLERY --------------------- GALLERY --------------------- GALLERY --------------------- */

.mySlides {
  display: none;
}

.mySlides .fade img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  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: #6E2D26;
}

/* Caption text */
.text {
  height: 50px;
  padding: 8px 0;
  position: relative;
  bottom: 8px;
  width: 75%;
  text-align: center;
  margin: 0 auto;
}

.review .text {
  height: 100px;
  align-content: center;
}

/* --- The dots/bullets/indicators --- */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* --- Fading animation ---- */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/* -------------------- CONTACT --------------------- CONTACT --------------------- CONTACT --------------------- */
.contact-grid {
  display: grid;
  grid-template-columns: 50px 175px;
  align-items: center;
  gap: 10px;
}

.contact-grid-item p {
  font-weight: 500;
}

.fa-regular {
  font-size: 2em;
  padding: 10px 0;
}


/* -------------------- CONTACT FORM --------------------- CONTACT FORM --------------------- CONTACT FORM --------------------- */

.form-left {
  float: left;
}

.form-right {
  float: right;
  width: 50%;
}

form {
  justify-content: space-between;
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #6E2D26;
}

label {
  display: block;
}

input[type=text], select {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #6E2D26;
  color: white;
  padding: 14px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #482B27;
}


/* -------------------- FOOTER --------------------- FOOTER --------------------- FOOTER --------------------- */

footer {
  text-align: center;
  color: #fff;
  background-color: #262626;
}

footer a {
  color: #fff;
}

footer .contents {
  padding: 30px 0;
}

.footer-links {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.column {
  width: 20%;
  flex-grow: 1;
  text-align: left;
}

.column .fa-regular {
  font-size: 1em;
  display: inline;
}

.socials-container {
  margin: 40px 0;
  display: flex;
  gap: 100px;
  justify-content: center;
}

.social-icon {
  height: 30px;
  font-size: 2em;;
  color: #fff;
}

.divider-top, .divider-bottom {
  height: 10px;
  background-color: #874A2D;
  margin: 20px 0;
}

#policy li {
  text-decoration: none;
  font-family: "Roboto", Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 5px 0;
}

/* @media only screen and (max-width: 620px) {
  /* For mobile phones: */
  /* .menu, .main, .right {
    width: 100%;
  } */