/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  background-color: #ffffff;
  position: relative;
}

.topnav #myLinks {
    right: 0;
    position: absolute;
    display: none;
    background-color: #f8c522;
}

.topnav a {
  color: rgb(255, 255, 255);
  padding: 16px 16px;
  text-decoration: none;
  font-size: 15px;
  display: block;
}

.topnav a.icon {
  background: #611626;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
    text-align: center;
    font-size: 20px;
   padding: 16px 16px;
   height: 15px;
}

.topnav a:hover {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}

.innactive {
  background-color: #611626;
  color: rgb(255, 255, 255);
}

.fa fa fa bars {
  background-color: #611626;
  color: white;
}

.logo {
  border-radius: 50%;
  margin-top: 8px;
  margin-right: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #ff0019;
}

.form-container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f8c522;
  padding: 24px 16px;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
  margin: 20px 20px 20px 20px;
}

.form-container form {
  max-width: 200px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
textarea,
select {
  display: block;
  width: 90%;
  margin-bottom: 16px;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  resize: vertical;
  background-color: #fffbef;
  color: #000000;
}

.menu {
  text-align: center;
  font-size: 30px;
  color: #855b5f;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
}

hr {
  border: none;
  height: 4px;
  background-color: #611626;
  margin: 0 auto 20px auto;
  width: 100%;
}

h2 {
  color: #4c0e1b;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
h3 {
  color: #855b5f;
  font-size: 18px;
  margin-bottom: 10px;
}
p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 20px;
}

.Sandwiches {
  text-align: center;
  font-size: 10px;
  color: #855b5f;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: bold;
}

.bevs{
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #855b5f;
  font-weight: bold;
  text-align: center;
}



/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}


/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #fff766;
  color: #ffffff;
  display: flex;
  justify-content: left; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  margin: 0 auto;
  padding: 5px 18px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease; 
}

.end {
  text-align: center;
  font-size: 25px;
  color: #855b5f;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* 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;
  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);
}

/* 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: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #000000;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}




.foodimg {
  border-radius: 15px;
  margin-top: 8px;
  margin-right: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  height: 350px;
  max-width: 400px;
}

h5 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 35px;
  color: #855b5f;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #611626;
  border-radius: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 80%;
  height: 450px;
  max-width: 800px;
  max-height: 600px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
  background-color: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

iframe:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

footer {
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}


p {
  font-size: 14px;
  line-height: 1.5;
  color: #322929;
  margin-bottom: 20px;
  margin-top: auto;
  margin-left: 20px;
}