h1, h2, h3, h4, h5, h6 {
	color: #1E3D2F;
}

body, p {
	color: #2C2C2C;
}

body {
	background-color: #EDEAE0 !important;
}

h1.entry-title {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 40px !important;
}

.entry-header {
	margin: 0 !important;
	padding: 0 !important;
}

.entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.menu-toggle, .main-navigation {
	display: none !important;
}

.site-navigation, nav, #site-navigation, .nav-menu, header nav {
	display: none !important;
}

#triggers-wrapper {
	display: none !important;
}

.hentry {
	padding-top: 0 !important;
}

/* Hide the tagline image */
.entry-content .wp-block-image:first-child {
	display: none !important;
}

.entry-content img,
.entry-content figure,
.entry-content .wp-block-image {
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.entry-content a img,
.entry-content figure a {
	border: none !important;
	outline: none !important;
}

.site-footer, #colophon {
	display: none !important;
}

/* Separator line */
.entry-content hr {
	border: none !important;
	border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
	width: 100vw !important;
	margin-left: calc(-50vw + 50%) !important;
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	height: 0 !important;
	background: none !important;
}

/* Body text: Source Serif 4 */
.wf-active .entry-content p,
.entry-content p {
	font-family: 'Source Serif 4', Georgia, serif !important;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 400;
}

/* Section headers: Playfair Display */
.wf-active .entry-content h2,
.entry-content h2 {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
}

/* Desktop overrides */
@media (min-width: 768px) {
	.wf-active .entry-content p,
		.entry-content p {
		font-size: 22px;
		line-height: 1.6;
	}
	
	.wf-active .entry-content h2,
		.entry-content h2 {
		font-family: 'Playfair Display', Georgia, serif !important;
		font-size: 34px;
	}
	
	h1.entry-title {
		font-size: 52px;
	}
}

.entry-content p {
	margin-top: .5em !important;
	margin-bottom: .5em !important;
}

.entry-content h2 {
	margin-top: 1.5em !important;
	margin-bottom: .5em !important;
}