/* Prettified by Source 2 Viewer 11.1.0.0 - https://valveresourceformat.github.io */

.FrontpageCellImage
{
	width: 100%;
	height: 100%;
	background-image: url("s2r://panorama/images/front_page/artifact_front_cell_psd.vtex");
	background-size: cover;
}

#Header
{
	width: 100%;
	flow-children: down;
	margin-top: 20px;
}

#TitleImage
{
	width: 100%;
	height: 190px;
	margin-right: 12px;
	background-image: url("s2r://panorama/images/front_page/artifact_front_cell_logo_psd.vtex");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#Subtitle
{
	horizontal-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
	color: #6e7c91;
	text-shadow: 2px 2px 4px black;
}

#Footer
{
	width: 100%;
	vertical-align: bottom;
	flow-children: down;
}

#Footer TextButton
{
	width: 100%;
	background-color: gradient( linear, 0% 0%, 100% 0%, from( #0000 ), color-stop( 0.2, #000f ), color-stop( 0.8, #000f ), to( #0000 ) );
	padding: 5px 0px 5px 0px;
}

#Footer TextButton Label
{
	font-family: titleFont;
	horizontal-align: center;
	text-align: center;
	color: gradient( linear, 0% 0%, 0% 100%, from( #ffe7ac ), to( #a49163 ) );
	letter-spacing: 1px;
	transition-property: color;
	transition-duration: 0.1s;
}

#Footer TextButton:hover Label
{
	color: white;
}

#Footer TextButton:active Label
{
	color: #ffe299;
}

#Footer #WatchTrailerButton
{
	margin-bottom: 6px;
	padding-bottom: 6px;
}

#Footer #WatchTrailerButton Label
{
	font-size: 18px;
	letter-spacing: 3px;
}

#Footer #LearnMoreButton
{
	flow-children: down;
	margin-bottom: 2px;
	padding-bottom: 3px;
}

#Footer #LearnMoreButton Label
{
	font-size: 28px;
}

#DotaPlusLabel
{
	background-color: gradient( linear, 0% 0%, 100% 0%, from( #9e7b48), to ( #e9d298) );
	width: 100%;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-top: 4px;
	font-family: defaultFont;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	color: #3e311e;
	text-transform: uppercase;
}

#LearnMoreButton:hover #DotaPlusLabel
{
	color: white;
}

#LearnMoreButton:active #DotaPlusLabel
{
	color: #ccc;
}

