* {
	margin: 0;
	border: 0;
	padding: 0;
}

/* header {
	width: 100%;
	height: 100px;
	background-color: black;
	overflow: hidden;
	*zoom: 1;
	position: fixed;
	top: 0;
	z-index: 999;

}

.headerlogo {
	width: 300px;
	height: 100px;
	float: left;
	margin-left: 5%;
}

.headerlogo img {
	width: 300px;
	margin-top: 20px;
}

.headernav {
	float: right;
	margin-right: 6%;
	height: 100px;
}

.nav-item {

	height: 100px;
	line-height: 80px;
	/*border:1px red solid;
}

.nav-link {
	color: white;
}

.tixs {
	background-color: #bb4912;
}

.trailer {
	background-color: #0836c1;
}

.donate {
	background-color: #e0972b;
}

.banner {
	height: 753px;
	width: 100%;

} */
.top{
	height: 85px;
}
video {
	/* height: 810px; */
	width: 100%;
}

.page2 {
	height: 850px;
    margin-top: -6px;
}

.page2Top {
	height: 50%;

	text-align: center;
	background-color: black;
}

.page2TopPre {
	height: 50%;

	padding-top: 90px;
	color: #e0972b;
	font-size: 50px;
	font-family: 'Raleway', sans-serif;
}

.page2TopNoun {
	font-size: 20px;
	font-family: 'Raleway';
	color: white;
}

.page2Bottom {
	height: 50%;
	font-size: 17px;
	font-family: 'Raleway';
	background-color: #e0972b;
	color: white;
	padding-top: 50px;
	text-align: center;
	padding-left:
}

.page2Bottom p {
	width: 50%;
	margin: 60px auto;
}

.page3 {
	height: 850px;
	background: black;
	color: white;
	font-family: 'Raleway';
	font-size: 17px;
	overflow: hidden;
	zoom: 1;
}

.page3Left {
	height: 400px;
	width: 30%;
	float: left;
	margin-top: 30%;
	margin-left: 5%;
	font-style: italic;
}

.page3Right {
	float: right;
	width: 55%;
	height: 400px;
	margin-top: 10%;

}

.page4 {
	height: 850px;
	background: #282828;
	color: white;
	font-family: 'Raleway';
	font-size: 17px;
	overflow: hidden;
	zoom: 1;
}

.page4Left {
	float: left;
	width: 55%;
	height: 400px;
	margin-top: 10%;

}

.page4Right {
	height: 400px;
	width: 40%;

	margin-top: 30%;
	margin-left: 50%;
	font-style: italic;
}



@media screen and (max-width: 1050px){

	/*page3*/
	.page3{
		height: 70%;
	}
	.page3Left {
		width: 40%;
		margin-top: 30%;
	}
	.page3Right img{
		width: 90%;
		margin-top: 10%;
	}
   /*page4*/
	.page4{
		height: 70%;
	}
	.page4Left img{
	width: 85%;
		margin-top: 10%;
}
	.page4Right{
		width: 30%;
	}
/*page5*/
	.page5{
		height: 70%;
	}
	.page5Left {
		width: 40%;
		padding-top: 10%;
	}
	.page5Right img{
		width: 90%;
		margin-top: 20%;
	}

	/*page6*/
	.page6{
		height: 50%;
	}
	.page6Left img{
		width: 85%;
		margin-top: 20%;
	}
	.page6Right{
		width: 30%;
		padding-top: 10%;
	}


}

.page5 {
	height: 850px;
	background: black;
	color: white;
	font-family: 'Raleway';
	font-size: 17px;
	overflow: hidden;
	zoom: 1;
}

.page5Left {
	height: 400px;
	width: 30%;
	float: left;
	margin-top: 30%;
	margin-left: 5%;
	font-style: italic;
}

.page5Right {
	float: right;
	width: 55%;
	height: 400px;
	margin-top: 10%;

}

.page6 {
	height: 850px;
	background: #282828;
	color: white;
	font-family: 'Raleway';
	font-size: 17px;
	overflow: hidden;
	zoom: 1;
}

.page6Left {
	float: left;
	width: 55%;
	height: 400px;
	margin-top: 10%;


}

.page6Right {
	height: 400px;
	width: 30%;
	float: right;
	margin-top: 30%;
	margin-right: 10%;
	font-style: italic;
}

.bottom {
	background: black;
	height: 300px;
}

button {
	width: 220px;
	height: 70px;
	background-color: #e0972b;
	color: white;
	margin-top: 8%;
	margin-left: 40%;
}

/* postcard */
.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 10;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.dialog_content {
	display: none;
	position: fixed;
	top: 22%;
	left: 28%;
	width: 45%;
	background-color: white;
	z-index: 11;
	overflow: auto;
	/* border: 1px solid #ADD8E6; */
	text-align: right;
	box-shadow: #000000 5px 5px 5px;
	border-radius: 20px;
}

.postcard {
	width: 100%;
}

.cancel {
	color: white;
	position: absolute;
	left: 95%;
	top: 5px;
}

.interlogo img {
	width: 10%;
	/* height: 44px; */
	position: absolute;
	left: 88%;
	top: 84%;
}

.postlink {
	font-family: "Franklin Gothic Medium";
	font-size: 1.2vw;
	position: absolute;
	left: 83%;
}

.postlink:hover {
	color: white;
	text-decoration: none;
}

.cslogo {
	width: 38%;
	position: absolute;
	top: 76%;
	left: 41%;
}
