body {
    background-color:#41393d;
    color: #d4a18d;
    margin: 0;
    height: 100%;
}

header, footer {
    padding: 1em;
    color: white;
    clear: left;
    text-align: center
}

h1 {
    color: #be1e2d;
    text-align: center;
}

h2 {
    color: #d7e4c2;
    text-align: center;
}

p {
    text-align: justify;
    text-indent: 50px;
    line-height: 1.8;
    padding: 10px;
    margin-left: 150px;
    margin-right: 150px;
}

p1 {
    text-align: center;
    line-height: 1.8;
    padding: 10px;
    margin-left: 350px;
    margin-right: 150px;
}

p2 {
    text-align: center;
    line-height: 1.8;
    padding: 10px;
    margin-left: 475px;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 10%;
    background-color: #d4a18d;
    height: 100%;
    position: fixed;
    overflow: auto;
    top: 0;
    
}

li a {
    display: block;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
}

p a {
    display: block;
    color: #be1e2d;
    padding: 8px 16px;
    text-decoration: none;
    text-align: center;
}

/* Change the link color on hover */
li a:hover {
    background-color: #8a8c8f;
    color: white;
}


@media (max-width: 600px) {
    .column {
    width: 100%;
    }
}

img {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

* {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;
}

/* 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: #717171;
}

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

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

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

.menu-body {
  max-width: 680px;
  margin: 0 auto;
  display: block;
  color: rgb(92, 92, 92);
}
 
.menu-section {
  margin-bottom: 80px;
}
 
.menu-section-title {
  font-family: georgia;
  font-size: 50px;
  display: block;
  font-weight:normal;
  margin: 20px 0; 
  text-align: Center;
    color: #d7e4c2
}
 
.menu-item {
  margin: 35px 0;
  font-size: 18px;
    color: #d7e4c2
}
 
.menu-item-name{
  font-family: helvetica;
  font-weight: bold;
  border-bottom: 2px dotted rgb(213, 213, 213);
}
 
.menu-item-description {
  font-style: italic;
  font-size: .9em;
  line-height: 1.5em;
}
 
.menu-item-price{
  float: right;
  font-weight: bold;
  font-family: arial;
  margin-top: -22px;
}