body{
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, serif;
	line-height: 1.5;
	background-color: #ececec;
}

h1,h2{
	font-family: Georgia, Times New Roman, serif;
	margin: 0;
	padding: 0;
}

h1{
	font-size: 40px;
	font-weight: 700;
}
h1.subHeading{
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 0;
}
h2{
	font-size: 28px;
	font-weight: 300;
}

p{
	font-size: 16px;
	color: #666666;
	margin: 0 0 1em 0;
}

a{
	color: #231f20;
	text-decoration: none;
}

a:visited{
	color: #7f888e;
}


img{
	display: block;
	max-width: 100%;
	height: auto;
}

/** 
	Containers 
**/
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }


section{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 350px;
}
.wrapper{
	clear: both;
	min-width: 320px;
	max-width: 940px;
	margin: 0 auto;
	padding: 20px 10px;
	position: relative;
}


.col-half,
.col-thirds,
.col-two-thirds,
.col-fourth{
	float:left;
	display:inline-block;
	margin-right: 3.66%;
	margin-bottom: 5%;
}

.col-half{
	width: 48%;
}

.col-two-thirds{
	width: 66%;
}

.col-thirds{
	width: 30%;
}
.col-fourth{
	width: 23%;
}

.last{
	margin: 0;
}

/**	Footer **/
#footer{
	border-top: 1px solid #CCCCCC;
	text-align: center;
	height: 150px;
}
#footer p{
	font-size: 12px;

}


/** 
	Section Header 
**/
section#header{
	position: fixed;
	background-color: #f4f0f1;	
	color: #7f888e;
	min-height: 100px;
	z-index: 110;
}

	/**
	 	Navigation 
	 **/
	.logo{
		float: left;
	}

	nav{
		float: right;
		width: 65%;
		margin: 0 0 2% 0;
	}
		nav ul li{
			float:left;
			display: block;
			width: 25%;
			text-align: right;
		}

		nav ul li a{
			font-family: Georgia, Times New Roman, serif;
			color: #7f888e;
			text-decoration: none;
		}

		nav ul li a:visited{
			color: #7f888e;
		}

		nav ul li a:hover,
		nav ul li.active a{
			color: #556890;
		}


	p.contactDetails{
		font-family: Georgia, Times New Roman, serif;
		float: right;
		color: #7f888e;
	}
	p.contactDetails a{
		color: #7f888e;		
	}

/** 
	Slideshow 
**/
section#home{
	color: #FFFFFF;
}

div.slider img{
    display: block;
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 0;
}
img.cycle-slide{
	margin-top: 20px;
}
div.cycle-overlay{
	position: relative;
	z-index: 109;
	margin: -9% auto 2% auto;
	max-width: 940px;
	min-width: 320px;
	text-align: center;
}



/**
	About Us, Portfolio, Contact
**/
section#about-us{
}

/**
	Gallery and Captions
**/
.interior-gallery,
.exterior-gallery{
	cursor: pointer;
}
.caption{
	font-family: Georgia, Times New Roman, serif;
	font-weight: 300;	
	background-color: #FFFFFF;
	float:left;
	width: 99.6%;
	margin: 0;
	padding: 3% 0;
	text-align: center;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

	.caption p{
		margin-bottom: 0;
	}	

/** 
	Parallax 
**/
section#portfolio{
	background: url('../images/portfolio-bg.jpg') no-repeat fixed;
	background-size: 100%;
	padding: 5% 0 0;
}
section#contact{
	background: url('../images/contact-bg.jpg') no-repeat fixed;
	background-size: 100%;
	padding: 5% 0 0;
}

@media only screen and (max-width: 960px) {
	.wrapper,
	.cycle-overlay{
		padding: 10px 20px;
	}

	section#header .wrapper{
		padding: 20px 20px;
	}
	h1{
		font-size: 30px;
		font-weight: 700;
	}
	h1.subHeading{
		font-size: 24px;
	}
	h2{
		font-size: 24px;
	}

}

@media only screen and (max-width: 480px) {
	.logo{
		margin-bottom: 5%;
	}
	p.contactDetails,
	nav{
		clear: both;
		float: none;
		width: 100%;
	}
	nav ul li{
		float: left;
		text-align: center;
		font-size: 14px;
		padding: 5% 0;		
	}

	section#portfolio,
	section#contact{
		display:none;
	}

}

