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



.caption {
	position:relative; /*remove for mobile*/
	top:60px;
	left:0;
	right:0;
	bottom:0;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 0px;
	overflow:auto;
}
.hero h1 {
	font-size: 32px;
	color: #FFFFFF;
	text-shadow: none;
	text-align: center;
}
.hero p {
	font-size: 18px;
	color: #FFFFFF;
	text-shadow: none;
	text-align: center;
}

.visible-mobile {
display: inline !important;
}

.hidden-mobile {
display: none !important;
}

.logowrapper {
	float: left;
	width: 5%;
	height: 40px;
	padding: 10px;
}

.logowrapper img {
	max-height: 40px;
	max-width: 40px;
	min-width: 40px;
	min-height: 40px;
}
.centertitlewrapper {
	width:50%;
	position: absolute;
	height: 60px;
	left: 25%;
}
