h1,
h2,
.featured-staff:first-child h2 {
	font-family: ivyjournal,sans-serif;
	font-weight: 600;
	font-size: 35px;
	line-height: 1.29;
	color: #303030;
}

h2 {
	font-size: 24px;
}

h1 + hr,
h2 + hr,
h3 + hr,
h4 + hr {
	background: #51C0AA;
	width: 250px;
	height: 6px;
	margin: 20px 0;
	border-radius: 2px;
}

h2 + hr,
h3 + hr,
h4 + hr {
	width: 150px;
	height: 3px;
	margin: 15px 0;
}

h3 {
	font-family: "Gotham A", "Gotham B";
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	color: #303030;
	letter-spacing: 0.05em;
}

h4 {
	font-family: "Gotham A", "Gotham B";
	font-size: 16px;
	line-height: 1.25;
	font-weight: 500;
	text-transform: uppercase;
}

h2 + h4 {
	color: #303030;
	margin-top: 7px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

h5 {
	font-family: "Gotham A", "Gotham B";
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h3 + h5 {
	margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
	h1,
	.featured-staff:first-child h2 {
		font-size: 45px;
	}
	
	h1 + hr {
		margin: 30px 0;
	}
	
	h2 {
		font-size: 28px;
	}
	
	h2 + hr {
		margin: 25px 0;
	}
}

@media screen and (min-width: 1400px) {
	h1,
	.featured-staff:first-child h2 {
		font-size: 60px;
	}
	
	h1 + hr {
		margin: 35px 0 40px;
	}
	
	h2 {
		font-size: 35px;
	}
}

/*
Ivy Journal
font-family: ivyjournal,sans-serif;
font-weight: 600;
font-style: normal;

font-family: "Gotham A", "Gotham B";
font-weight: 400;

font-weight: 500;

font-weight: 700;
*/