@charset "utf-8";
body {
	text-align: center;
	margin: 3em 0;
	color: #434343;
	padding: 0;
	background-color: rgba(102,0,0,1);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#main-nav {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: black;
	padding: .5em;
}
#main-nav a {
	margin: 1em 1.7em;
	padding: .5em;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	color: white;
	
}
a {
	color: #AE812D;
	text-decoration: none;
}
a:hover, a:active {
	color: #D5AC5F;
	text-decoration: underline;
}
#main-nav a:hover, #main-nav a:active  {
	color: rgba(174,129,45,1);
}
img {
	max-width: 100%;
}
.text-block-holder {
	width: 100%;
	background-color: white;
	margin: 0;
	margin-top: 3em;
}
img.awesome-logo {
	position: relative;
	top: -68em;
	text-shadow: 2px 2px 8px #000;
	margin: 4em auto -10em;
}
/*p.awesome-logo {
	padding: 1em 0 10em;
	max-width: 1000px;
	font-size: 30px;
	position: relative;
	color: white;
	top: -36em;
	 text-shadow: 2px 2px 8px #000;
	font-weight: bold;
	margin: 4em auto -10em;
}*/
.text-block {
	padding: 5em 0;
	max-width: 1000px;
	margin: auto;
}
.mission-statement {
	background-color: #660000;	
	color: white;
}
.who-samples {
	max-width: 1000px;
	margin: 0 auto;
}
.samples-text {
	background-color: rgba(174,129,45,.95);
	padding: 0 2em 2em;
	color: white;
	font-size:1.2em;
	margin-bottom:3em;
}	

.text-block ul{
    width: 400px;
    text-align: left;
    margin: 0 auto;
	font-size:1.2em;
}

h1, h2, h3, h4, h5 {	
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding: 1.1em 0 .5em;
	margin: 0;
}
h2 {
	font-size: 2em;
	color: #AE812D;
	text-transform: uppercase;
}
h3 {
	font-size: 1.5em;
	color: #660000;
	text-transform: uppercase;
}
h4 {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 1.4em;
}
.thumbnail {
	padding: .75em;
	margin: 3em 1.5em;
	background-color: rgba(255,255,255,0.70);
}
.thumbnail.selected {
	background-color: rgba(255,255,255,0.90);
}
/********** backgrounds *************/
.background-image {
	background-color: white;
	width: 100%;
	background-color: black;
	margin: 0;
	height: 50em;
}
#FEAT-celebration {
	position: relative;
	z-index: -1;
	width:100%;
	height:100%;
	overflow: none;
}
#who-samples {
	background: url(../images/GlennLurie1985Aax_w1700.jpg) top center fixed no-repeat;
}
#Cliff-trophy {
	background: url(../images/cliff_trophy_celebrate_w1700.jpg) top center fixed no-repeat;
}
