

.main-text hr {
	margin: 3em auto;
}



/*
#page-nav a {
	font-weight: bold;
	padding: .5em 1em;
}

#page-nav a:hover {
	background-color: #9e1f63;
	color: #fff;
}*/


figure {
	padding: 1.5em 0;
}

figure:first-of-type {
	padding-top: 0;
}

figure:last-of-type {
	padding-bottom: 0;
}

blockquote p {
	margin-bottom: 1em;
}

figcaption {
    text-align: right;
    font-style: italic;
}


blockquote p:first-of-type::before { content: "\201c"; }
blockquote p:last-of-type::after { content: "\201d"; }
figcaption::before { content: "\2014"; }


@media (min-width: 768px) {
	#page-nav li {
		display: inline-block;
		width: 32%;
	}

	/*#page-nav li:not(:first-of-type) {
		margin-left: 1em;
	}*/

	#page-nav a br {
		display: block;
	}
}


