.splash-top {
	background: url(../images/bg1.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 860px;
	text-align:center;
}
.splash-top{
	padding-top: 4%;
}
.splash-top h2 {
	font-size: 1.3em;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 700;
	margin: 9% 0px 0px 0px;
}
.splash-top h1 {
	font-size: 3.2em;
	color: #fff;
	font-weight: 300;
	margin: 15px 0px 0px 0px;
	letter-spacing: 4px;
}
.splash-top-bottom {
	margin-top: 10%;
}