.VRMainMenuLogo
{
	width: 100%;
	height: 100%;

	flow-children: down;
}

#DotaLogo
{
	width: 500px;
	height: 500px;
	horizontal-align: center;

	background-image: url("s2r://panorama/images/vr/dota_logo_bright_psd.vtex");
	background-size: contain;
	background-repeat: no-repeat;
}

#Text
{
	margin-top: -30px;
	flow-children: right;
	horizontal-align: center;
}

#Text > Label
{
	font-size: 380px;
	color: white;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
}

#Text > #HubText
{
	color: gradient( linear, 50% 0%, 0% 0%, from( #d82400 ), to( #d86100 ) );
}
