*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	font-family: sans-serif;
	background-color: rgb(27,27,27);
	overflow-x: hidden;
}
.header{
	height: 20vh;
	position: relative;
	background-color: black;

}

.navbar{
	height: 110px;
	width: 100%;
	background-color: transparent;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
	z-index: 10;
	position: relative;
}

.navbar-box{
	display: flex;
	align-items: center;
	font-size: 2rem;
	color: white;
}

.navbar-list{
	list-style: none;
	font-size: 1rem;
	text-decoration: none;
	justify-content: space-between;
	margin: 50px;
}

.navbar-item1{
	display: inline-block;
}

.navbar-item2{
	display: inline-block;
}

.navbar-item3{
	display: inline-block;
}

.navbar-item4{
	display: inline-block;
}


.navbar-link:visited,
.navbar-link:link{
	text-decoration: none;
	color: white;
	padding: 1rem;
	transition: all .2s ease;
}

.navbar-link:hover{
	background-color: #da6b1d;
	color: white;
}

.navbar-link:visited,
.navbar-link:link{
	text-decoration: none;
	color: white;
	padding: 10px;
	border: 1px solid #da6b1d;
	border-radius: 200px;
	box-shadow: 0 0 1rem rgba(236, 118, 40, .5);
	text-shadow: 0 .3rem 1rem rgba(255,255,255,.5);
	transition: all .4s ease
}
.toggle{
	height: 5rem;
	width: 5rem;
	display: none;
}

.toggle div{
	height: 4px;
	width: 100%;
	background-color: white;
	margin: 1rem;
}

.header-container{
	width: 100%;
	height: 100%;
	background-size: cover;
	color: white;
}

.video{
	width: 100%;
	height: 100%;
	
	position: absolute;
	bottom: 0;
	right: 0;
}

#video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: -1;
}

.header-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	text-transform: uppercase;
	color: white;
}

.heading-primary{
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 3px;
}

#restaurant{
	color: #da6b1d;
	font-weight: 800;
	font-size: 8rem;
}

.book-now:visited,
.book-now:link{
	text-decoration: none;
	display: inline-block;
	color: white;
	font-size: 2rem;
	padding: 2rem;
	margin-top: 4rem;
	border:1px solid white;
	border-radius: 100px;
	transition: all .3s ease;
	box-shadow: 0 1rem 1rem rgba(240, 107, 55, .1);
	text-shadow: 0 1rem 1rem rgba(0,0,0,.6);
}

.book-now:hover{
	background-color: #da6b1d;
	border: 1px solid white;
	box-shadow: 0 0 2rem rgba(240,107,55,.8);
}

.menu {
	width: 100%;
	margin-top: 525px;
	padding: 10rem 5rem;
	background-color: saddlebrown;
}

.menu-heading{
	margin-top: -100px;
	font-size: 10rem;
	text-align: center;
	text-shadow: 0 0 1rem rgba(0,0,0,.9);
	text-transform: uppercase;
	color: white;
	font-weight: 800;
}

.menu-img{
	background-image: url(f1.jpg);
}

.menu-img2{
	background-image: url(f2.jpg);
}

.menu-grid{
	display: flex;
	grid-gap: 2rem;
}

#container2 #container3 #container4{
	display: flex;
	grid-gap: 2rem;
}

.heading-secondary{
	font-size: 7rem;
	text-transform: uppercase;
	color: white;
	text-align: center;
}

#container1{
	width: 300px;
}

	
.menu-img1{
	height: 50%;
	width: 100%;
	background-size: cover;
	background-position: left;
	background-image: url(f1.jpeg);
}

.menu-img1 h1{
	padding-bottom: 40px;
}

.menu-img1 p{
	padding-bottom: 40px;
}


.menu-img2{
	width: 100%;
	height: 50%;
	background-size: cover;
	background-position: left;
	background-image: url(f2.jpeg);
}

	
.menu-img3{

	height: 50%;
	width: 100%;
	background-size: cover;
	background-position: left;
	background-image: url(f3.jpeg);
}


.menu-img4{
	width: 100%;
	height: 50%;
	background-size: cover;
	background-position: left;
	background-image: url(f4.jpeg);
}

.menu-container{
	width: 500px;
	height: 25rem;
	background-color: tan;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 2rem rgba(0,0,0,.2);
	transition: all .4s ease;
}

.menu-container:hover{
	box-shadow: 0 0 5rem rgba(0,0,0,.4);
	transform: scale(1.07);
}

#menutext{
	font-size: 1.2rem;
	font-style: italic;
}

.menu.p{
	font-size: 1.5rem;
	padding: 1rem;
	text-align: center;
}

.menu-title{
	font-size: 2rem;
	text-align: center;
	padding-bottom: -50px;
}

.price{
	font-size: 3rem;
	margin-top: 1rem;
	text-align: center;
	color: #da6b1d
	text-shadow: 0 .4rem 2rem rgba(0,0,0,.4);
}

.contact-heading h1{
	text-align: right;
}


#bars{
	font-size: 30px;
	color: #da6b1d;

}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
  
}

.topnav .icon {
  display: none;
}

