/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:top;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:top;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/* Mobile first queries */
html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	padding: 0;
	margin: 0;
	background: #1a1a1a;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
}
#header_img {
	min-height: 200px;
	background: url(header.png) no-repeat center center;
	background-size: cover;
}
#support_text, #get_it {
	font-size: 1.25em;
	color: #ffffff;
	padding: 0px 20px 40px 20px;
	text-align: center;
}	

h4 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px;
}
#doc {
	padding: 20px;
}
#get_it {
	font-size: 0;
}
a, a:visited {
	color: #00baff;
}
a:hover, a:active {
	color: #ff0000;
}
#get_it a, #get_it a:visited {
	display: block;
	margin-top: 40px;
	margin-bottom: 0;
}
#get_it a img {
	width: 162px;
	height: 50px;
}

#footer {
	font-size: 1em;
	color: #ffffff;
	opacity: 0.6;
	text-align: center;
	padding: 0px 20px 40px 20px;
}

#header {
	margin: 20px;
	padding-top: 45px;
	font-size: 1.5em;
	text-align: center;
	background-size: 60px;

}

#header h1 {
	display: block;
	font-weight: bold;
}

#slogan {

}
#disclaimer {
	text-align: right;
	opacity: 0.5;
	font-style: italic;
	padding: 10px;
}

/* Larger than mobile */
@media (min-width: 400px) {
	#get_it a, #get_it a:visited {
		display: inline-block;
		margin: 40px;
		margin-bottom: 0;
	}

}

/* Larger than phablet */
@media (min-width: 550px) {
	#header {
		background-position: left center;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 1.66em;
	}	
	#header_img {
		min-height: 220px;
	}
	
	#get_it a, #get_it a:visited {
		display: inline-block;
		margin: 40px 20px 0 20px;
		width: 208px;
		height: 64px;
	}	
	#footer {
		padding-top: 0px;
	}
}

/* Larger than tablet */
@media (min-width: 950px) {
	body {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#disclaimer {
		padding-right: 5px;
	}
	
	#header_img {
		min-height: 275px;
	}

}

/* Larger than desktop */
@media (min-width: 1100px) { 
	body {
		width: 980px;
	}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
}
