/* Remove top margin for header images */
.wp-block-image {
	margin-top:0 !important;
}

h1,h2,h3,h4,h5,h6 {
	color: #9c6520;
	line-height: 1.5;
}
h3 {
	color: #9c6520;
	font: bold 1.5625em 'trajan-pro-3', serif;
 	line-height: 1.5625em;
	margin: 1.25em 0;
	padding: 0;
	display: block;
	font-size: 0.8em;
}
h4 {
	color: #6d3a65;
	font-size: 0.8em;
	margin-left: 10px;
}
p {
	/* JDC: Font-size too small */
	/*font: normal 0.5em "livory", serif;*/
	font: normal 1.0em "livory", serif;
}
/* JDC: Removed from style.css because it was causing positioning issues on Mythology and Making Of pages.
	 Added here to apply to other pages, otherwise the font looks tiny elsewhere. */
/*@media (min-width: 782px) {*/
.entry-content {
	font-size: 2.1rem;
}
/*}*/