@font-face 
{
    font-family: 'Gotham';
    src: url('fonts/gotham.woff2') format('woff2'),
         url('fonts/gotham.woff') format('woff'),
		 url('fonts/gotham.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: 'GothamMedium';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
		 url('fonts/Gotham-Medium.woff') format('woff'),
		 url('fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: 'GothamBold';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
		 url('fonts/Gotham-Bold.woff') format('woff'),
		 url('fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body
{
    margin: 0;
    padding: 0;
	background-color: #000000;
	font-family: Gotham, san-serif;
	font-size: 16px;
	overflow: hidden;
	color: #FFFFFF;
}
#videocontrols
{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#instructions
{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 16px;
}
.icon
{
	opacity: 0.5;
}
.bottom {
    position: absolute;
    bottom: 5px;
}