#cf {
  position:relative;
  height:281px;
  width:450px;
  margin:0 auto;
}

#cf p {
	padding: 10px;
	margin-right: 5px;
}

#cf h1{
	margin-left: -70px;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

iframe {
	width: 100%;
}

#cf img.top:hover {
  opacity:0;
}

footer{
	position: relative;
	bottom: 0;
}
.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
 
	padding: 55px 50px;
	margin-top: 80px;
}
 
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}
 
.footer-distributed .footer-left{
	width: 40%;
}
 
.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}
 
.footer-distributed h3 span{
	color:  #5383d3;
}
 
 
.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}
 
.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}
 
.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
 
 
.footer-distributed .footer-center{
	width: 35%;
}
 
.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}
 
.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}
 
.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}
 
.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}
 
.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}
 
.footer-distributed .footer-right{
	width: 20%;
}
 
.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
 
.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
 
.footer-distributed .footer-icons{
	margin-top: 25px;
}
 
.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;
 
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
 
	margin-right: 3px;
	margin-bottom: 5px;
}
 
  
@media (max-width: 880px) {


.reviews p{
	text-align: center;
}

#cf h1{
	text-align: center;
}

 
	.footer-distributed{
		font: bold 14px sans-serif;
	
	}
 
	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
 
	.footer-distributed .footer-center i{
		margin-left: 0;
	}
	.main {
		line-height: normal;
		font-size: auto;
	}
 
}

@media (max-width:952px){
	.navbar-list li a {
		font-size: 16px;
	}
}



@media screen and (max-width: 667px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
	
	
html{
	width: 100vw;
	overflow-x: hidden;
}

  .header{
	height: 20vh;
	position: relative;
	background-color: black;

}

  .menu-img{
  	background-image: url(f1.jpeg);
  }

  .best{
  	font-size: 15px;
  	font-style: italic;
  	color: #da6b1d;
  }

  #menu h1{
  	margin: -30px;
  }

  iframe{
  	width: 99%;
  	margin-left: -1px;
  }

  .map-title{
  	text-align: center;
  	padding-bottom: 5px;
  }


.menu-grid{
	display: grid;
	grid-gap: 2rem;
}

  .menu-grid{
  	margin: -40px;
  }

#menu1{
	padding: 30px;

}

#menu2{
	padding: 30px;
}

#menu3{
	padding: 30px;
}

#menu4{
	padding: 30px;
}
  #menu1 h1{
  padding-bottom: 40%;
  }

  #menutext{
  	padding-bottom: 40px;

  }

  #container1{
  	width: 100%;
  }

  #container2{
  	margin-top: -10px;
  	width: 100%;
  }

  #container3{
  	width: 100%;
  }

  #container4{
  	width: 100%;
  }


  .menu {
	width: 100%;
	margin-top: 535px;
	padding: 10rem 5rem;
}



.menu-heading{
	padding-bottom: -500px;
}

}

@media (max-width: 858px) {
	.checkbtn{
		display: block;
	}

	.navbar-box img{
		width: 200px;
	}

	.navbar-list{
		position: fixed;
		background: black;
		width: 100%;
		height: 6000vh;
		right: 0;
		top: 58px;
		left: 0;

		display: block;
		align-items: center;
		overflow: hidden;
		margin-bottom: 100px;
		position: absolute;
	
	}

	.navbar-item1{
		position: relative; left:160px; top:2px;
	}

	.navbar-item2{
		position: relative; left:160px; top:2px;
	}

	.navbar-item3{
		position: relative; left:160px; top:2px;
	}

	.navbar-item4{
		position: relative; left:153px; top:2px;
	}


	
	#restaurant{

		font-size: 2.8rem;
	}

	.navbar{
		background-color: black;
		position: fixed;
		height: 109px;
	}

	.navbar-box img{
		width: 135px;
		margin: -40px;
		margin-bottom: -10px;
	}

	.navbar-item1{
		display: block;
		margin-top: 15px;
	}

	.navbar-item2{
		display: block;
		margin-top: 40px;
	}

	.navbar-item3{
		display: block;
		margin-top: 40px;
	}

	.navbar-item4{
		display: block;
		margin-top: 35px;
	}


	#navbar-list :active{
		display: flex;
	}


.topnav #navbar-list{
	clear: both;
	max-height: 0;
	transition:max-height .2s ease-out;
}

.topnav .menu-icon{
	padding: 28px 20px;
	cursor: pointer;
}

.topnav .menu-btn{
	display: none;
}

.topnav .menu-btn:checked ~ #navbar-list{
	max-height: 240px;
}

.topnav .menu-icon .nav-icon{
	background: orange;
	display: block;
	height: 2px;
	width: 18px;
	transition: background .2s ease-out;
	position: relative;
}

.topnav .menu-icon .nav-icon:before{
	background: orange;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	transition: all .2s ease-out;
	top: 5px;
}


.topnav .menu-icon .nav-icon:after{
	background: orange;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
	top: -5px;
}

.menu-heading{
	font-size: 3rem;
	padding-top: -40px;
	text-align: center;
}

}

