/* Main header Page on Home Page */

body,
html
{
    height: 100%;
}

*{box-sizing: border-box;}
body{ margin: 0;
 font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 1rem;
	line-height: 1.5;
	color: #333;
	overflow-x: hidden;
}

.video-header{height: 100vh;
         display: flex;
	     align-items: center;
	     color: #fff;
    overflow: hidden;
}

.wrap{
	max-width: 960px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin:auto;
	text-align: center;
	overflow: hidden;

}
.fullscreen-video-wrap{
position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	overflow: hidden;
  z-index: -3;

}
.fullscreen-video-wrap video{
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;

}

h6.text-primary.menu-price {
  color: black;
}
.header-overlay{
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) , rgba(127, 127, 214, 0.6));
	opacity: 0.80;

}



.header-content{
	  margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 2;

}

.header-content h1{
	font-size: 50px;
	margin-bottom: 0;

}
.header-content p{
	font-size: 1.5rem;
	display: block;
	padding-bottom: 2rem;
	margin-top: 10px;
}






.navbar{
  z-index: 10;


}




.main-header1 {
 max-width: 100vw;
 margin: 0 auto;
 background-color: orange;
 height: 40vh;
 background-image: url('../images/salad2.jpg');
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center bottom;
 background-attachment: fixed;
 margin: 0;
}


.header-content1 {
    text-shadow: 10px 10px 10px rgba(0,0,0, 1);
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 9rem;
    color: white;
    background-image: linear-gradient(to top, rgba(0,0,0,0.6) , rgba(0,0,0,0.3));
    background-size: cover;
    background-position: top;
    height: 40vh;

}









.menu-item {
  margin-bottom: 30px;
 }
  .menu-item img {

    width: 100px;
    border-radius: 50%; }
  .menu-item .menu-price {
    font-family: "Playfair Display", serif;
    font-size: 20px; }





.navbar-toggler collapsed{
  background-color: white;
  color: white;
}

#Container
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 10%;
}



#Container div
{
    position: relative;
    z-index: 1;
}


#openNav
{
    float: left;
}

.general-overlay {
  height: 10vh;
	width: 100vw;


	background: rgba(34,33,33,0.65);
	opacity: 0.80;
}
