@font-face{
	font-family: NeutonExtraBold;
	src: url(./fonts/Neuton-ExtraBold.woff);
}

@font-face{
	font-family: NeutonBold;
	src: url(./fonts/Neuton-Bold.woff);
}

@font-face{
	font-family: NotoSerifBold;
	src: url(./fonts/NotoSerif-Bold.woff);
}

*{
	margin:0px;
	padding:0px;
}

html,body {
	background-color: black;
	color: #fff;
	overflow:hidden;
	font-family: NeutonBold, helvetica, arial, sans-serif;
	font-size: 12pt;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	touch-action:none;
}

#canvas{
	display:block;
	position:absolute;
	z-index:1;
}

#background{
	display:none;
	position:absolute;
	z-index:0;
}

.browserAlign{
	position: relative;
	margin: auto;
	top:35px;
}

.mobileAlign{
	position: absolute;
	top:0px;
	left:0px;
}

#menus{
	position:absolute;
	display:block;
	z-index:88;
	overflow:hidden;
}

#unsupported, #badOrientation{
	position: absolute;
	display:none;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin: auto;
	width:335px;
	height:337px;
	border:0px;
}

#debugStrip {
	background-color:black;
	display:block;
	position:fixed;
	bottom:0px;
	left:0px;
	opacity:0.6;
	color:white;
	z-index:99;
}

#loadingBackground{
	position:absolute;
	display:block;
	z-index:9999;
}

#loadingBar{
	position:absolute;
	display:block;
	background-image:url(./media/images/page/pattern.png);
	height:40px;
	width:0%;
	left:0px;
	z-index:1;
}

#loadingText{
	width:100%;
	left:0px;
	display:block;
	position:absolute;
	text-align:center;
	font-family: NotoSerifBold;
	font-weight:bold;
	color:#000000;
	z-index:2;
}

#loadingLabel{
	position:relative;
	margin:auto;
	width:400px;
	top:350px;
	display:block;
	font-size:24px;
	text-align:center;
	font-weight:bold;
	color:#000000;
}

.red{
	color:red;
}