body{
	margin:0px;
	padding:0px;
	position: absolute;
	height:100%;
	width:100%;
	background-size:cover;
	font-style: regular;
	font-family:"Myriad Pro", Myriad,"Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#202120;
}

.webgl-content,#loadingBlock,#errorBrowserBlock{
	padding:0px;
	position:absolute;
	height:100vh;
	width:100vw;
	background-color:#f0f0f1;
}

#gameContainer,canvas{
	position:absolute;
	height:100%;
	width:100%;
	background-color:#f0f0f1;
}

#fullScreenButton{
	height:80px;
	width:80px;
	position:absolute;
	z-index:1;
	top:50px;
	right:10px;
	background-color:transparent;
	background-image:url("../img/fullScreen_on.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size:60px 60px;
	border:none;
	cursor: pointer;
}

.subtitle{
	color:#F5830F;
	font-size:2.3vh;
	padding-bottom:2.3vh;
	padding-top:10vh;
	display: block;
	height:20vh;
	width:75vw;
	margin:auto;
	text-align: center;
}

.logo{
	height:auto;
	width:auto;
	display: block;
	margin:auto;
	margin-top:10vh;
}

#loadingBlock,#errorBrowserBlock{
	/* background-image:url("../img/background.png"); */
	background: #212021;
	background-size:cover;
}

#emptyBar{
	background: url("../img/progressEmpty.png") no-repeat right;
	float: right;
	width: 60%;
	height: 100%;
	display: inline-block;
}

#fullBar{
	background: url("../img/progressFull.png") no-repeat right;
	float: left;
	width: 40%;
	height: 100%;
	display: inline-block;
}

#progressBar,#warningBrowserBlock,#errorContent{
	height:25vh;
	width:75vw;
	margin:auto;
	text-align: center;
}

#progressBar{
	height:8vh;
	color:#F5830F;
	font-size:4vh;
}

#warningBrowserBlock,#errorContent{
	margin-top:15vh;
	color:#666666;
	font-size:2.3vh;
}

.browserIcons{
	display: inline-flex;
	margin-top:2vh;
}

.browserIcons a{
	width:150px;
}

#errorContent{
	font-size:3vh;
	margin-top:5vh;
}

.centered{
	height: 100%;
	max-width:770px;
	margin-left:auto;
	margin-right:auto;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	body {
		image-rendering: pixelated;
	}

}
