.top-center-header {
	display: none !important;
}
.flex-header-wrapper { 
	display: flex;
    flex-direction: row;
    align-items: center;
    border: 4px solid transparent;
    padding: 30px 0 0 0;
	color: black;
	font-weight: normal;
    letter-spacing: .3px;
    font-family: adobe-garamond-pro,serif;
	-webkit-font-smoothing: antialiased;
}
.image-box { 
	flex: 2.1; 
}
.copy-hat {
	font-family: termina,sans-serif;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
	text-transform: uppercase;
}
.flex-header-wrapper  a {
	font-family: termina,sans-serif;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid;
	display: inline-block;
	color: inherit;
}
.flex-header-wrapper  a:hover {
	border-bottom: 1px solid #999999;
	color: #999999;
}
.copy-box { 
	flex: 1.3;
    padding: 0 0 0 5%;
    text-align: left;
}
.copy-box h2{
    font-size: 40px;
	line-height: 38px;
}
.copy-box p{
    font-size: 19px;
    line-height: 22px;
	font-family: adobe-garamond-pro,serif;
    -webkit-font-smoothing: antialiased;
	letter-spacing: .3px;
	word-spacing: normal;
}
.textonly-box {
	flex: 1;
	padding: 3%;
}
.textonly-box h2{
	font-family: termina,sans-serif;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
}
.textonly-box p{
    font-size: 28px;
    line-height: 33px;
	font-family: adobe-garamond-pro,serif;
    -webkit-font-smoothing: antialiased;
	letter-spacing: .3px;
	word-spacing: normal;
}
    
@media screen and (max-width: 767px){
	.flex-header-wrapper { 
		display: block;
		padding: 15px 30px 0 30px;
	}
	.copy-box { 
		text-align: center;
		padding: 0 8%;
	}
	.copy-box h2{
		font-size: 28px;
		line-height: 33px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.copy-box p{
		font-size: 16px;
		line-height: 20px;
	}
	.textonly-box {
		padding: 0;
	}
	.textonly-box h2{
		font-size: 12px;
	}
	.textonly-box p{
		font-size: 19px;
		line-height: 22px;
	}
}