@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'museo-slab';
	src: url('/assets/fonts/Museo_Slab_500_2-webfont.woff2') format('woff2'),
		 url('/assets/fonts/Museo_Slab_500_2-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'museo-slab';
	src: url('/assets/fonts/Museo_Slab_700-webfont.woff2') format('woff2'),
		 url('/assets/fonts/Museo_Slab_700-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

body {
	font-family: 'museo-slab', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
a, a:link, a:visited {
	color: #84761E;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
p {
	font-family: 'museo-slab', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 16px;
	line-height: 150%;
}

.intro-copy {
	padding-top:15px;
}
.intro {
	font-family: 'museo-slab', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	margin: 0;
}
.intro span {
	font-family: 'museo-slab', Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
}
.well {
	background-color:  #ddfbff;
}
.well h2 {
	text-align: center;
}
.list-services {
	list-style: none;
	text-align: center;
	margin: 5px 0 10px 0;
	padding: 0;
}
.list-services li {
	margin: 0;
	padding: 2px 0;
}
/*.project-blocks .project-block:nth-child(3n+1) {
	clear: left;
} */
.project {
	margin-bottom: 20px;
}
.project-thumb {
	border: 1px solid #aaa;
	border-radius: 3px;
	margin: 0 0 10px 0;
}

h1 {
	font-family: 'museo-slab', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: 0 0 20px 0;
	color: #fff; /* 84761E */
	margin: 0;
	font-size: 26px;
	line-height: 120%;
	/*text-transform: lowercase;*/
	letter-spacing: .03em;
}
h1 span {
	font-style: italic;
	display: inline-block;
	color: #fff; /* 84761E */
	margin: 0 0 0 0;
	font-size: 17px;
	line-height: 120%;
	text-transform: lowercase;
	margin-left: 12px;
}
h2 {
	font-family: 'museo-slab', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	padding: 0 0 15px 0;
	margin: 0;
	line-height: 120%;
	letter-spacing: .03em;
}
h2.section-header {
	margin: 15px 0 25px 0;
	text-align:center;
	border-bottom: 1px solid #84761E;
}
h3 {
	font-family: 'museo-slab', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	padding: 0 0 15px 0;
	margin: 0;
	line-height: 120%;
	letter-spacing: .03em;

}
#header {
	min-height: 50px;
	text-align: center;
	background: transparent url('/assets/images/bg-page-1500.jpg') no-repeat center center;
	background-size: cover;
	padding: 10px;
	margin: 0 0 20px 0;
}
#header h1 {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	letter-spacing: .03em;
	font-size:20px;
	padding: 10px 0;
}
#footer {
	margin-top: 30px;
	padding: 20px 0;
	border-top: 1px solid #84761E;
}
#footer p {
	text-align: center;
	color: #aaa;
}
.project {
	width: 100%;
	padding: 0;
	text-align: center;
	margin: 0 0 20px 0;
}
.project p {
	font-size: 16px;
	padding-bottom: 12px;
}
.project p.design-credit {
	color: #aaa;
	font-size: 70%;
	text-transform: uppercase;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearleft {
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.banner {
	min-height: 300px;
}
.banner img {
	margin-bottom: 10px;
}
.banner p, .banner ul li {
	font-size: 14px;
}
@media (max-width: 600px) {
	.intro {
		font-size: 18px;
		margin: 0 0 18px 0;
	}
	.intro span {
		font-family: 'museo-slab', Helvetica, Arial, sans-serif;
		font-size: 24px;
		font-weight: 700;
	}
}
@media (min-width: 960px) {
	.project {
		min-height: 320px;
	}
}
