*{
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}

body{
	background-color:rgb(245,245,245);
	/*color:rgb(70,70,);*/
	background-color:#FFE000;
	background-color:#71AC83;
/*	background-color:powderblue;*/
	background-color:rgb(245,245,245);
	background:linear-gradient(90deg,powderblue,pink);
	background:linear-gradient(90deg,rgb(3, 252, 198),rgb(238, 148, 242));
	background:linear-gradient(90deg,rgb(3, 252, 198),rgb(238, 148, 242));
	overflow-x:hidden;
}

body,html{
	min-height:100%;
	background-repeat:no-repeat;
}

a{text-decoration:none;color:white;}
a:active{text-decoration:none;color:white;}
a:visited{text-decoration:none;color:white;}
a:hover{text-decoration:none;color:white;}
a:link{text-decoration:none;color:white;}
/*This is to offset the logo from moving slightly when in an link*/
a{position:relative; top:3px;}

#header{
	background-color:rgba(255,80,59,1);
	width:100%;
	min-width:200px;
	height:60px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	margin:auto;
	padding:20px;
	z-index:1;
	transition:all 0.4s ease-in-out;
	display:flex;
	align-items:center;
	justify-content:space-between;
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	-webkit-justify-content:space-between;
	-webkit-align-items:center;
}

#logo{
	height:35px;
}

#menubox{
	background-color:;
	height:50px;
	width:150px;
	text-align:right;
}

#menuicon{
	width:50px;
	height:50px;
	cursor:pointer;
}

#menulist{
	background-color:;
	width:inherit;
	list-style:none;
	font-size:20px;
	font-family: 'Oswald';
	height:0px;
	overflow:hidden;
	padding:0px;
	text-transform:uppercase;
	cursor:pointer;
	transition:all 0.4s ease-in-out;
}

#menulist li{
	background-color:rgba(255,80,59,1);
	padding-right:4px;
}

#menulist li:hover{
	color:#FFE000;
	color:rgb(50,50,50);
}

#menulist li{
	border-bottom:1px solid white;
}

#aboutbox{
	background-color:white;
	width:90%;
	max-width:1800px;
	min-width:300px;
	height:auto;
	margin:0px auto;
	margin-top:72px;
	box-shadow:-1px 1px 4px rgba(0,0,0,0.2);
	border-radius:3px;
	font-size:16px;
	padding:8px;
	color:rgb(70,70,70);
	transition:all 0.2s ease-in-out;
}

#aboutbox h1{
	color:black;
	display:block;
	font-size:22px;
	text-transform:uppercase;
	text-decoration:underline;
	text-decoration-color:#FF503B;
	margin-bottom:2px;
}

#grid{
	background-color:;
	display:grid;
	grid-template-columns:repeat(auto-fill,minmax(160px,1fr));
	grid-template-rows:repeat(auto-fill,minmax(200px,1fr));
	grid-auto-rows:200px;
	width:90%;
	max-width:1800px;
	min-width:380px;
	margin:12px auto 0px;
	grid-gap:8px;
	margin-bottom:100px;
}

/*#tv{
	background-color:white;
	grid-column:1 / 5;
	grid-row:1 / 3;
	border-radius:3px;
	box-shadow:2px 0px 4px rgba(0,0,0,0.4);
	overflow:hidden;
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:0px;
	margin:0px;
	border:0px solid white;
	position:relative;
}

.videocontainer{
	background-color:;
	width:100%;
	height:calc(85% - 8px);
	display:block;
	border-radius:3px;
	position:relative;
	overflow:hidden;
}

.videotunnel{
	background-color:;
	height:100%;
	width:100%;
	transition:all 0.5s ease-in-out;
	position:relative;
	overflow:hidden;
}

#videotunnel video{
	width:400px;
	border-radius:3px;
	float:left;
	display:inline-block;
}

#videobanner{
	background-color:#FF008D;
	width:220px;
	height:20px;
	font-size:10px;
	line-height:14px;
	color:white;
	text-align:center;
	position:absolute;
	top:140px;
	left:-20px;
	transform:rotate(-45deg);
	transform-origin:0 0;
	box-shadow:0px -2px 4px rgba(0,0,0,0.3);
	text-transform:uppercase;
	letter-spacing:2px;
	display:flex;
	justify-content:center;
	align-items:center;
}*/

