body { padding: 0; margin: 0 }

#header{ position: relative;width:100%;min-height: 120px;background:#FFFFFF; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); z-index: 3}
#Slogo{ position: relative; width:auto;height: 70px;top:8px}
#Slogo2{ position: relative; width:auto;height: 90px;top:18px}
#Slogo3{ position: absolute; width:400px;height: auto;left: 50%; top: 50%; }
#Mcontainer {}
#container { position: absolute }
#container.desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#container.mobile { width: 100%; height: 100% }
#canvas { background: #231F20 }
.mobile #canvas { width: 100%; height: 100% }
#loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#logo { width: 154px; height: 130px; background: url('logo.png') no-repeat center }
#progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#footer {outline: solid #4b1755; background-color: #45ae52; color: white; }
.mobile #footer { display: none }
#webgl-logo { margin: 0 10px 0 10px;float:left; width: 204px; height: 38px; background: url('customerLogo.png') no-repeat center }
#build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#fullscreen-button { position: absolute;width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center;top:40px;;right: 20px; }
#warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#footerBg {     background-color: white; width: 100%;height: 46px; position: absolute; z-index: -1;top: -4px; }
#IconLeft {     position: fixed; top:30%; left:0; }
#IconRight {    position: fixed; top:30%; right:0; }
#footer_Center{min-height: 120px;width: 100%; position: fixed;outline: solid #4b1755; background-color: #4b1755;}
#IconImg_Right{min-height: 120px;width: auto; position: fixed;right: 0;}
#IconImg_Left{min-height: 120px;width: auto; position: fixed;left: 0;}


footer {bottom: 0; position: absolute;text-align: center; min-height: 120px; margin-top: auto; width: 100%;}

@media screen and (max-width: 643px) { 
	#header{ width:100%;min-height: 190px;background:#FFFFFF;position: relative; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); }

}

@media screen and (max-height: 799px) { 
	#Mcontainer {position: relative; width:100%;min-height: 800px;}

}
