body{
	background: #1C303B;
	font-family: 'Lato', sans-serif;
	color: white;
	font-size: 16px;
}

header{
	background: url('../../wpimages/wp6b63890a_06.jpg') no-repeat center -100px;
	background-size: cover;
	min-height: 600px;
	padding-bottom: 30px;
}
header .topbar{
	height: 50px;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
}

header .mainText{
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-shadow: 2px 2px 3px #666;
	display: block;
	margin-top: 350px;
	max-width: 600px;
}

.mainHeading{
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:15px;
	text-transform: uppercase;
}


.mainTitle{
	display: block;
	margin: 10px 0px;
	color: white;
	font-size: 24px;
	text-shadow: 1px 1px 2px #000;
	padding: 10px;
	border-bottom: solid 1px #CCC;
}
