body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #FFFFFF }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
/*#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }*/
/*#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }*/
/*#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }*/
#footer-info {
	position: absolute;
	left: auto;
	top: 100%
}
#unity-footer { position: absolute; left: 97%; top: 100%}
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }


#unity-container {
	background: #601A51;
	position: absolute;
	display: flex;
  align-items: center;
  justify-content: center;

}

#unity-container.unity-desktop {
	left: 50%; top: 50%; transform: translate(-50%, -50%);

}

#unity-container #unity-canvas {
	width: 1280px; height: 720px;
	overflow: hidden;
}


/*
 added to head	
  #unity-container #mgh_logo
  #unity-container  #mgh_classroom_load_area #mgh_classroom_load_graphic
*/

#unity-container #unity-loading-bar {
	position: absolute;
	left: 50%; top: 50%; transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	height: 100%;
	width: 100%;
}

#unity-container  #unity-loading-bar #mgh_loading_text {
	font-family: 'ProximaNova-Bold', Arial, sans-serif;
	font-size: 24px;
	line-height: 29px;
	color: #fff;
	padding-top: 80px;
}

#unity-container  #unity-loading-bar #unity-progress-bar-empty {
	height: 30px;
	width: 1020px;
	background-color: #D1ECEE;
	border-radius: 25px;
	display: flex;
	flex-flow: column;
}

#unity-container  #unity-loading-bar #unity-progress-bar-empty #unity-progress-bar-full {
	height: 30px;
	width: 0%;
	background-color: #A0689C;
	border-radius: 25px 0 0 25px;
	display: flex;
	flex-flow: column;
}
