
body, html{ cursor: pointer; background-color: #000; height:100%; width:100%; margin: 0; webkit-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; user-select: none;}

video {
	position:fixed;
	left: 50%;
    transform: translateX(-50%);
	height: 100%   !important;
}
#titlecontainer {
	color: white;
	position: fixed;
	bottom: 15%;
	width: 100%;
	text-align: center;
	height: auto;
	margin: 0;
	z-index:501;
}
#titlespan {
	font-size: 26pt;
	text-shadow: 0 0 5pt black, -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#linkcontainer {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: auto;
	height: auto;
	margin: 0;
	z-index:501;
}
.material-icons.md-48 { 
	font-size: 48px;
}
#link, #link:link {
	font-size: 22pt;
	text-shadow: 0 0 5pt black, -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	text-decoration: none;
	color: #fff;
}
#link:hover {
   
}
#link:active {
	color: #FF6600;
}
#link:visited {
	color: #fff;
}
[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
input[type="button"]:focus,
button:focus {
	outline:0;
}
/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}