h1,
h2,
h4,
h5 {
	font-family: solano-gothic-pro-mvb, sans-serif;
	font-size: 40px;
	color: #283f51;
	letter-spacing: 0;
	line-height: 1.05;
	text-transform: uppercase;
}

h1 + hr,
h2 + hr,
h4 + hr {
	height: 12px;
	width: 100px;
	display: block;
	margin: 0;
	background: url('../images/brush-stroke-horizontal-rule.svg') no-repeat;
	background-size: 100% auto;
	border: 0;
}

h1[style*="text-align: center;"] + hr,
h2[style*="text-align: center;"] + hr,
h3[style*="text-align: center;"] + hr {
	margin-left: auto;
	margin-right: auto;
}

.bg-dark-blue h1,
.bg-dark-blue h2 {
	color: #fff;
}

h3 {
	font-family: 'The Historia', serif;
	font-size: 34px;
	color: #DEBA5E;
	font-weight: normal;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.14;
}

h1 em,
h2 em,
h1 i,
h2 i {
	display: block;
	font-style: normal;
	text-transform: none;
	font-weight: 400;
	font-family: 'The Historia', serif;
	font-size: 34px;
	color: #DEBA5E;
	letter-spacing: 0;
	line-height: .6;
}

h4 strong,
h4 b,
h4 em,
h4 i {
	font-family: proxima-nova, sans-serif;
	display: block;
	font-style: normal;
	font-weight: 900;
	font-size: 12px;
	color: #a62548;
	letter-spacing: 0.2em;
	padding-top: 5px;
}

.text-white h4,
.text-white h4 strong,
.text-white h4 b {
	color: #fff;
}

@media screen and (min-width: 768px) {
	h1 {
		font-size: 54px;
	}
	
	h1 em,
	h2 em,
	h1 i,
	h2 i {
		font-size: 45px;
	}
	
	h2 {
		font-size: 44px;
	}
	
	h3 {
		font-size: 45px;
	}
}

@media screen and (min-width: 1024px) {
	h1 {
		font-size: 70px;
	}
	
	h1 em,
	h1 i {
		font-size: 60px;
	}
	
	h2 em,
	h2 i {
		font-size: 55px;
	}
	
	h2 {
		font-size: 54px;
	}
	
	h3 {
		font-size: 55px;
	}
	
	.flow > * + h3 {
		margin-top: 40px;
		margin-bottom: -10px;
	}
	
	h5 {
		font-size: 22px;
	}
}

@media screen and (min-width: 1400px) {
	h1 {
		font-size: 70px;
	}
	
	h1 em,
	h2 em,
	h1 i,
	h2 i {
		font-size: 65px;
	}
	
	h2 {
		font-size: 64px;
	}
	
	h3 {
		font-size: 65px;
	}
	
	h5 {
		font-size: 24px;
	}
}