body {
	background-image: url('../images/horizon.jpg');
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000;
}

.overlay {
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.6;
	z-index: -9999;
	position: fixed;
}

h1 {
	color: #eee;
	font-family: helvetica;
	font-size: 100px;
	font-weight: bold;
	display: inline-block;
}

h2 {
	color: #eee;
	font-family: helvetica;
	font-size: 36px;
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	display: inline-block;
}

footer span {
	font-family: serif;
	font-size: 24px;
	color: #eee;
}

.videoBoxWrapper{
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}

.textBox {
	width: 90%;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-word;
}

.textBox p {
	font-family: serif;
	font-size: 24px;
	color: #ddd;
	line-height: 1.4;
}

.otherVideos {
	max-width: 90%;
	margin: 0 auto;
}

.otherVideos .vids {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

footer {
	border-top: 1px solid #ccc;
}

.contact form label {
	display: none;
}

.contact form input {
	margin-top: 20px;
	width: 90%;
	max-width: 586px;
	padding: 8px;
	background-color: #ddd;
	border: 3px solid #FE9A2E;
	border-radius: 2px;
	font-weight: bold;
	font-size: 18px;
	font-family: serif;

}

.contact form textarea {
	display: block;
	background-color: #ddd;
	border: 3px solid #FE9A2E;
	margin-top: 20px !important;
	margin: 0 auto;
	width: 90%;
	max-width: 586px;
	height: 150px;
	padding: 8px;
	border-radius: 2px;
	font-weight: bold;
	font-size: 18px;
	font-family: serif;
}

.contact form .submit-button {
	background-color: #FE9A2E;
	transition: .25s;
	font-weight: bold;
    font-size: 20px;
    padding: 5px;
    color: #fff;
}

.contact form .submit-button:hover {
	background-color: #DF7401;
	border: 3px solid #DF7401;
}