body{
	color: #5F5F5F;
}
p{
	font-size: 19px;
	
}
.small.garamond a{
	color: #744631;
}
#home_header{
	background-image: url('images/banner_2.jpg');
	height: 600px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.banner-title{
	padding-top: 200px;
	
}

.banner-title h1{
	text-shadow: 1px 1px #000;
	font-weight: 400;
	font-family: 'EB Garamond', serif;
	font-size: 51px;
	letter-spacing: .16em;
	color: #FFF;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.banner-line {
	display: block;
	height: 1px;
	width: 100%;
	background-color: currentColor;
	color: #FFF;
	opacity: .4;
}
.banner-line.dark {
	color: #525252;
	max-width: 170px;
	display: inline-block;
}
h2.garamond{
	font-size: 40px;
	line-height: 1.17em;
    letter-spacing: .16em;
    color: #525252;
}
.small.garamond{
	color: #c9ab81;
	font-size: 21px;
	font-style: italic;
}
.garamond{
	font-family: 'EB Garamond', serif;
}
.bg-bronze{
	background-color: #aa8b45;
}
footer{
	background-color: #272727;
}

@media (min-width: 992px) { 
	.banner-line {
		margin-top: 30px;
	}
}