#restaurant_banner_1 {
	background-image: url(/src/restaurant/banner.png);
}

#restaurant_mood {
	background-image: url(/src/restaurant/restaurant_text.png);
	background-size: contain;
	background-position-x: center;
	background-position-y: top;
	background-repeat: no-repeat;
	height: 600px;
	margin-bottom: 0;
	width: 100%;
	margin-left: 40px;
}

#menu_link {
	margin-top: 20px; 
}

#fertile_island {
	margin-top: 0;
}

#fertile_island > .image {
	background-image: url(/src/restaurant/en_kai_pan.png);
	background-size: cover;
	background-position-x: center;
	background-position-y: top;
	background-repeat: no-repeat;
}

#vegetarian {
	background-image: url(/src/restaurant/parallax.png);
	background-size: cover;
	background-position-x: center;
	background-position-y: top;
	background-repeat: no-repeat;
	padding-bottom: 540px;
	position: relative;
}

#vegetarian > .absolute_text_block {
	left: 50%;
	top: 50%;
	color: #fff;
	background: transparent;
	text-align: center;
	transform: translateX(-50%) translateY(-50%);
	line-height: 39px;
}

#restaurant_tripple {
	margin-bottom: 150px;
}

#restaurant_mood_1,
#restaurant_mood_2,
#restaurant_mood_3 {
	height: 475px;
	background-repeat: no-repeat;
	background-size: cover;
}

#restaurant_mood_1 {
	background-image: url(/src/restaurant/tripple_1_1.png);
}

#restaurant_mood_2 {
	background-image: url(/src/restaurant/tripple_1_2.png);
}

#restaurant_mood_3 {
	background-image: url(/src/restaurant/tripple_1_3.png);
}

#tender_souls {
	position: relative;
	margin-top: 0;
}

#tender_souls > img {
	height: 208px;
	position: absolute;
	right: 50%;
}

#tender_souls > h3,
#tender_souls > p {
	margin-left: 50%;
	width: 300px;
	text-align: justify;
	float: left;
}

#restaurant_screen_text {
	position: relative;
	width: 446px;
	margin-left: calc((100vw - 985px) / 2);
	float: left;
	padding-top: 160px;
}

#end_pic {
	float: right;
	width: 50%;
	height: 593px;
	background-image: url(/src/restaurant/end_pic.png);
	background-size: cover;
	background-position-x: center;
	background-position-y: top;
	background-repeat: no-repeat;
	z-index: 5;
}

.footer_wrapper {
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
