html {
	background-color:#000;
	color:#fff;
}

h1 {
	display:none;
}
header img {
    content:url("https://upload.wikimedia.org/wikipedia/commons/3/3a/Hacker_inside.jpg");
}

li.event-past {
	background-color:#444;
    background: linear-gradient(90deg,rgba(68,68,68,1) 0%, rgba(0, 0, 0, 0) 100%);                                                                  
	color:#777;
}
li.event-present {
	background-color:#006800;
    background: linear-gradient(90deg,rgba(0, 104, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);                                                                   
}
li.event-next {
	background-color:#005;
    background: linear-gradient(90deg,rgba(0,64,255,1) 0%, rgba(0, 0, 0, 0) 100%);                                                                  
}

div#video-container {
    position:fixed;
    width:50%;
    overflow:hidden;
    display:block;
    right:0px;
    bottom:-200px;
    z-index:-1000;
}
video#glitch {
    z-index:-1000;
    position:relative;
    left:-910px;
}
@media (max-width:1000px) {
    div#video-container {
        display:none;
    }
}
