html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0;
	text-align: center;
	background-color: #F3F6F6;
	color: #11484F;
	font-family: Helvetica, Arial, sans-serif;
}

#unity-canvas
{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
}

#logo-container-outer
{
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	justify-content: center;
	align-items: center;
}

#logo-container-inner
{
	width: 300px;
	height: 91px;
	position: relative;
}

.logo-layer
{
	position: absolute;
	top: 0;
	left: 0;
}

#progress-bar
{
	mask-image: linear-gradient(to right, black, transparent 0px);
	-webkit-mask-image: linear-gradient(to right, black, transparent 0px);
}

#progress-text
{
	width: 100%;
	position: absolute;
	top: 91px;
	font-size: 14px;
}

#browser-warning
{
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
}
