html, body {
  width: 100%;
  height: 100%;
  
}
h1, h3, p {
	font-weight: 900;
}
	
body {
  	font-family: 'Roboto', sans-serif;
  	/*overflow: hidden;*/
  	padding: 0 !important;
    background-repeat: no-repeat; 
  	background-position: center;
  	-webkit-background-size: cover;
 	-moz-background-size: cover;
  	background-size: cover;
  	-o-background-size: cover;
	/*background-image: url(../img/soon/header.jpg);*/
}





/*
 * Coming soon style
 */

#logo-container {
	position: absolute;
	top: 50%;
	left: 50%;
	
}
#positioner {
	padding: 15px;
	width: 730px;
	position: absolute;
	left: -365px;
	top: -283px;
	
}

#restaurant-logo, #restaurant-text, #essimo-logo {
	//background-color: rgba(0, 0, 0, 0.7);
	background-color: rgba(255, 255, 255, 0.2);
	color: #333;
	border-shadow: 0px 0px 5px 5px;
	border: 1px solid #fff;
	padding: 10px;
	margin-bottom: 15px;
}
#restaurant-logo div {
	//height: 200px;
	//width: 180px;
	margin: 0 auto;
	
}
#restaurant-text {
	//height: 250px;
	text-align: center;
}
#restaurant-text h1 {
	font-size: 50px;
}
#essimo-logo {
	overflow: hidden;
}
#essimo-logo p {
	line-height: 24px;
}

