/*
	

	██╗   ██╗███╗   ██╗██╗███████╗███████╗████████╗
	██║   ██║████╗  ██║██║██╔════╝██╔════╝╚══██╔══╝
	██║   ██║██╔██╗ ██║██║███████╗█████╗     ██║   
	██║   ██║██║╚██╗██║██║╚════██║██╔══╝     ██║   
	╚██████╔╝██║ ╚████║██║███████║███████╗   ██║   
	 ╚═════╝ ╚═╝  ╚═══╝╚═╝╚══════╝╚══════╝   ╚═╝   
	                                               

*/

.grid {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0,0,0,0);
}
 
::-webkit-scrollbar-track {

}
 
::-webkit-scrollbar-thumb {
    height: 10px;
    background-color: #FFFFFF;
    
}

::-webkit-scrollbar-button { 
	display: none;
}

::selection {
	color: #ffffff;
    background-color: #fd0016;
}


html, body {
	padding: 0;
	margin: 0;
}

body {
	background-color: black;
	overflow: hidden;
}


#menu {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}


#logo {

	position: relative;
	filter: invert(1);



/*	top: 50px;*/
	top: 21px;
    max-height: 17vh;


}

#SR {

	position: relative;
	top: -20px;
	left: 0px;
	max-width: 76px;

}


#video {

	display: none;
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;

}

#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .6;
}






#menu {
	/*position: fixed;*/
	position: absolute;
	top: 50vh;
	left: 5px;
	transform: translate(0,-30%);
	font-family: 'Oswald';
	color: white;
}



#menu ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {

}
#menu ul li a.selected {
	background-color: white;
	color: black;
}
#menu ul li a {

	font-family: 'Oswald';
	background-color: red;
	color: white;
	text-decoration: none;
	display: inline-block;
	font-size: 23px;
	padding-right: 29px;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 39px;


}
#menu ul li a:hover {
	background-color: white;
	color: black;
}

#menu-logo{

	position: relative;
	transform-origin: top left;
	transform: rotate(90deg);
	filter: invert(1);
	left: 68px;
	top: 20px;

}


#featured {
/*	display: none;*/
	position: absolute;
	top: 0px;
	right: 0px;
	width: 675px;
}
#featured .highlight {

	min-width: 100px;
	min-height: 100px;
	background-color: white;
	float: right;
	margin: 5px;

}
#featured .highlight.selected {
	background-color: red;
}


#featured .highlight img {
	display: block;
	height: 50%;

}
#featured .highlight video {
	display: block;
	object-fit: cover;

	width: 154px;
	height: 150px;

}












/*

@media
(min-width:320px),
(min-width:480px),
(min-width:600px),
(min-width:801px)  {

	#video {

		display: block;

	}

}
*/