@charset "UTF-8";
/* CSS Document */

body{
	
	background-color: #000;
	background-image:url("images/bg.jpg");

}

.navbar{
	color: #251e41;
	background-color: #83ee20;
	height: 10%;
	padding:1%;
	margin:auto;
	vertical-align: text-bottom;

}

.navbtn{

	text-decoration: none;
	color: #131329;
	background-color: #83ee20;	
	font-family: Arial;
	font-size: 20px;
	padding:1%;
	margin-left: 1%;
	margin-right: 1%;
	width:auto;
	height: 10%;
	border-radius: 5px;
}


.navbtn:hover, .navbtn:active, .vidDownload:hover, .vidDownload:active{

	transition:background-color, background-image, color, text-shadow .5s;
	transition-timing-function: ease;
	background-image: linear-gradient(to bottom, #83ee20, #c6ff6d);
	background-color: #c6ff6d;	
	color: #4e00ff;
  text-shadow: 0 0 25px #fff;
  
	
}

.border{
	
	width: 75%;
	height:auto;
	background-image: linear-gradient(#83ee20, #4e00ff);
	background-color: #83ee20;	
	margin-left: auto;
	margin-right:auto;
	border-radius: 5px;
	box-shadow: 5px 0 25px #4e00ff;
}

.banner{

	width:100%;

}

.container{
	
	margin: 3px;
	background-color: #251e41;
	margin-bottom: 15%;
	overflow-y: auto;
	display: block;

}



.copy, table {
  float: right;
	width: 60%;
	height: auto;
	padding-left:5%;
	padding-right: 5%;
	background-color: #131329;
	border-radius: 10px;
	margin-right: 5%;
	margin-bottom:15%;
	display: block;
	text-shadow: 0 0 25px #251e41;
}

h1 {
	
	font-family: Arial;
	font-size: 30px;
	margin-bottom: 0px;
	color: #83ee20;
	margin: auto;
	text-align: center;
	text-shadow: 0 0 25px #4e00ff

}

h3, th {
	
	font-family: Arial;
	font-size: 30px;
	margin-bottom: 0px;
	color: #007ce9;
	margin-left: -5%;
	text-shadow: 0 0 25px #4e00ff;

}

p, td, tr{
	
	font-family: Arial;
	font-size: 17px;
	margin-top: 0px;
	text-align: center;
	word-wrap: break-word;
	color: #fff;

}

h2 {

	font-family: Arial;
	font-size: 24px;
	margin-bottom: 0px;
	color: #fff;
	margin-left: -5%;
	text-shadow: 0 0 25px #4e00ff;


}

#videoList{
  
  height: 500px;
  overflow-x: visible;
  overflow-y: scroll;
  scrollbar-color: #83ee20 #4e00ff;
  scrollbar-width: auto;
  scroll-snap-type: y mandatory;
  font-family: Arial;
	font-size: 17px;
	color: #fff;
	
 
}
.vidData {

	font-family: Arial;
	font-size: 17px;
	margin-top: 0px;
	text-align: justify;
	word-wrap: break-word;
	color: #fff;
	display: inline-block;

}

.vidDownload{
  text-decoration: none;
	color: #131329;
	background-color: #83ee20;	
	font-family: Arial;
	font-size: 20px;
	padding:1%;
	margin-left: 1%;
	margin-right: 1%;
	width:auto;
	height: 10%;
	border-radius: 5px;  
}


.copyhr{

	height: 2px;
	width: 75%;
	margin: auto;
	background-image: linear-gradient(to right, #83ee20, #4e00ff);
	background-color: #83ee20;	
}

.sidebar{
	
	background-color: #251e41;
	width: 20%;
	height:auto;
	margin-top: 1%;
	margin-bottom: 5%;
	display:block;
	overflow-x: visible;
}

ul {
  list-style-type: none;
  overflow-x: visible;
  }

li {
 list-style-type: none;
 background-color: #131329;
 text-overflow: ellipsis;
 display:block;
 border-radius: 10px;
 margin: 5%;
 margin-left:-5%;
 padding: 5%;
 overflow-x: visible;
 text-align: left;
 
}



.logo {

	width: 75%;
	margin:auto;
	padding:5%;
	margin-left: 10%;
	vertical-align: bottom;
}

.side{
	
	height: auto;
	padding: 5%;
	padding-left: 10%;
  overflow-x:visible;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	font-family: Arial;
	font-size: 16px;
}

.side:hover, .side:active, li:hover, li:active{
	
	transition: background-image .5s;
	transition-timing-function: ease;
	background-image: linear-gradient(to right, #83ee20, #251e41);
	background-color: #d924ff;

}

.bgsprite{

	width:auto;

}



h4{

	padding-top: 15px;
	margin: auto;
	text-align: center;
	font-family: Arial;
	font-size: 15px;
	color: #251e41;

}

.thumbnail{

	width: 33%;
	margin:auto;
	text-align: center;
	padding:5%;

}


footer{
	
	width: 100%;
	height: auto;
	margin:auto;
	background-color: #4e00ff;
	padding-bottom: 5%;
	margin-top: 15%;
	color: #131329;
	vertical-align: bottom;
	display: block;
	overflow-y: hidden;
}