/* RESET (ERIC MEYER) ---------------------------------------------------------------------------- */

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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
/* 	line-height: 1.5; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FONTS ---------------------------------------------------------------------------- */

@font-face { 
	font-family: font-primary; 
	src: url('fonts/nevis-1.ttf'); 


} 
@font-face { 
	font-family: font-secondary; 
	src: url('fonts/Quicksand_Light.otf'); 

} 



/* FOUNDATION ---------------------------------------------------------------------------- */



html {
	overflow-y: scroll;
/* 	font-family: "helvetica", sans-serif; */
	font-family: 'Source Sans Pro', 'helvetica', sans-serif;
	font-weight: 300;

}
/*
html * {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*/
div#page, div.copyright {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	text-align: center;
	background: #eee;
	background-image: url(images/background.png);
}

#page, header, footer, .copyright {
	margin: 0 auto;
	width: 100%;
}
section {
	padding: 36px 24px;
}


#page {
	text-align: left;
	padding: 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	position: relative;
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
}





footer {
	background: #222;
	padding: 48px 0 60px;
	border-bottom: 1px solid #000;
	border-top: 3px solid #000;
}




.kern-1 {
	letter-spacing: 0.2em;
}
.kern-2 {
	letter-spacing: 0.4em;
}


/* BASE ---------------------------------------------------------------------------- */

h1 {
/* 	font-family: "helvetica", sans-serif; */
	font-family: font-primary, "helvetica", sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	margin-top: 0.3em;
}

h2 {
/* 	font-family: "helvetica", sans-serif; */
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 0.7em;
	color: #aaa;
	letter-spacing: 0.12em;

}


p {
	font-size: 1.5em;
	line-height: 1.2em;
/* 	font-family: "font-primary"; */
	color: #777;
	margin-bottom: 12px;
}

img {
	margin-bottom: 1px;
	margin-top: 1px;
}

img {
	display: block;
}

img, iframe {
	max-width: 100%
} 




a {
	color: #777;
	text-decoration: none;
	
}

a.selected {
	color: inherit;
}

a:hover {
	color: #336699;
	text-decoration: none;
	cursor: pointer;
}



p a {
	text-decoration: underline;
}

ol li {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.5;
}






img, iframe {
/* 	box-shadow: 1px 1px 8px #eee; */
/* 	-webkit-box-shadow: 1px 1px 8px #eee; */
/* 	border: 1px solid #ddd; */
}


/* Classes ---------------------------------------------------------------------------- */


.splash {
	position: relative;
	text-align: center;
	color: white;
}

.splash-text {
	position: absolute;
	width: 100%;
	padding-top: 14em;
	font-size: 1.3em;
	opacity: 0.66;

}

.splash-text h2 {
	color: #ddd;
}

#about {
	width: 61%;
	margin: 1em auto;
	padding: 2em;
	text-align: center;

}
#about-text {
	text-align: center;
}

#about-text h1 {
	color: #444;
}
#about-text h2 {
	color: #666;
}

#email-container {

	margin-top: 5em;
	text-align: center;
}

#about img {
	margin: 1em auto;
}

#address {
	font-size: 1em;
	letter-spacing: 0.1em;
}

.copyright {
	padding: 12px 48px;
}
.copyright p {
	font-size: 0.9em;
/* 	font-family: font-secondary; */
	letter-spacing: 0.15em;
	color: #777;
}



/* HACKS ---------------------------------------------------------------------------- */

section:after,
.donotcollapse:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* MEDIA QUERIES ---------------------------------------------------------------------------- */


/*Desktops and Landscape Tablets*/
@media screen and (min-width: 1000px) {

	#page, header, footer, .copyright {
		margin: 0 auto;
		max-width: 1024px;
	}
	

}/*/mediaquery*/

/*Everything but Desktops and Landscape Tablets*/
@media screen and (max-width: 999px) {
	#page {
		border-radius: 0;
		-webkit-border-radius: 0;
	}

}/*/mediaquery*/

/*Tablets in either orientation and Desktops*/
@media screen and (min-width: 768px) {
}/*/mediaquery*/

/*Larger than Landscape iPhone, up to Portrait iPad*/
@media screen and (min-width:521px) and (max-width: 768px){

	.splash-text {
		padding-top: 10em;
	}
	h1 {
		font-size: 1.8em;
	}
	h2 {
		font-size: 1.3em;
	}


	

}/*/mediaquery*/

/*Anything above portrait iPad*/
@media screen and (min-width: 769px) {

}/*/mediaquery*/

/*phones*/
@media screen and (max-width: 767px) {
	
	

}/*/mediaquery*/

/*Up to landscape iPhone*/
@media screen and (max-width: 520px) {
	.splash-text {
		padding-top: 110px;
	}
	
	h1 {
		font-size: 1.3em;
	}
	
	h2 {
		font-size: 0.7em;
	}
	html {
		-webkit-text-size-adjust: none; /*hmmmm, only for mobile to keep random text resize guessing from happening?*/

	}


}/*/mediaquery*/

/*Portrait iPhone and smaller*/
@media screen and (max-width: 320px) {
	.splash-text {
		padding-top: 90px;
	}
	
	h1 {
		font-size: 1em;
	}
	h2 {
		color: black;
	}
	
	#address {
		font-size: 0.8em;
	}

	#about {
		width: 75%;
		margin: 0.5em auto;
		padding: 1em;
		text-align: center;
	
	}
	.copyright {
		padding: 12px;
	}

	.copyright p {
		font-size: 0.7em;
	}
	
	
}/*/mediaquery*/



/* CONDITIONAL (WORKS IN CONJUNCTION WITH css_browser_selector.js ---------------------------------------------------------------------------- */



/* conditional browser selector cheat sheet
.ie
.ie7
.gecko
.win.gecko
.linux.gecko
.opera
.konqueror
.webkit

*/
