@charset "UTF-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
	}
	
body, p {
	font-family: 'open_sansregular', sans-serif;
	color:grey;
	font-size:14px;
	line-height:1.5em;
	padding-bottom:5px;
	}
	
.padding_left {
	margin-left:20px;
	}
	
.padding_top {
	margin-top:20px;
	}
	
.padding_bottom {
	margin-bottom:60px;
	}
	
.lefttext {
	text-align:left
	}
	
.space {
	clear:both;
	display:block;
	height:60px;
	}
	
/*HEADER*/

header {
	background-color:#6CC7BA;
	padding-top:60px;
	padding-bottom:40px;
	text-align:center;
	}

header h1 {
	font-family: 'introblack_inline_caps', sans-serif;
	letter-spacing:3px;
	font-size:46px;
	color:white;
	padding:0px;
	}
	
header p {
	font-family: 'open_sansregular', sans-serif;
	color: white;
	padding-top:8px;
	letter-spacing:1px;
	}
	
header li {
	display:inline-block;
	}
	
header a {
	color:white;
	text-decoration:none;
	font-size:14px;
	margin-top:10px;
	}
	
header a:hover {
	color:#4d968a;
	}
	
header a.social {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image:url(images/social.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	margin-left:10px;
	background-color: #eee;
	transition: ease .5s;
	}

header li span {visibility:hidden;}
	
#facebook a {
	background-position: 0 0;
	}
	
#facebook:hover {
	background-position: 0 -20px;
	}
	
#twitter {
	background-position: -20px 0;
	}
	
#twitter:hover {
	background-position: -20px -20px;
	}
	
#pinterest {
	background-position: -40px 0;
	}
	
#pinterest:hover {
	background-position: -40px -20px;
	}
	
#email {
	background-position: -60px 0;
	}
	
#email:hover {
	background-position: -60px -20px;
	}
	
/*CONTENT*/

#content {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	}

.fade {
	border:rgba(187,187,187,1) thin solid;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
		  opacity:1;
	filter:alpha(opacity=100);
	}
.fade:hover {
	opacity:0.4;
	filter:alpha(opacity=40);	 
	}
	
#content img.full {
	width:100%;
	max-width:960px;
	padding-top:20px;
	padding-right:20px;
}

#content img.half {
	width:47%;
	max-width:460px;
	}
	
#content img.quarter {
	width:23%;
	max-width:220px;
	}
	
#content h1 {
	font-family: 'introblack_inline_caps', sans-serif;
	font-size:24px;
	color:#6CC7BA;
	padding-bottom:40px;
	text-align:center;
	}
	
#content h2 {
	font-family: 'introblack_inline_caps', sans-serif;
	font-size:20px;
	color:#6CC7BA;
	padding-bottom:10px;
	}
	
#content a {
	color:#6CC7BA;
	text-decoration:none;
	}	
	
#content a:hover {
	color:#4d968a;
	}
	
.half {
	display:block;
	text-align:left;
	width:48%;
	float:left;
	margin-top:20px;
	overflow:hidden;
	}
	
.quarter {
	display:block;
	width:23%;
	float:left;
	margin:1%;
	}
	
/*NAVIGATION*/
nav {
	display:block;
	padding:15px 0 15px 0;
	position:relative;
	left:85%;
	top:25px;
	overflow:visible;
	}
	
#navlist li {
	font-family: 'introblack_inline_caps', sans-serif;
	font-size:14px;
	color:#6CC7BA;
	list-style:none;
	color:#FFF;
	padding-right:10px;
	}
	
#navlist a:hover {
	color:#4d968a;
	}
	
#navlist li:last-child {
	padding-right:50px;
	}
	
#navlist li a {
	list-style:none;
	display:block;
	color:#6CC7BA;
	text-decoration:none;
	}
	
#navlist li:hover #subnav {
	display:block;
	height:360px;
	}

#subnav {
	text-align:left;
	overflow:hidden;
	height:0px;
	position:absolute;
	padding-bottom:1px;
	background-color:white;
	}
	
#subnav li {
	padding:1px;
	float:none;
	display:block;
	}
	
	
/*FOOTER*/

footer {
	
	clear:both;
	background-color:#6CC7BA;
	padding-top:40px;
	padding-bottom:175px;
	text-align:center;
	}
	
#foot_content {
	width:100%;
	max-width:960px;
	text-align:left;
	margin:0 auto;
	}
	
.foot_column {
	display:block;
	width:30%;
	float:left;
	}
	
footer h2 {
	font-family: 'open_sansregular', sans-serif;
	color:white;
	font-size:16px;
	}
	
footer p, footer a {
	font-family: 'open_sansregular', sans-serif;
	color:white;
	text-decoration:none;
	}
	
footer a:hover {
	color:#4d968a;
	}
	
footer img#logo {
	padding-left:15%;
	width:100%;
	max-width:100px;
	}
	
footer li {
	display:inline-block;
	float:right;
	}
	
footer a.social {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image:url(images/social.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	margin-left:10px;
	background-color: #eee;
	transition: ease .2s;
	}

footer li span {visibility:hidden;}


@media screen and (max-width: 1000px)
{
#content {
	width:80%;
	max-width:900px;
	text-align:center;
	}
	

#content h1 {
	font-size:18px;
	padding-bottom:20px;
	}
	
#content h2 {
	font-size:16px;
	color:#6CC7BA;
	padding-bottom:5px;
	}
	
#content img.full {
	width:100%;
	max-width:860px;
	padding-top:20px;
	padding-right:20px;
}
	
.half {
	width:100%;
	margin:0 auto;
	padding_top:20px;
	padding_left:0px;
	}
	
#content img.quarter {
	width:31%;
	max-width:266px;
	}	
	
.space {
	height:60px;
	}
	
#foot_content {
	width:100%;
	max-width:900px;
}

@media screen and (max-width: 768px)
{
header h1 {
	font-size:18px;
	}
	
header p {
	font-size:10px;
	padding-top:3px;
	}
	
nav {
	left:40%;
	top:20px;
	}
	
#content {
	width:80%;
	max-width:600px;
	}
	
#content h1 {
	padding-top:30px;
	padding-bottom:20px;
	}
	
#content img.quarter {
	width:47%;
	max-width:380px;
	}	
	
.half {
	width:100%;
	max-width:600px;
	margin:0 auto;
	padding-top:20px;
	padding_left:0px;
	}	
	
#content img.half {
	width:100%;
	margin:0 auto;
	text-align:center;
	}
	
.quarter {
	width:100%;
	}
	
.space {
	height:30px;
	}
	
footer {
	padding-bottom:50px;
	}
	
#foot_content {
	text-align:center;
	}	

.foot_column {
	float:none;
	width:100%;
	max-width:600px;
	margin:0 auto;
}

footer img#logo {
	width:100%;
	padding:10px 0px 10px 0px;
	max-width:80px;
	}

footer li {
	display:inline-block;
	float:none;
	margin:0 auto;
	}

	
}