body{
	padding: 0px;
	margin: 0px;
}

a{
	text-decoration: none;
	color: inherit;
}

h1{
	width: 60vw;
	font-family: playfair-display,serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22pt;
	line-height: 27pt;
	color: #3c3c3c;
}

h2{
	width: 60vw;
	font-family: lato,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14pt;
	color: #3c3c3c;
}

h3{
	font-family: playfair-display,serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25pt;
	color: #3c3c3c;
}

.contact h3{
	color: white;
	font-family: playfair-display,serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20pt;
}

.contact h4{
	color: white;
	font-family: lato,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12pt;
	line-height: 13pt;
}


.logo{
	width: 80px;
	padding-bottom: 100px;
}

.lang{
	float: right;
	font-family: lato,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14pt;
}

.lang:hover {
	cursor: pointer;
}


.landing{
	height: auto;
	min-height: 50vh;
	padding: 20px;
}

.grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
}

.food{
	margin: 10px;
	overflow: hidden;
	position: relative;
	min-height: 300px;
	height: 40vh;
}

.service{
	margin: 10px;
	overflow: hidden;
	position: relative;
	min-height: 300px;
	height: 40vh
}

.banner{
	object-fit: cover;
	width:100%;
    height:100%;
    object-position: center;
    opacity: .4;
}

.food:hover .banner{
	opacity: .6;
	cursor: pointer;
}

.service:hover .banner{
	opacity: .6;
	cursor: pointer;
}

.banner_text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.contact{
	background-color: #333333;
	min-height: 300px;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 130px auto auto;
}

.social{
	text-align: center;
	padding: 11%;
	justify-content: center;
	align-content: center;
	text-align: center;
}

.icon_inline{
	display: inline;
	justify-content: center;
	align-content: center;
}

.icon{
	 display: inline-block;
	height: 40px;
}

.icon_wrap{
	display: inline-block;
	padding: 15px;
}

.contact_text{
	text-align: center;
	margin-top: 50px;
}

.contact_text2{
	grid-column: 1/2;
	grid-row: 3/4;
	text-align: center;
	padding: 50px 50px 50px 50px;
}

.map{
	min-height: 300px;
}


@media (max-width: 900px) {

.grid{
	grid-template-columns: 1fr;
	grid-template-rows: auto auto auto 50vh;
}

h1{
	width: auto;
	font-size: 20pt;
}

h2{
	width: auto;
	font-size: 12pt;
}

.logo{
	width: 80px;
	padding-bottom: 100px;
}

.landing{
	height: auto;
	min-height: 50vh;
	padding: 20px;
}


}