

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	margin-top: 0px;
	padding: 0;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000128;
}

.main-image {

	margin-top: -50px;


}

.vid-tease {
	margin: 0px auto;
	padding: 25px;
	background: #000;
	background-image: url("../video/vid_background.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.footer {
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
}

.form-container a {
	color: #ffffff;
}

.footer a {
	color: #ffffff;
}

.footer a: hover {
	text-decoration: underline;
}






