h1,h2,h3,h4,h5,h6{
	font-family: new-spirit, serif;
	font-weight: 400;
	font-style: normal;
}

p{
	font-family: neue-haas-grotesk-text, sans-serif;
	font-weight: 400;
	font-style: normal;
}
#main-header{
	height:400px;
}
@media screen and (max-width: 39.9375em) {
	#main-header{
		height:200px;
	}
}
.logo .img-wrapper{
	background:#fff;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	border: solid #BDBDBD 1px; 
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)  ; 
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)  ; 
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)  ; 
}

#home .inner-content{
	margin:60px 0;
}
#home h1{
	margin:40px 0;
	text-align:center;
}
#home h2{
	margin:50px 15px;
}
#home .bio{
	margin-bottom:60px;
	font-size:18px;
}

#home #photo-gallery{
	padding:40px;
	background:#F4F0DE
}
.slick-prev:before{
	content: '<'!important;
}
.slick-next:before{
	content: '>'!important;
}
.slick-prev:before, .slick-next:before{
	color:#000 !important;
	font-size:40px !important;
	font-family: new-spirit, serif;
}
.slick-slide{
	text-align:center;
	margin:0 25px;
}
.slick-slide img{
	display:inline-block !important;
	text-align:center;
}