.bar{
	background-color:white;
	display:block;
	height:calc(3% - 2px);
	width:100%;
	cursor:pointer;
	margin-top:2px;
	position:relative;
}

.progress{
	background-color:#FF008D;
	height:14px;
	width:0%;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
}

.buffbar{
	width:0%;
	height:14px;
	background-color:rgb(200,200,200);
}

.videoinfo{
	border-top:1px solid #FF008D;
	margin-top:2px;
	width:100%;
	display:flex;
	align-items:center;
	height:12%;
	padding:4px;
	color:#FF008D;
}

.playbutton{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-position:center;
	object-fit:cover;
}

.playbutton:hover{
	transform:scale(0.9);
}

#forwardbutton{
	width:30px;
	height:30px;
	position:absolute;
	bottom:4px;
	right:4px;
	margin:4px;
}

#backwardbutton{
	width:30px;
	height:30px;
	position:absolute;
	bottom:4px;
	right:40px;
	margin:4px;
}

#forwardbutton:hover, #backwardbutton:hover{
	opacity:0.6;
	transform:scale(1.1);
	cursor:pointer;
}

.postercontainer{
	border-radius:3px;
	padding:0px;
	position:relative;
	position:relative;
	perspective:700px;
	grid-row:span 2;
}

.postercontainer:nth-child(even){
	transform:rotate(2deg);
}

.postercontainer:nth-child(odd){
	transform:rotate(-2deg);
}

.postercontainer:hover .poster{
	transform: rotateY(180deg);
}

.poster{
	width:100%;
	height:100%;
	top:0;
	left:0;
	transition:all 0.3s ease-in-out;
	transform-style:preserve-3d;
	-webkit-transform-style:preserve-3d;
	border:1px solid black;
	box-shadow:2px 0px 4px rgba(0,0,0,0.4);
	border-radius:3px;
}

.posterfront{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	overflow:hidden;
}

.posterfront img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:50% 50%;
	opacity:1;
	transition:all 0.1s ease-in-out;
}

.posterback{
	background-color:#FF008D;
	color:white;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:4px;
	text-align:center;
	transform:rotateY(180deg);
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}

#footer{
	background-color:#FF008D;
	position:relative;
	color:white;
	height:40px;
	width:100%;
	position:relative;
	bottom:0px;
	left:0px;
	font-family:Oswald;
	font-size:12px;
	text-align:center;
	margin-top:40px;

	background-color:#FF008D;
	position:relative;
	color:white;
	height:40px;
	width:100%;
	position:fixed;
	bottom:0px;
	left:0px;
	font-family:Oswald;
	font-size:12px;
	text-align:center;

}

#footer a{
	margin-right:10px;
}

#footer img{
	height:30px;
	transition:all 0.3s ease-in-out;
	margin-top:2px;
}

#footer img:hover{
	transform:rotate(360deg);
}
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/

/*SSMALL SCREEN SIZE ADAPTATIO*/

@media screen and (max-width:800px){
	#grid{
		background-color:;
		grid-template-columns:repeat(auto-fill,minmax(100px,1fr));
		grid-template-rows:repeat(auto-fill,minmax(120px,1fr));
		grid-auto-rows:120px;
		min-width:300px;
	}

	.posterback{
		font-size:10px;
	}
}

/*SCREEN ADAPTING*//*SCREEN ADAPTING*//*SCREEN ADAPTING*//*SCREEN ADAPTING*//*SCREEN ADAPTING*/
/*SCREEN ADAPTING*//*SCREEN ADAPTING*//*SCREEN ADAPTING*//*SCREEN ADAPTING*//*SCREEN ADAPTING*/


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

	#logo{
		height:20px;
	}

	#menubox{
		width:100px;
	}

	#tv{
		display:none;
	}
}
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/


/* FALLBACK FOR BROWSERS THAT DONS SUPPORT GRID */
@supports not (display:grid){
	#grid{
		background-color:;
		width:90%;
		height:10000px;
		max-width:1800px;
		margin:12px auto;
		transition:all 0.2s ease-in-out;
	}

	#tv{
		width:50%;
		min-width:400px;
		max-width:1000px;
		margin-bottom:20px;
	}

	#forwardbutton, #backwardbutton{
		width:20px;
		height:20px;
		bottom:2px;
	}

	.postercontainer{
		width:200px;
		height:300px;
		float:left;
		margin:8px;
	}

	#footer{
		display:none;
	}
}
