body{
	margin:0px;
	padding:0px; 
	height:100%;
	width:100%;
	font-family:"Myriad Pro", Myriad,"Helvetica Neue", Helvetica, Arial, sans-serif;
}
 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;
}
.webgl-content{background: #000;color:#fff;text-align: center;}
.webgl-content,#loadingBlock,#errorBrowserBlock{
  padding:0px;
  position:absolute;
  height:100vh;
  width:100vw;
}
canvas{ position:absolute;  height:100%;
  width:100%;}
#gameContainer{
  position:absolute;
  height:100%;
  width:100%;
}

#fullScreenButton, #logoname{
  height:35px;
  width:35px;
  position:absolute;
  
  bottom:5px;
  right:5px;
  background-color:transparent;
  background-image:url("../img/fullScreen_on.png");
  background-size:35px 35px;
  border:none;
  cursor: pointer;
}
#logoname{background-image:url("../img/logo-big.png");
    left: 15px;
    bottom: 11px;
    width: 141px;
  height:20px;
    background-size: 141px 20px;
}

.subtitle{
  color:#fff;
  font-size:15px;
  padding-bottom:15px;
  padding-top: 15px;
  display: block;
  margin:auto;
  text-align: center;
}
.logo{display:block;margin:20px auto;width:265px;height:60px}
.logo-game{
  height:150px;
  width:auto;
  display: block;
  margin:auto;
  margin-top:5px;
  border-radius:20px;
  box-shadow: 0 20px 20px -10px rgba(0,0,0,0.3);
}

#loadingBlock,#errorBrowserBlock{
background:#333;
  background-size:cover;
  z-index:1
}
.cover{position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: .5;
    filter: blur(16px);}

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

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

#warningBrowserBlock,#warningMobileBlock,#errorContent{
  margin-top:15vh;
  color:#fff;
  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;
}

.webgl-content * {color:#fff; border: 0; margin: 0; padding: 0}
.webgl-content {height:100%;
	width:100%;}

.webgl-content .logo, .progress {position: absolute; left: 50%; top: 45%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content .logo {background: url('logo.png') no-repeat center / contain; width: 517px; height: 263px;}
.webgl-content .progress {height: 18px; width: 141px; margin-top: 180px;}
.webgl-content .progress .empty {background: url('progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content .progress .full {background: url('progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}

.webgl-content .logo.Dark {background-image: url('logo.png');}
.webgl-content .progress.Dark .empty {background-image: url('progressEmpty.Dark.png');}
.webgl-content .progress.Dark .full {background-image: url('progressFull.Dark.png');}

.webgl-content .footer {margin-top: 5px; height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px;} 
.webgl-content .footer .webgl-logo, .title, .fullscreen {height: 100%; display: inline-block; background: transparent center no-repeat;} 
.webgl-content .footer .webgl-logo {background-image: url('webgl-logo.png'); width: 204px; float: left;}
.webgl-content .footer .title {margin-right: 10px; float: right;}
.webgl-content .footer .fullscreen {background-image: url('fullscreen.png'); width: 38px; float: right;}