@charset "UTF-8";
/* CSS Document */
.app-background {
	background-color:#9ce025; /* green */
}
.panel-background {
	background-color:#9fe757; /* light green */
}
.info-panel {
	width: 380px;
	height: 400px;
	float:left;
}
.photo-panel {
	width: 380px;
	height: 340px;
	padding-bottom:10px;
	float:left;
}
.name-panel {
	width: 340px;
	height: 60px;
	position:relative;
	padding-left: 25px;
	padding-right:15px;
	padding-top: 30px;
	vertical-align:top;
	float:left;
	clear:left;
}
.quote-panel {
	width: 465px;
	height: 400px;
	vertical-align:top;
	float:left;
}
.quote {
	font-family:Museo500;
	font-size: 32px;
	color: white;
}
.title {
	font-family: Museo700;
	font-size: 17px;
	color: white;
	padding-bottom: 2px;
}
.subtitle {
	font-family: Museo500;
	font-size: 13px;
	color: black;
	padding-bottom: 15px;
}
.text {
	font-family: Helvetica;
	font-size: 13px;
	color: white;
}
.menu-link,.menu-link:visited,.menu-link:link {
	color: #4e722b;
}
.menu-link:hover {
	color: white;
}
.hide-button-link, 
.hide-button-link-active {
	color:#4e722b;
}
.hide-button-link:link, .hide-button-link:visited, 
.hide-button-link-active:link,.hide-button-link-active:visited {
	color:#4e722b;
}