html, body {
    width: 100%;
	max-width: 1400px;
	min-height: 100vh;
	overflow-x: hidden;
    margin: auto;
    padding: 0px;
	background: white;
	position: relative;
	scroll-behavior: smooth;
}

#popupAdvert {
	width: 45%;
	max-width: 450px;
	position: fixed;
	z-index: 4;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: 0.3s;
	pointer-events: all;
}

.popupAdvert {
	width: 100%;
	display: block;
}

#popupBack {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	background: black;
	opacity: 0.5;
	transition: 0.3s;
	pointer-events: all;
}

#closeAdBtn {
	height: 5%;
	width: 19%;
	position: absolute;
	bottom: 4%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 5;
	cursor: pointer;
	pointer-events: all;
}




.menu {
	width: 100vw;
	max-width: 1400px;
	height: auto;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
}

.menuItem {
	width: 100vw;
	max-width: 1400px;
	position: fixed;
	top: 1.9vw;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 2;
	cursor: pointer;
}

.homeLink {
	height: 3.5vw;
	max-height: 50px;
	width: 12.6%;
	position: absolute;
	left: 4.5%;
	transform: translate(0, -30%);
	cursor: pointer;
}

#menuItem {
	width: 35%;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
}

#menuItemHover {
	width: 35%;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	display: none;
}

.menuLang {
	width: 100vw;
	max-width: 1400px;
	position: fixed;
	top: 1.7vw;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 2;
	cursor: pointer;
}

#menuLang {
	width: 1.5%;
	height: auto;
	position: absolute;
	top: 0;
	right: 5vw;
	display: block;
}

#menuLangHover {
	width: 15%;
	height: auto;
	position: absolute;
	top: 0;
	right: 4.5vw;
	display: none;
}

@media only screen and (min-width: 1400px) {
	.menuItem {
		top: 27px;
	}
	
	.menuLang {
		top: 25px;
	}
}

.booking {
	position: relative;
}

.bookingArrow {
	position: absolute;
	height: 10%;
	width: 3%;
	cursor: pointer;
	bottom: 17%;
	left: 50%;
	transform: translate(-50%, 0);
}

#location {
	position: relative;
}

.locationMap {
	width: 90.2%;
	height: 39.4%;
	position: absolute;
	bottom: 9.6%;
	left: 50%;
	transform: translate(-50%, 0);
}

.features {
	position: relative;
}

.covidBtn {
	height: 58%;
	width: 12.2%;
	position: absolute;
	top: 22%;
	right: 20.6%;
	cursor: pointer;
}

.covidHover {
	opacity: 0;
	transition: 0.3s;
}

.covidBtn:hover .covidHover {
	opacity: 1;
}

.dining {
	position: relative;
}

.restaurant1Btn {
	position: absolute;
	height: 7.2%;
	width: 13%;
	bottom: 15.6%;
	left: 50%;
	transform: translate(-50%, 0);
	cursor: pointer;
}





