/** SOCIAL MEDIA ICONS **/
.spacer{
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-image: url(img/footer2.png)
}
.fa {
    padding: 10px;
    font-size: 30px;
    width: 40px;
   	text-align: center;
    text-decoration: none;
    border-radius: 50%;
    margin: 5px;
    float: right;
}
.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #8A8A8A;
  color: white;
}
.fa-twitter {
  background: #8A8A8A;
  color: white;
}
.fa-instagram {
  background: #8A8A8A;
  color: white;
}
.fa-yelp {
  background: #8A8A8A;
  color: white;
}

/** NAVIGATION **/
.topnav{
	overflow: hidden;
	background-color:#be1e2d;
}
.topnav a{
	float: right;
	display: block;
	color: #ffffff;
	text-align:center;
	padding:14px 16px;
	text-decoration:none;
	font-size:15px;
}
.topnav a:hover {
    background-color: #000000;
    color: #ffffff;
}
.topnav a.active {
    background-color: #000000;
    color: #ffffff;
}
.topnav .icon {
    display: none;
}

/* SLIDESHOW */
.slideshow{
padding:0;
}

.wrapper {
margin: 0 auto;
width: 100%;
padding-bottom: 10px;
}
* {box-sizing: border-box}
body {font-family: Verdan; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  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);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #be1e2d;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #be1e2d;
}
/* 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}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width : 736px ){
  .prev, .next,.text {font-size: 11px}
}

/* ADD SECTION */

/* Gallery */
body{
    font-family: sans-serif;

}

.gallery{
    margin: 30px 50px;
	padding-left: 100px;
}
.gallery img{
    width: 230px;
    padding: 5px;
    filter: grayscale(100%);
    transition: 1s;
}
.gallery img:hover{
    filter: grayscale(0);
    transform: scale(1.1);
}


.onlineorder {
	font-family: Lato;
	font-weight: 100;
	font-size: 10px;
	color: #000000;
    text-decoration: none;   
    text-align: left;
	padding-left: 200px;
	line-height: 0.6;
}

.vertical-menu {
	width: 400px; 
	padding-left: 200px;
}

.vertical-menu a {
  	background-color: #eee; /* Grey background color */
  	color: black; /* Black text color */
  	display: block; /* Make the links appear below each other */
  	padding: 12px; /* Add some padding */
  	text-decoration: none; /* Remove underline from links */
}

.vertical-menu a:hover {
  	background-color: #ccc; /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
	background-color: #be1e2d; /* Add a green color to the "active/current" link */
  	color: #FFFFFF; color: white;
}

.menuitem{
	position: relative;
	top: -250px;
	left: 450px;
}

.menuitem2 {
	position: relative;
	top: -530px;
	left: 850px;
}

.menuitem3 {
	position: relative;
	top: -490px;
	left: 850px;
}

.menuitem4 {
	position: relative;
	top: -789px;
	left: 450px;
}

/* ADD SECTION */
.menunav {
	background-color: #FFFFFF;
	padding: 40px;
}

.menunav ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	width: 200px;
  	background-color: #f1f1f1;
}

.menunav li a {
  	display: block;
  	color: #000;
  	padding: 8px 16px;
	text-decoration: none;
}

.menunav a.active {
  	width: 200px;
	background-color: #be1e2d;
  	color: #FFFFFF;
}

.menunav a:hover:not(.active) {
  	background-color: #555;
  	color: #FFFFFF;
}

/* IMAGE LINKS */
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #be1e2d;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #A8A7A5;
}

.container {
    border-radius: 5px;
    background-color: #828282;
    padding: 20px;
}

table {
    width:100%;
}

th, td {
    text-align:center;
    padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}


/* ADD SECTION*/
form{
    margin: 100px;
}

p {
    font-family: Lato;
	font-weight: 800;
	font-size: 20px;
	color: #FFFFFF;
    text-decoration: none;   
    text-align:center;
	line-height: 0.6;
}

/*----- FOOTER ------*/

/*----- NAV ------*/
footer {
	width: 100%;		
	height: 500px;
	padding: 5px;
    background-image: url(img/footer4.png)
}

footer nav{
    float: none;
	padding-top: 80px;
}

footer nav ul li{
	display: inline-block;
	margin-left: 15px;
	list-style: left;
}

footer nav ul li a {
	font-family: Lato;
	font-weight:bold;
	font-size: 20px;
	color: #fff;
    text-decoration: none;
}

/*----- NAV2 ------*/
footer nav2{
    float: none;
	padding-top: 100px;
}

footer nav2 ul li{
	display: inline-block;
	margin-left: 15px;
	list-style: left;
}

footer nav2 ul li a {
	font-family: Lato;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
    text-decoration: none;
}

/** FOOTER SOCIAL MEDIA ICONS **/
.spacer2{
	padding-left: 20px;
	padding-right: 10px;
}
.fa {
    padding: 10px;
    font-size: 30px;
    width: 40px;
   	text-align: center;
    text-decoration: none;
    border-radius: 50%;
    margin: 5px;
    float: right;
}
.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #8A8A8A;
  color: white;
}
.fa-twitter {
  background: #8A8A8A;
  color: white;
}
.fa-instagram {
  background: #8A8A8A;
  color: white;
}
.fa-yelp {
  background: #8A8A8A;
  color: white;
}

h1 {
    font-family: Lato;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
    text-decoration: none;   
    text-align: right;
	padding-top: 290px;
}
