body{
	color: #5F5F5F;
}
p{
	font-size: 19px;
	
}
h1{
	font-size: 21px;
}
.text-orange {
	color: #f1641e;
}
.small.garamond a{
	color: #744631;
}
#video{
	position: relative;

}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; left: 0; 
	width: 100%; 
	height: 100%;
}


.ytp-pause-overlay.ytp-scroll-min{
	display: none;
}
.banner_home {
	display:none;
	background-size: cover;
	background-position: center center;
	height: 200px;
	text-align: center;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#home_header{
	border-bottom: 2px solid #525252;

}

.banner-title{
	
}

.banner-title h1{
	text-shadow: 1px 1px #000;
	font-weight: 400;
	font-family: 'EB Garamond', serif;
	
	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;
}
#video-window{
	height: 400px;
}
footer{
	background-color: #272727;

}

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