.header {
	background-color: #3c5a66;
	overflow: hidden;
    position: relative;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

.logo img {
   height: 50px;
}

.tel p {
	text-align: right;
	margin-top: 20px;
	font-weight: 200;
	color: #fff;
}


.restaurant-image {
	height: 500px;
	background: url('../img/background.jpg') center center no-repeat;
	background-size: cover;
	z-index: 900;
} 

.img-info {
	background-color: rgba(0,0,0,0.5);
	min-height: 50px;
}

.img-info p {
	color: #fff;
	font-size: 30px;
	font-weight: 100 !important;
	padding: 5px 0px 0px 10px;
}



.information {
	background-color: #fff;
	padding: 60px 0px 0px 0px;
	overflow: hidden;
    position: relative;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

.images img {
	border: 3px solid #3c5a66;
}

footer {
	margin: 50px 0;
}

.green {
	color: #73b21f;
}

 @media only screen and (max-width: 767px) {
 
	 .img-info p {
	font-size: 20px;
     }
 }
 
