body, select, input, textarea {color: #282828;}

::-moz-selection{background: #FE0000; color: #fff; text-shadow: none;}
::selection {background: #FE0000; color: #fff; text-shadow: none;}
a:link {-webkit-tap-highlight-color: #F;}
ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }
blockquote {padding: 16px; background: #eee;}


body {
	color: #282828;
	font: 16pt "GardenGrove-Regular";
	margin: 0;
	text-align: center;
	}



/* Media queries
-------------------------------------------------------------------------------*/


h1 {
	color: #FE0000;
	font-family: "GardenGrove-Bold";
	font-size: 24pt;
	line-height: 1em;
	margin: 24pt 240pt 0pt;
	text-align: center;
	text-transform: uppercase;
	}

	h1 a,
	h1 a:hover,
	h1 a:visited {
		color: #FE0000;
		}

h2 {
	font-family: "GardenGrove-SemiBold";
	font-size: 16pt;
	line-height: 1em;
	margin: 0pt 240pt 12pt;
	text-align: center;
	}

h3 {
	font-family: "GardenGrove-Regular";
	font-size: 14pt;
	line-height: 1.2em;
	margin: 0pt 240pt 24pt;
	text-align: center;
	}


@media screen and (max-width: 1024px) {

	h1 {
		margin: 12pt 12pt 0pt;
		}
	
	h2 {
		margin: 0pt 12pt;
		}
	
	h3 {
		margin: 0pt 12pt;
		}
}

