*{
    margin: 0;
    padding: 0;
}








.nav-style{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container h1{
    color: orangered;
    margin-left: 5px;
	margin-bottom: 30px;
	font-size: 22px;
    cursor: pointer;
	
}

.navbar ul li{
    display: inline-block;
	
    padding: 18px;
    text-transform: uppercase;
	
}

.navbar ul li a{
    text-decoration: none;
	
    color: #fff;
    padding: 4px;
    transition: 3.5s;
}

.navbar ul li a:hover{
    box-shadow: 0 3px 50px orangered inset,0 3px 50px orangered inset,
    0 3px 50px orangered inset,0 3px 50px orangered inset;
}

.navbar .reservation{
    padding: 8px;
    background-color: orangered;
	
}

.content{
    position: absolute;
    color: #fff;
    top: 40%;
    left: 30%;
}

.m-content h3{
    font-family: sans-serif;
    font-size: 30px;
	text-align: center;
	color: white;
}

.m-content h1{
    font-size: 40px;
	color: white;
}

.m-content p{
    text-align: center;
    margin-top: 20px;
	padding-bottom: 50px;
	color:white;
	font-size: 28px;
	
	
}
.b-content p{
	
	color:white;
	width: 30%;
	font-size: 25px;
	padding-left: 35%;
	
	
	
}	

.b-content h1{
	
	color:white;
	width: 30%;
	font-size: 50px;
	padding-left: 35%;
	
	
	
}	
.iframe-container{
  display: block;
  text-align: center;
  border: 70px;

}


.m-content {
	
	padding-top: 250px;
	text-align: center;

}



body {
	background: rgba(0, 0, 0, 0.7) url('image6.jpg') center center fixed;
	background-size: cover;
	background-blend-mode: darken;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	color: orangered;
	
}


/* Menu section styles */
.menu-section {
  margin: 40px 0;
}







.menu-section h2 {
  font-size: 4em;
  margin-bottom: 20px;
  color: orangered;
}

.menu-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  
  
}

.menu-section li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  
}

.menu-section li span {
  font-weight: bold;
  
}

.menu-section li small {
  font-size: 2em;
  
}

/* Lunch section styles */
#lunch {
  background-color: #F5DEB3;
}

/* Dinner section styles */
#dinner {
  background-color: #FA8072;
}

/* Drinks section styles */
#drinks {
  background-color: #ADD8E6;
}




.contact section body {
	font-family: Arial, sans-serif;
	font-size: 20px;
	line-height: 1.5;
	color: #FF4500;
	background-color: #darken;
	margin: 0;
	padding: 0;
}





header {
	background-color: #FF4500;
	color: #fff;
	padding: 10px 20px;
}

nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

nav a {
	color: #fff;
	text-decoration: none;
	padding: 10px;
}

nav a:hover {
	background-color: #darken;
}

main {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
}

h1 {
	font-size: 36px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	color: #FF4500;
}

form {
	max-width: 600px;
	margin: 0 auto;
	color: #FF4500;
}

label {
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
textarea {
	font-size: 28px;
	padding: 10px;
	border: 2px solid #333;
	border-radius: 5px;
	width: 100%;
}

button[type="submit"] {
	background-color: #693e1d;
	color: #FF4500;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	font-size: 20px;
	margin-top: 10px;
	cursor: pointer;
}

button[type="submit"]:hover {
	background-color: #9d6a4e;
	
}

.m-content .p-image {
  width: 300px;
  align-items: center;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom:150px;
  
}

.b-content {
  text-align: center;
}



.footer {
    
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
	margin-top: 80px;
	padding-top:25px;
	height: 180px;

}

#coonect{
	
	color:white;
}

#social{
	
	color:white;
	font-size: 20px;
	padding-left: 23px;
}

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}

 .card {
    display: inline-block;
    width: 20%;
    margin-right: 5%;
    text-align: center;
    padding: 76px;
  }

  .card img {
    max-width: 70%;
  }

  .card h1 {
    font-size: 24px;
    margin: 10px 0;
  }

  .card p.price {
    font-size: 18px;
    color: white;
  }
  
  #our-menu {
    font-size: 100px;
    
	text-align: center;
	color: white;
  }
  
 #loc-contact{

	text-align: center;
	color: white;
	font-family: Times New Roman;

 }	 
 
.chip {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #f3e6e6;
  font-weight: bold;
}

.chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  
 
}

#social-m{

align-items:center;
width:50%;
height: 300px;
background-color: white;
margin: 450px;
border-radius: 25px;


}	

.res{
	
	margin-top: 15%;
	
	
}
.res h1{
	
	color:white;
}