@charset "UTF-8";
/* CSS Document */

.app-background {
	background-color:#ff26b3; /* purple */
}
.panel-background {
	background-color:#ff59cd; /* light purple */
}
.photo-panel {
	width: 381px;
	height: 400px;
	float:left;
}
.quote {
	width: 645px;
	height: 400px;
	vertical-align:top;
	float:left;
	font-size: 43px;
	font-weight:500;
	color: white;
}
.quote2 {
	width: 470px;
	height: 120px;
	vertical-align:top;
	float:left;
	font-size: 30px;
	font-weight:500;
	color: white;
}
.info-panel {
	width: 250px;
	height: 285px;
	padding-right:10px;
	vertical-align:top;
	float:left;
}
.horizontal-divider {
	width: 180px;
	height:10px;
	float:left;
}
.accom-menu {
	width: 195px;
	position:relative;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align:top;
	float:left;
}
.title {
	font-size: 30px;
	font-weight:500;
	color: white;
}
.subtitle {
	font-size: 14px;
	color: #5b033d;
	padding-bottom: 15px;
}
.rate {
	font-family:Museo300;
	font-size: 26px;
	clear:left;
	color: white;
}
.price {
	font-family:Helvetica;
	font-size: 14px;
	color: #5b033d;
}
.hi-price {
	font-family:Helvetica;
	font-size: 11px;
	width: 550px;
	clear:left;
	float:left;
	padding-top:15px;
	color: #5b033d;
}
.text {
	font-size: 14px;
	color: #5b033d;
}
.title2 {
	font-size: 26px;
	font-weight:300;
	color: white;
	padding-bottom: 2px;
}
.subtitle2 {
	font-family:Helvetica;
	font-size: 17px;
	color: white;
	padding-bottom: 15px;
}
.text2 {
	font-family: Helvetica;
	font-size: 12px;
	color: white;
	padding-left: 20px;
}
.link {
	line-height:150%;
	color: #5b033d;
}
.link:link,.link:visited {
	color:#5b033d;
}
.link:hover,.link:active {
	color:white;
}
.link-active {
	line-height:150%;
	color: white;
}
.menu-link,.menu-link:visited,.menu-link:link {
	color: #5b033d;
}
.menu-link:hover {
	color: white;
}
.hide-button-link, 
.hide-button-link-active {
	color:#5b033d;
}
.hide-button-link:link, .hide-button-link:visited, 
.hide-button-link-active:link,.hide-button-link-active:visited {
	color:#5b033d;
}