body {
    background-color: rgb(216, 198, 184);
}
header{
    text-align: center;
    width: 100%;
    padding-bottom: 25px;
}
#navbar {
    overflow: hidden;
    background-color: rgb(95, 19, 18);
    width: 100%;
    text-align: center;
}
#navbar a {
    display: inline-block;
    color: white;
    font-family: "Helvetica", sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    
}
p, h2, h3{
    text-align: center;
    font-family: "Helvetica", sans-serif;
}
h1{
    text-align: center;
    font-family: "Helvetica", sans-serif;
    font-size: 1.75em;
}
#reservationform{
    margin-left: 350px;
    margin-right: 350px;
}
#contactus{
    margin-left: 200px;
    margin-right: 200px;
}
#aboutus{
    margin-left: 200px;
    margin-right: 200px;
}
.about_us_headings{
    text-align: left;
    font-family: "Helvetica", sans-serif;
    padding-left: 40px;
}
.paragraph2{
    text-align: left;
    font-family: "Helvetica", sans-serif;
    padding-left: 40px;
}
#menutext{
    margin-left: 200px;
    margin-right: 200px;
}
.menuheadings{
    text-align: center;
    font-family: "Helvetica", sans-serif; 
    font-weight: bold;
    font-size: 1.25em;
    background-color: rgba(124, 87, 63, .5); 
    width: 100%;
    padding: 10px;
}
.menu_items{
    text-align: left;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    list-style-type: none;
}
.menu_descriptions{  
    text-align: left;
    font-family: "Helvetica", sans-serif;
    list-style-type: none;
}
.contact_us{
    text-align: left;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    list-style-type: none;
    font-size: 1.15em;

}
.contact_us_info{  
    text-align: left;
    font-family: "Helvetica", sans-serif;
    list-style-type: none;
}
.social_media {
  text-align: center;
  margin: 0;
  padding: 0;
}  
.social_media li {
  display:inline-block;
  list-style-type:none;
}
footer{
    text-align: center;
    font-family: "Helvetica", sans-serif; 
    color: white;
    background-color: rgb(95, 19, 18);
    width: 100%;
    padding: 30px
}

/* Slideshow container */
* {
    box-sizing: border-box;}
body {font-family: Helvetica, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

.slideshow {
  width: 100%;
  position: relative;
  margin: auto;
}
.text {
  color: white;
  text-shadow: 4px 4px 15px #000000;
  font-size: 5em;
  font-weight: bold;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
