/** ---------------------------------------- */
/** RESET  */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0} 
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.group:before,
.group:before,
.group:after { content: ""; display: table;} 
.group:after { clear: both;}
.group { zoom: 1;}

body {
	font-size:16px/1;
	font-family: 'Cabin', "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	height: 100%;
	color:#fff;
	background-color: #2e2e2e;
}

p {
	line-height:1.8;
}

strong {
	font-weight: 500;
	color: #444;
}

a {
	text-decoration:none;
	color:#5badf0;
}

#wrapper {
	margin:0 auto;
	width: 100%;
	height: 100%;
}

p.center {
	margin: 0 auto;
	padding:0 40px 0 40px;
	max-width:600px;
	position: relative; top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

div.hairline {
	position: relative;
	width: 100%;
	height: 1px;
	border-bottom: 1px #6D6D6D solid;
/*	-webkit-transform: scale(1.0, 0.5);
	-ms-transform: scale(0, 0.5);
	transform: scale(0, 0.5);
*/}

.support_hairlines div.hairline {
	border-width: 0.5px;
}

@media (-chromium-min-device-pixel-ratio: 2) {
	div.hairline {
		border-width: 0.5px;
	}
}

/* most of the layout of the page is done using centered blocks */

div.center, p.center {
	margin-left: auto;
	margin-right: auto;
}


/*  */
/** ---------------------------------------- */
/** LOGO HEADER */

#logo-header {
	position: relative;
	width: 450px;
	height: 222px;
	margin-top: 25px;
	margin-bottom: -5px;
}

#logo-image {
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 100%;
}

#logo-title {
	display:none;
}

#logo-tagline {
	display:none;
}


/*  */
/** ---------------------------------------- */
/** BACKGROUND LOGO */

#background-logo {
	position: absolute;
	top: 0px;
	left: -15%;
	right: 0px;
	width: 612px;
	height: 292px;
	background-image: url(/static/images/LogoBackground.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	
}

.support_retina #background-logo {
	background-image: url(/static/images/LogoBackground@2x.png);
}


/*  */
/** ---------------------------------------- */
/** LEARN MORE */

#learn-more-wrapper {
	position: relative;
	width: 882px;
	margin-top: 40px;
	margin-bottom: 32px;
}

#learn-more {
	position: relative;
	width:810px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: justify;
	font-size: 14px;
	line-height: 21px;
	color: #ababab;
}

#learn-more a {
	color: white;
}

#learn-more #learn-more-link {
	margin-left: 8px;
}

.tint-home #learn-more a:hover {
	color: #C8E164;
}

.tint-df #learn-more a:hover {
	color: #A7DCEE;
}

#learn-more a:active {
	color: black;
}

#error-message {
	text-align: center;
	color: #FFC000;
}

/*  */
/** ---------------------------------------- */
/** MEDIA QUERY: 900 PX */

/* iPhone 6  = 750 px */
/* iPhone 6+ = 828 px */

@media screen and (max-width: 900px) {
	
	/* all the main divs are narrower */
	#learn-more-wrapper {
		width: 670px;
	}
	#learn-more {
		width: 660px;
	}
	
	/* logo at 2/3 the size */
	#logo-header {
		width: 300px;
		height: 148px;
	}

	/* background logo at 3/4 the size */
	#background-logo {
		width: 459px;
		height: 219px;
	}
	
}


/*   */
/** MEDIA QUERY: 700 PX */

/* iPhone 5S = 640 px */
@media screen and (max-width: 700px) {
	
	#learn-more-wrapper {
		width: 300px;
	}
	#learn-more {
		width: 280px;
	}

	/* logo at 1/2 the size */
	
	#logo-header {
		width: 225px;
		height: 111px;
	}

	/* background logo at 1/2 the size */
	#background-logo {
		width: 306px;
		height: 146px;
	}
	
}
