h1, h2 {
	font-size: 1.25rem;
	margin-bottom: 1rem;
	text-align: center;
}

h3 {
	font-weight: bold;
	font-size: 1rem;
}

.masthead-title {
	font-size: 1.25rem;
}

.next_chapter {
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	border: 1px solid #e4e4e4;
	border-radius: 12px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 7px;
	padding-bottom: 7px;
	display: inline-block;
	margin-top: 5px;
	font-size: 0.8rem;
	color: black;
	background-color: #f8f8f8;
}

.next_chapter:hover {
	background-color: #EFEFEF;
	text-decoration: none;
}

.intro_quote {
	font-style: italic;
	margin-bottom: 0px;
	padding-top: 1em;
}

.intro_author {
	text-align: right;
	font-style: italic;
	margin-bottom: 1.5em;
}