.header
{
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	font-size: 4rem;
	text-transform: uppercase;
	display: inline-block;
	line-height: 72px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 20px;
	min-height: 200px;
}
.head{
	text-align: center;
	position: relative;
}
.subhead{
	text-transform: uppercase;
	border-bottom: 2px solid #2f2f2f;
	border-top: 2px solid #2f2f2f;
	padding: 12px 0 12px 0;

}
.media {
	-webkit-filter: sepia(80%) contrast(1) opacity(0.8);
	filter: sepia(80%) grayscale(1) contrast(1) opacity(0.8);
	mix-blend-mode: multiply;
	width: 100%;
}
@media only all and (max-width: 600px) {
	.header{
		max-width: 320px;
		font-size: 3rem;
		line-height: 54px;
		overflow: hidden;
	}
}