body, html {
	padding: 0;
	margin: 0;
	
	overflow: hidden;
}


@font-face {
	font-family: Pixel;
	src: url('../resources/touchpadpro.ttf');
}

body,html,input{

	font-size: 25px;
	font-family: Pixel, Helvetica, Arial, sans-serif;
	line-height: 1.5;
}

a:active,
a:hover,
a:visited,
a:link
{
	color:black;
}

#p5_loading{

	position: absolute;
	top: 0;left:0;right:0;bottom:0;
}

.loader
{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.loader img
{
	width: 60px;
	height: 60px;
}




.overlay-button
{
	border-radius: 50%;
	background: white;
	position: fixed;
	top:0;
	right:0;
	width:40px;
	height:40px;
	margin:20px;
	line-height: 40px;
	text-align: center;
	z-index: 10;
}
.overlay-button a{

	text-decoration: none;
}

#overlay .overlay-button{
	
	background: none;
}

#overlay
{
	color:white;
	background: rgba(0,0,0,0.9);
	position: fixed;
	top: 0;left:0;right:0;bottom:0;
	z-index: 100;
}

#overlay a:active,
#overlay a:hover,
#overlay a:visited,
#overlay a:link
{
	color:white;
}

#overlay .content
{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);

	text-align: center;
}

.small
{
	font-size: 15px;
}
