@charset "UTF-8";
BODY {
	margin: 0px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.background {
	background: -moz-radial-gradient(center, ellipse cover, rgba(34,33,32,0.8) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(34,33,32,0.8)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
	background:-webkit-radial-gradient(center, ellipse cover, rgba(34,33,32,0.8) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(34,33,32,0.8) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(34,33,32,0.8) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
	background:radial-gradient(ellipse at center, rgba(34,33,32,0.8) 0%, rgba(0,0,0,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222120', endColorstr='#000000',GradientType=1 ); /* ie6-9 */
	width: 100%;
	height: 100vh;
}
.logo-container {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
	width: 40%
}
.logo {
	width: 100%;
}
.subline {
	font-size : 1.2vw;
	color: #FFFFFF !important;
	text-decoration:none;
	clear: both;
	width: 100%;
	text-align: center;
	margin: auto;
}
	
	
