.st-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: 'Josefin Slab', 'Myriad Pro', Arial, sans-serif;
	
}

.content_container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: 'Josefin Slab', 'Myriad Pro', Arial, sans-serif;
	
}

.st-panel {
	position: relative;
	width: 100%;
	height: 100%;
	background: url('../background_small.jpg');
	background-repeat: no-repeat;
	background-position: center;
}




.st-panel h2 {
	color: #0f2133;
	text-shadow: 1px 1px 1px rgba(151,24,64,0.2);
	position: absolute;
	font-size: 54px;
	font-weight: 900;
	width: 80%;
	left: 10%;
	text-align: center;
	line-height: 50px;
	margin: -70px 0 0 0;
	padding: 0;
	top: 50%;

}

.st-panel h3 {
	position: absolute;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	color: #8b8b8b;
	padding: 0;
	width: 50%;
	left: 25%;
	top: 50%;
	margin: 10px 0 0 0;
	
}

.st-panel p1 {
	position: absolute;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #8b8b8b;
	padding: 0;
	width: 50%;
	left: 25%;
	top: 60%;
	margin: 10px 0 0 0;
	
}

.st-panel p2 {
	position: absolute;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #8b8b8b;
	padding: 0;
	width: 50%;
	left: 25%;
	top: 70%;
	margin: 10px 0 0 0;
	
}

.footer {
	position: absolute;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	padding: 0;
	width: 50%;
	left: 25%;
	top: 90%;
	margin: 10px 0 0 0;
	
}
