* { margin:0; padding:0; } /* to remove the top and left whitespace */

html {
	font-family: Nexa, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: large;
}

body {
	background: url("images/backdrop.jpg") no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


canvas {
	display: block;
	max-width:100%;
	height:auto;
}

a {
	color: #EE0036;
}

a:hover { color: #FFFFFF; }


p {
	margin-top: 6px;
	text-shadow: 2px 2px #000000;
}

h1 {
	font-family: Nexa, sans-serif;
	font-weight: normal;
	color: #EE0036;
	text-shadow: 2px 2px #000000;
}

hr {
	width:100%;
	color: #EE0036;
	border: 2px solid;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 2px 2px #000000;
}

img { max-width:100%; height:auto }


#logo {
	max-width:80%;
	position:relative;
	display: block;
    padding-top: 30px;
    margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#greenlightLink {
	position:relative;
	text-align:center;
	margin-top: 50px;
}

#trailerHolder {
	position:relative;
	max-width:80%;
	margin-top: 50px;
	margin-left:auto;
	margin-right: auto;
}

#promo-small {
	margin-left:auto;
	margin-right: auto;
}

#textBoxes {
	position:relative;
	width: 80%;
	height:auto;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1%;
}

#canvasHolder {
	position:fixed;
	bottom:30%;
	
}

#grid {
	position: relative;
	width: 80%;
	max-width: 1280;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#emailConfirmation {
	position: relative;
	width: 50%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#addendum {
	text-align:center;
	position:relative;
	max-width:80%;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left:auto;
	margin-right: auto;
}

.trailer {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.trailer iframe,
.trailer object,
.trailer embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cssTable {
	display:table;
	text-shadow: 2px 2px #000000;
}

.cssCell {
	position: relative;
	display:table-cell;
	width:50%;
	height:100%;
	padding: 15px;
}

.cssCellBorder {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	height: 100%;
	padding: 15px;
	border:  5px solid;
	border-radius: 15px;
	border-color: #EE0036;
	box-shadow: 2px 2px #000000;
}




.clear {
	clear: both;
}

@font-face {
	font-family: "Nexa";
	src: url("Nexa_Free_Bold.otf");
}