#header-reserve {
	position: fixed;
	right: 40px;
}

#header-reserve a {
	background-color: #f2e9d3;
	padding: 10px 30px 15px 30px;
	text-decoration: none;
	font-weight: 500;
	display: block;
	text-align: center;
}

#header-reserve span.text {
	display: block;
	border-bottom: 1px solid #af9040;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 85%;
}

#header-reserve span.btn img {
	width: 140px;
	height: auto;
}

div.top-mainimage {
	background-size: cover;
	background-position: center;
	height: 100vh;
    width: auto;
    margin: auto;
}

div.top-mainimage h1.mainlogo {
	text-align: center;
	margin: auto;
	padding: 130px 0px 100px 0px;
	max-height: 594px;
	height: 70%;
}

div.top-mainimage h1.mainlogo img {
	max-height: 594px;
	height: 100%;
	width: auto;
}

ul.top-menu {
	margin: 25px 0px;
	width: auto;
}

ul.top-menu li {
	margin-bottom: 25px;
	display: block;
	height: 270px;
}

ul.top-menu li a {
	display: block;
	text-decoration: none;
}

ul.top-menu li div.menu-img {
	float: left;
	width: 50%;
	height: 270px;
}

ul.top-menu li div.menu-text {
	float: left;
	width: auto;
	padding: 55px 0px 0px 45px;
	text-align: left;
}

ul.top-menu li div.menu-text h2.top-title-left {
	width: 360px;
	text-align: left;
}

ul.top-menu li div.menu-text h2.top-title-left img {
	width: 100%;
	height: auto;
}

ul.top-menu li a.spa div.menu-img {
	background: url(images/top_menu_img_spa.jpg)no-repeat center center;
	background-size: cover;
}

ul.top-menu li a.beauty div.menu-img {
	background: url(images/top_menu_img_beauty.jpg)no-repeat center center;
	background-size: cover;
}

ul.top-menu li a.hair div.menu-img {
	background: url(images/top_menu_img_hair.jpg)no-repeat center center;
	background-size: cover;
}

div.top-profile-container {
	background: url(images/top_prof_bg.jpg)no-repeat center center;
	text-align: center;
	color: white;
	padding-bottom: 70px;
}

div.top-profile-container p {
	margin-bottom: 40px;
}

ul.blog-list li a {
	color: white;
}




