.home h1,.home h2,.home h3,.home h4,.home h5,.home h6{
    font-family: 'Slabo 27px', serif;
}
.home h1 {
	font-size: 72px;
	padding: 40px 0px;
}
.home header{
	/*border-bottom: 1px solid #eaeaea;*/
}
.home section{
	background: #fff;
	background: -webkit-linear-gradient(bottom,#fcfcfc, #fff 50px);
	background: -moz-linear-gradient(bottom,#fcfcfc, #fff 50px);
	background: -o-linear-gradient(bottom,#fcfcfc, #fff 50px);
	background: linear-gradient(bottom,#fcfcfc, #fff 50px);
	border-bottom: 1px solid #fafafa;
}
.row.height-xl{
    padding: 100px 0px;
}
.row.height-lg{
    padding:80px 0px;
}
.row.height-md{
    padding:60px 0px;
}
.row.height-sm{
    padding:40px 0px;
}
.row.height-xs{
    padding:20px 0px;
}

.photography {
	background: #666;
}

.photography img{
	display: block;
	padding:0px;
	float: left;
	margin: 0px;
}