@charset "UTF-8";

html { font-size:100%; } 

a:link {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #ffffff;
}
a:visited {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #ffffff;
}
a:hover {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #FF4D00;	
}

a {
	text-decoration: none;
}

h1 {
	font-family: "Helvetica Neue", "sans-serif";
	font-size: 24px;
	color: #022e6d;
}
h2 {
	font-family: "Helvetica Neue", "sans-serif";
	font-size: 18px;
	color: #022e6d;
}
h3 {
	font-family: "Helvetica Neue", "sans-serif";
	font-size: 14px;
	color: #022e6d;
}
h4 {
	font-family: "Helvetica Neue", "sans-serif";
	font-size: 20px;
	color: #FFF;
}
h5 {
	font-family: "Helvetica Neue", "sans-serif";
	font-size: 16px;
	color: #FFF;
}
h6 {
	font-family: "Helvetica Neue", "sans-serif";
	font-size: 12px;
	color: #FFF;
}
li {
	margin: 0.5em 0;
}

/*Mobile View below 760*/
@media (max-width: 760px){
	
	body {
		font-size: 1rem;
		color: #000000;
	}



	
.MovieBoxBig {
	position: relative;
	/*padding-bottom: 37.5%; */  /* 16:6 */
	padding-bottom: 56.25%;      /* 16:9 */
	padding-top: 5px;
	height: 0;
	background-color: #000000;

}


.MovieBoxBig video  {
	display: block;
    margin: auto;
}



.Line1 {
	width: 100%;
	height: 4px;
	position: relative;
	background-color: #000000;
}
	


#CopyrightDesk {
	width: 100%;
	height: 400px;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	line-height: 20px;
	font-size: small;
}


}

/*Tablet1 View from 761 to 1200 GREEN*/
@media (min-width: 761px) and (max-width: 1200px){

	body {
		font-size: 1rem;
		color: #000000;
	}





.MovieBoxBig {
	position: relative;
	/*padding-bottom: 37.5%; */  /* 16:6 */
	padding-bottom: 56.25%;      /* 16:9 */
	padding-top: 5px;
	height: 0;
	background-color: #000000;

}

.MovieBoxBig video  {
	display: block;
    margin: auto;
}



.Line1 {
	width: 100%;
	height: 4px;
	position: relative;
	background-color: #000000;
}
	


#CopyrightDesk {
	width: 100%;
	height: 400px;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	line-height: 20px;
	font-size: medium;
}



}




/*Desktop1 View Above 1201 */
@media screen and (min-width: 1201px) {
		
	body {
		font-size: 1rem;
		background-color: #000000;
	}


.MovieBoxBig {
	position: relative;
	/*padding-bottom: 37.5%; */  /* 16:6 */
	padding-bottom: 56.25%;      /* 16:9 */
	padding-top: 5px;
	height: 0;
	background-color: #000000;
}


.MovieBoxBig video  {
	display: block;
    margin: auto;
}




.Line1 {
	width: 100%;
	height: 4px;
	position: relative;
	background-color: #000000;
}
	


#CopyrightDesk {
	width: 100%;
	height: 400px;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	line-height: 20px;
	font-size: medium;
}


}