@font-face {
    font-family: 'futurabold';
    src: url('futura-webfont.woff2') format('woff2'),
         url('futura-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
* {
	padding: 0;
	margin: 0;
}
html, body {
	background: #000;
	color: #fff;
	overflow: hidden;
	touch-action: none;
	-ms-touch-action: none;
    font-family: 'futurabold';
}
canvas {
	touch-action-delay: none;
	touch-action: none;
	-ms-touch-action: none;
}
footer {
    visibility: hidden;
    position: absolute;
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    height: 100px;
    width: 100%;
    overflow:hidden;
    max-width: 100%;
	height: auto;
	font-family: "Futura";
}

footer ul
{
    margin: 0;
    padding: 0;
}

footer p
{
	font-size: 8px;
}

footer ul li
{
    list-style-type: none;
    display: inline;
}

footer ul li a
{
    color: white;
    cursor: pointer;
    font-size: 8px;
}

footer li:not(:first-child):before {
    content: " | ";
    color: white;
    font-size: 8px;
}

#copyright
{
  color: white;
  font-size: 10px;
}

footer img
{
	height: auto; 
    width: auto; 
    max-width: 100%; 
    max-height: 100%;
}

@media only screen and (min-width: 769px) {
    /* #logo { background: url(images/logos.png) no-repeat; } */
    #copyright { ont-size: 10px; }
    footer p { font-size: 8px; }
    footer ul li a { font-size: 8px; }
    footer li:not(:first-child):before { font-size: 8px; }
    footer img { max-width: 100%; max-height: 100%; }
}

/* mobile phone */
@media screen and (max-width: 768px) and (min-width: 0px) {
    /* #logo { background: url(images/logos-small.png) no-repeat; } */
    #copyright { ont-size: 8px; }
    footer p { font-size: 6px; }
    footer ul li a { font-size: 6px; }
    footer li:not(:first-child):before { font-size: 6px; }
    footer img { max-width: 100%; max-height: 100%; }
}