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

@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400italic,400);

html {
	height: 100%;
}
a {
	color: #fff;
	text-decoration: none;
}
body {
	position: relative;
	background-color: #aeaca1; /*#A6A699;*/
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	font-family: "Libre Baskerville", serif;
	color: #0404004;
}
p {
	font-size: 13px;
	line-height: 1.85em;		
}
#header {
	font-size: 9px;
	letter-spacing: .75em;
	text-transform: uppercase;
	margin: 10px auto 0;	/*margin: 10px auto;	*/
	text-align: center;
	width: 600px;
}
#header .left, #header .right {
	padding-top: 10px;	
}
.section .left {
	text-align: left;	
}
.section .right {
	text-align: right;	
}
#header .col div {
	padding-top: 7px;	
}
#header a {
	color: #28372C;
}
#header a:hover {
	color: #000; /*#60604B;*/
	font-weight: 150;
}
#header a.active {
	color: #60604B;
}
#menuzord {
	display: none;	
}
#main p {
	margin: 40px auto;
	text-align: justify;
	width: 600px;
}
#footer {
	color: #60604B;	
	font-size: 12px;
	letter-spacing: .32em;
	margin: 28px auto 10px;
	text-align: center;
}
#footer #social {
	padding-top: 14px;	
}
#footer #social .facebook img {
	padding-left: 10px;
}	
#footer a {
	padding: 0 15px 0 0;	
}
#clear {
	display: none;	
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 2px 1.6%; /*margin: 1% 0 1% 1.6%;*/
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*Mobile Navigation*/
ul.menuzord-menu li {
	background-color: #95948c;	
}

@media only screen and (max-width: 767px) {
	#header {
		width: 100%;	
	}
	#header .left, #header .right {
		padding-top: 0;	
	}
	#header .left a, #header .right a {
		display: none;
	}
	#header .col {
		margin: 0;
	}
	#footer {
		font-size: 12px;	
	}
	#menuzord {
		display: block;	
	}
	nav.nav {
		display: none;	
	}
	#main p {
		width: auto;
	}
	
}

@media only screen and (max-width: 667px) {
	.col {  
		margin: 1% 0 1% 0%; 
	}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { 
		width: 100%; 
	}
	#footer #social .facebook img {
		padding-left: 15px;
	}
}
