html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------------------------------------------*/

header img {
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	width: 290px;
	display: block;
}

body {
  background-image: url("Background.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

#main {
	margin: 0 auto;
	max-width: 850px;
	font-family: Quicksand;
}

#textone h1 {
	margin-top: 35px;
	text-align: center;
	font-size: 24px;
}

.container {
	display: flex;
}

.video iframe {
	margin-top: 35px;
	width: 380px;
	height: 214px;
}

#videoone {
	margin-right: 22px;
}

.video h2 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #CC171A;
}

#texttwo {
	width: 380px;
}

#texttwo h3 {
	margin-top: 29px;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
}

#texttwo p{
	margin-top: 20px;
	font-size: 16px;
	line-height: 23px;
}

#trailer {
	margin-top: 35px;
	width: 100%;
}

#countdown {
	border: 2px solid;
	border-color: #CC171A;
	text-align: center;
	font-family: proxima-nova, sans-serif;
}

#countdown h4 {
	margin-top: 20px;

	color: #CC171A;
}

/*#countdown div {*/
/*	margin-top: 10px;*/
/*	display: inline-block;*/
/*	padding: 15px;*/
/*	font-size: 80px;*/
/*	color: #000000;*/
/*}*/

span {
  display: block;
	font-size: 14px;
	color: #CC171A;
}

#videotwo {
	margin-right: 22px;
}

footer {
	margin-bottom: 35px;
}

@media only screen and (max-width: 900px) {
	#main {
		margin: 0 20px;
		width: auto;
	}

	.container {
		flex-wrap: wrap;
	}
}
