@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

* {
	-webkit-transition:all .7s ease;
	-moz-transition:all .7s ease;
	-o-transition:all .7s ease;
	-transition:all .7s ease;
}
body {
	margin: 0;
	font-family: 'Oranienbaum', serif;
	background: #CCC;
}
a {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
a:hover {
	color: rgba(135,26,28,1.00);
	text-decoration: none;
}
.border {
	border: medium solid rgba(0,0,0,1.00);
	margin-top: 2%;
	margin-bottom: 2%;
}
section {
	overflow: hidden;
	clear: both;
	text-align: left;
}
section article h2 {
	font-size: 1.8em;
	font-family: 'Oranienbaum', serif;
	font-weight: 300;

}
section.whole article {
	width: 95%;
	float: left;
	background-color: #FFF;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	height: auto;
	clear: both;
}
section.whole article h2 {
	text-align: left;
	font-family: 'La Belle Aurore', cursive;
}
section.whole article p {
	text-align: left;
	font-family: 'Oranienbaum', serif;
	font-size: 16px;
}
section.slider article{
	background-color: #D9D8AC;
	height: auto;
	width: 100%;
}
#content {
	background: #FFF;
	height: auto;
}
#features h1 {
	text-align: left;
	margin-left: 2%;
	margin-bottom: 10px;
	font-size: 3em;
	font-family: 'La Belle Aurore', cursive;
	font-weight: 300;
	width: auto;
	height: auto;
}
#features img {
	float: right;
	width: 3%;
	height: auto;
	margin-top: 1%;
	margin-bottom: 1%;
}
article.color1 {
	background-color: #87514B;
}
article.color2 {
	background-color: #347081;
}
article.color3 {
	background-color: #999;
}
article.color4 {
	background-color: #E1AC77;
}
article.color5 {
	background-color: #CC9;
}
article.color6 {
	background-color: #747F5B;
}
#contact h1 {
	text-align: left;
	margin-left: 2%;
	margin-bottom: 10px;
	font-size: 3em;
	font-family: 'La Belle Aurore', cursive;
	font-weight: 300;
	width: auto;
	height: auto;
}
#contact img {
	float: right;
	width: 3%;
	height: auto;
	margin-top: 1%;
	margin-bottom: 1%;
}
#contact_info {
	width: 100%;
	height: auto;
	float: left;
	border: medium solid rgba(0,0,0,1.00);
	margin-bottom: 4%;
}
#contact_info img {
	width: 30%;
	height: auto;
	margin-left: 2%;
	margin-bottom: 0%;
	float: left;
	margin-top: 2%;
	margin-bottom: 2%;
}
#info {
	width: 60%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-top: 10%;
}
#info h3 {
	text-align: left;
	margin-top: 3.5%;
	font-family: 'Oranienbaum', serif;
	margin-left: 3%;
	font-size: 26px;

}
#info h5 {
	text-align: left;
	margin-bottom: 3.5%;
	font-family: 'La Belle Aurore', cursive;
	margin-left: 3%;
	font-size: 20px;
}
#info img {
	text-align: left;
	width: 12%;
	height: auto;
}
@media screen and (min-width: 961px) {
		header {
		background: #FFF;
		min-height: 100px;
		color: #000;
	}
	header h1 {
		margin: 0;
		font-size: 3em;
		font-family: 'Oranienbaum', serif;
		line-height: 1.5em;
		text-align: center;
	}
	header h3 {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		font-size: 1.8em;
		font-family: 'La Belle Aurore', cursive;
		line-height: 1em;
		margin-bottom: 10px;
		text-align: center;
	}
	header nav ul {
		padding: 0;
		text-align: center;
		margin: 0;
		font-size: 24px;
	}
	header nav li {
		list-style: none;
		display: inline-block;
		margin: 0  1% 10px 1%;
		text-align: center;
	}
	header nav li a {
		padding: 3px 12px;
		color: rgba(167,183,155,1.00);
	}
	header nav li a:hover {
		text-decoration: none;
		color: #366;
	}
	header nav li a:visited {
		text-decoration: none;
		color: rgba(167,183,155,1.00);
	}

	section.thirds_long article {
		height: 750px;
		width: 16.66%;
		float: left;
		margin-bottom: 2%;
	}
	section.thirds_long article h2, section.thirds_long article p {
	margin: 10%;
	
	}
	section.thirds article {
		background: rgba(231,167,169,1.00);
		min-height: 200px;
		width: 28%;
		margin: 2% 2.66%;
		float: left;
	}
	#info {
	width: 60%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-top: 10%;
}
#info h3 {
	text-align: left;
	margin-top: 3.5%;
	font-family: 'Oranienbaum', serif;
	margin-left: 3%;
	font-size: 26px;

}
#info h5 {
	text-align: left;
	margin-bottom: 3.5%;
	font-family: 'La Belle Aurore', cursive;
	margin-left: 3%;
	font-size: 20px;
}
#info img {
	text-align: left;
	width: 12%;
	height: auto;
}
}
@media screen and (max-width: 960px) {
		header {
		background: #FFF;
		min-height: 100px;
		color: #000;
	}
	header h1 {
		margin: 0;
		font-size: 3em;
		font-family: 'Oranienbaum', serif;
		line-height: 1.5em;
		text-align: center;
	}
	header h3 {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		font-size: 1.8em;
		font-family: 'La Belle Aurore', cursive;
		line-height: 1em;
		margin-bottom: 10px;
		text-align: center;
	}
	header nav ul {
		padding: 0;
		text-align: center;
		margin: 0;
		font-size: 24px;
	}
	header nav li {
		list-style: none;
		display: inline-block;
		margin: 0  1% 10px 1%;
		text-align: center;
	}
	header nav li a {
		padding: 3px 12px;
		color: rgba(167,183,155,1.00);
	}
	header nav li a:hover {
		text-decoration: none;
		color: #366;
	}
	header nav li a:visited {
		text-decoration: none;
		color: rgba(167,183,155,1.00);
	}
	section.thirds_long article {
		min-height: 300px;
		width: 100%;
		float: left;
	}
	section.thirds_long article h2, section.thirds_long article p {
	margin: 2%;
}
	section.thirds article {
	min-height: 200px;
	width: 100%;
	margin: 2% 2.5%;
	float: left;
	background-color: #CCC;
	}
section.thirds article h2, section.thirds article p {
	margin: 10%;
}
#info {
	width: 60%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-top: 10%;
}
#info h3 {
	text-align: left;
	margin-top: 3.5%;
	font-family: 'Oranienbaum', serif;
	margin-left: 3%;
	font-size: 26px;

}
#info h5 {
	text-align: left;
	margin-bottom: 3.5%;
	font-family: 'La Belle Aurore', cursive;
	margin-left: 3%;
	font-size: 20px;
}
#info img {
	text-align: left;
	width: 12%;
	height: auto;
}
}
@media screen and (max-width: 480px) {
	section.thirds_long article {
		min-height: 250px;
		width: 100%;
		float: left;
	}
	section.thirds_long article h2, section.thirds_long article p {
	margin: 2%;
}
	section.thirds article {
		background: rgba(231,167,169,1.00);
		min-height: 150px;
		width: 95%;
		margin: 2% 2.5% 0 2.5%;
		float: left;
	}
	section.thirds article h2, section.thirds article p {
		margin: 10%;
}
	header {
		background: #FFF;
		min-height: 100px;
}
	header h3 {
		font-family: 'La Belle Aurore', cursive;
}
	header nav ul {
			margin: 0;
			text-align: left;
			margin-left: 0%;
}
	header nav li {
			width: 100%;
			margin: 1px 0 0 0;
			text-align: left;
}
	header nav li a {
		display: block;
		width: 100%;
		padding-left: 2%;
}
header nav li a:hover {
	text-decoration: none;
	color: #366;
}
#info {
	width: 60%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-top: 10%;
}
#info h3 {
	text-align: left;
	margin-top: 3.5%;
	font-family: 'Oranienbaum', serif;
	margin-left: 3%;
	font-size: 18px;

}
#info h5 {
	text-align: left;
	margin-bottom: 3.5%;
	font-family: 'La Belle Aurore', cursive;
	margin-left: 3%;
	font-size: 10px;
}
#info img {
	text-align: left;
	width: 12%;
	height: auto;
}
}

#footer {
	clear: both;
	background-color: rgba(243,228,162,1.00);
	width: 100%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	text-align: center;
	height: auto;
	width: 100%;
}
#footer ul {
	padding: 0;
	text-align: center;
	margin: 0;
	font-size: 16px;
}
#footer li {
	list-style: none;
	display: inline-block;
	margin: 0  1% 10px 1%;
	text-align: center;
	margin-top: 10px;
}
#footer li a {
	padding: 3px 12px;
	color: rgba(0,0,0,1.00);
}
#footer li a:hover {
	text-decoration: none;
	color: rgba(255,255,255,1.00) ;
}
#footer li a:visited {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
#copyright {
	clear: both;
	text-align: center;
	color: rgba(0,0,0,1.00);
	font-size: 14px;
	margin-top: 10px;
}