@import url(http://fonts.googleapis.com/css?family=Karma:400,600,300);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css);

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	margin: 0;
	font-family: 'Karma', serif;
	background-color: #000;
}

img {
	max-width: 100%;
}

a img {
	text-decoration: none;
	border: none;
}

.wrapper {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#header {
	background-color: #d5b18c;
}

#header .black {
	height: 45px;
	padding-top: 10px;
	background-color: #000;
}

ul#secondary-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

ul#secondary-menu > li {
	width: auto;
	margin: 0 0.5em;
	display: inline-block;
	color: #efd8ae;
	white-space: nowrap;
}

ul#secondary-menu > li i.fa {
	margin-right: 0.25em;
	color: #756c5c;
}

ul#secondary-menu > li > a {
	color: #fff;
	text-decoration: none;
}

ul#secondary-menu > li > a > i.fa {
	color: #d5b18c;
}

#header img.crest_logo {
	margin-top: -30px;
	float: left;
}

#header img.text_logo {
	margin-top: 30px;
	float: right;
}

ul#primary-menu {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	text-align: center;
	clear: both;
}

ul#primary-menu > li {
	width: auto;
	display: inline-block;
}

ul#primary-menu > li > a {
	margin: 0 1.7px;
	padding: 0.5em 0.4em 0.25em;
	color: #000;
	font-size: 14px;
	line-height: 2em;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul#primary-menu > li > a:hover {
	color: #efd8ae;
	background-color: #000;
}

#feature {
	background-color: #d5b18c;
}

#feature .wrapper {
	padding: 0 10px;
	text-align: center;
}

#feature .slide {
	position: relative;
}

#feature .slide .caption {
	position: absolute;
	top: 1px;
	right: 30%;
	left: 0px;
	bottom: 30px;
	text-align: left;
	color: #fff;
	text-shadow: 0 0 10px #000;
	height: 94px;
}

#feature .slide .caption blockquote {
	margin: 0;
	padding: 0;
}

#feature .slide .caption blockquote:before {
	content: "\f10d";
	display: inline;
	font-family: FontAwesome;
	color: #efd8ae;
	font-size: 70px;
	margin: -0.35em 0.25em 1em 0;
	float: left;
}

#feature .slide .caption blockquote p {
	margin: 0;
	padding: 0;
	font-size: 40px;
	line-height: 55px;
	font-weight: 600;
}

#feature .slide .caption blockquote p:after {
	content: "\0022";
	display: inline;
}

#feature .slide .caption cite {
	font-style: normal;
}

#feature .slide .caption cite:before {
	content: "\2014";
	display: inline;
	margin-right: 0.25em;
}

#feature img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#about {
	margin: -30px 0 0;
	padding: 45px 0;
	text-align: center;
	background-color: #f2e1ce;
}

#content {
	padding: 30px 0;
	text-align: center;
	background-color: #d5b18c;
}

body.homepage #content {
	padding-top: 0;
}

body.homepage #content .wrapper .circular_feature {
	margin-top: -30px;
}

.circular_feature {
	width: 23%;
	margin: 0 1%;
	padding-bottom: 30px;
	float: left;
	text-align: center;
}

.circular_feature img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.circular_feature h2 {
	min-height: 2.2em;
	margin-bottom: 0;
	font-size: 23px;
	line-height: 1.1em;
	font-weight: 400;
}

body.homepage .circular_feature h2 {
	margin-bottom: 1.3em;
}

.circular_feature h2 a {
	color: inherit;
	text-decoration: none;
}

.circular_feature h3 {
	margin: 0;
}

.circular_feature .button {
	width: 200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0.75em 1em;
	display: block;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	border: solid 2px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.circular_feature .button:hover {
	color: #efd8ae;
	background-color: #000;
}

#footer .wrapper {
	padding: 1em 0;
	color: #d5b18c;
	font-size: 0.85em;
	text-align: center;
}

@media all and (max-width: 960px) {
	
	img {
		max-width: 100%;
		height: auto;
	}
	
	#header img.crest_logo {
		width: auto;
		height: 45px;
		margin-top: -45px;
		margin-left: 20px;
	}
	
	#header img.text_logo {
		margin: 10px auto 0;
		display: block;
		float: none;
	}
	
	#about .wrapper,
	#content .wrapper {
		padding-left: 1em;
		padding-right: 1em;
	}
	
}

@media all and (max-width: 800px) {
	
	ul#secondary-menu > li {
		display: none;
	}
	
	ul#secondary-menu > li:first-child {
		display: block;
		text-align: center;
		font-size: 1.5em;
	}
	
	#feature .slide .caption {
		top: 25%;
		right: 10%;
	}
	
	#feature .slide .caption blockquote p {
		font-size: 20px;
		line-height: 1.2em;
	}
	
	#content .wrapper img {
		display: block;
		margin: 0 auto 30px;
	}
	
	.circular_feature {
		width: 100%;
		margin: 0 auto 30px;
		float: none;
		display: block;
	}
	
	.circular_feature .button {
		font-size: 16px;
	}
	
}
