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:#F2EEE1;  
}

.webgl-content,#loadingBlock,#errorBrowserBlock,#warningBrowserBlock{
	padding:0px;
	position:absolute;
	height:100vh;
	width:100vw;
	background-color:#F2EEE1;
}

#gameContainer,canvas{
	position:absolute;
	height:100%;
	width:100%;
	background-color:#F2EEE1;
}

#fullScreenButton{
	height:50px;
	width:50px;
	position:absolute;
	z-index:1;
	bottom:5px;
	right:5px;
	background-color:transparent;
	background-image:url("../img/fullScreen_on.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size:30px 30px;
	border:none;
	cursor: pointer;
}

.subtitle{
	color:#1896a7;
	font-size:2.3vh;
	padding-bottom:2.3vh;
	padding-top:2.5vh;
	display: block;
	height:20vh;
	width:40vw;
	margin:auto;
	text-align: center;
}

.logo{
	height:20vh;
	width:auto;
	display: block;
	margin:auto;
	margin-top:4vh;
}

#emptyBar{
	background: url("../img/progressEmpty.png") no-repeat right;
	float: right; 
	width: 100%; 
	height: 100%; 
	display: inline-block;
}

#fullBar{
	background: url("../img/progressFull.png") no-repeat right;
	float: left; 
	width: 0%; 
	height: 100%; 
	display: inline-block;
}

#progressBar,#warningBrowserBlock,#errorBrowserBlock,#warningAndroidBlock,#warningiOSBlock,#errorContent{  
	height:25vh;
	width: 100%; 
	margin:auto;
	text-align: center;
}

#progressBar{
	height: 18px; 
	width: 300px; 
	margin-top: 90px;
	font-size:3vh;
}

#warningBrowserBlock,#errorBrowserBlock,#warningAndroidBlock,#warningiOSBlock,#errorContent{
	margin-top:4vh;
	color:#222222;
	font-size:2.3vh;
	padding:0px;
	position:absolute;
	height:100vh;
	width:100vw;
	background-color:#F2EEE1;
}

#warningBrowserText{
	color:#222222;
	font-size:2.3vh;
}

.browserIcons{
	display: block;
	margin-top:2vh;
}

.browserIcons a{
	width:150px;
}

.centered{
	height: 100%;
	max-width:770px;
	margin-left:auto;
	margin-right:auto;
}

.homepagelink{
	color:#222222;
	font-size:2vh;
	height: 2vh;
	margin-top: 20vh;
	margin-left:auto;
	margin-right:auto;	
	margin-bottom: 2vh;
}
