body { padding: 0; margin: 0; width:100vw; height:100vh; background: url('unity_background.png') no-repeat center;  background-size: cover}
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 49.75%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100vw; height: 100vh }
#unity-canvas { background: #000; position: relative }
.unity-mobile #unity-canvas { width: 100vw; height: 100vh }
#unity-loading-bar { position: absolute; left: 50%; top: 45%; transform: translate(-50%, -50%); display: none }
#empty {width: 141px; height: 146px; position: relative }
#logo_empty { width: 141px; height: 146px; position: absolute; animation-name: logoRotation; animation-duration: 1s; animation-delay: 2s; animation-iteration-count: 5; animation-direction: normal }
#unity-logo { width: 141px; height: 146px; /*background: url('unity-logo-dark.png') no-repeat center;*/ position:absolute; animation-name: logoRotation; animation-duration: 1s; animation-delay: 2s; animation-iteration-count: 5; animation-direction: normal }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 50px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 50px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }

#unity-webgl-logo
{ 
	float:left; 
	width: 262px; 
	height: 80px; 
	background: url('webgl-logo.png') no-repeat center;
	filter: drop-shadow(0 0 0.75rem black);
}

#unity-build-title
{ 
	float: right; 
	margin-right: 10px; 
	line-height: 80px; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 500; 
	color: #dfdfdf; 
	font-size: 30px;
	text-shadow: 2px 2px 4px #000;
}

#unity-fullscreen-button 
{ 
	float: right; 
	width: 80px; 
	height: 80px; 
	background: url('fullscreen-button.png') no-repeat center;
	filter: drop-shadow(0px 0px 6px #000);
}

#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

@keyframe logoRotation{
	from{transform: rotateZ(0deg);
	}
	to{transform: rotateZ(360deg);
	}
}
