#header-reserve {
	right: 10px;
	top: 10px;
}

#header-reserve a {
	padding: 10px;
	color: white;
	background-color: #c59c3c;
	border-radius: 5px;
}

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


div.top-mainimage {
	display: flex;
	align-items: center;
	height: 100vh;
}

div.top-mainimage h1.mainlogo {
	width: 80%;
	height: auto;
}

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

ul.top-menu {
	width: 100%;
}

ul.top-menu li {
	height: auto;
}

ul.top-menu li div.menu-img {
	float: none;
	width: 100%;
	height: 200px;
}

ul.top-menu li div.menu-text {
	float: none;
	padding: 15px 25px 0px 25px;
}

ul.top-menu li div.menu-text h2.top-title-left {
	width: 70%;
	padding-top: 10px;
}

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

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





