.main-body {
	max-width: 800px;
}

.subtitle {
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #8c827a;
}

.author {
	margin-left: auto;
	margin-right: auto;
	color: #8c827a;
	padding-bottom: 30px;
}

.row {
	margin: auto;
	margin-top: 30px;
}

.image-container {
	margin-right: 20px;
}

.figure-img {
	max-height: 50vh;
}

.figure {
	display: table;
}

.figure-caption {
	display: table-caption;
	caption-side: bottom;
	text-align: center;
}

.header {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.body-text {
	font-family: "Cormorant";
	font-size: 22px;
	color: #383432;
}

.bio-text {
	font-family: "Cormorant";
	font-size: 18px;
	color: #383432;
}

.author-image {
	padding-right: 40px;
	padding-bottom: 20px;
}

h1 {
	font-family: "Tenor Sans";
	margin-top: 40px;
	color: #383432;
	font-size: 35px;
}
/*@media only screen and (min-width: 960px) { h1 { font-size: 35px; } }
@media only screen and (min-width: 768px) and (max-width: 959px) { h1 { font-size: 35px; } }
*/

h2 {
	font-family: "Tenor Sans";
	font-size: 32px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #383432;
}
/*@media only screen and (max-width: 767px) {h2 { font-size: 25px; } }
*/

h3 {
	font-family: "Tenor Sans";
	font-size: 26px;
	font-weight: bold;
	color: #383432;
}
/*@media only screen and (min-width: 960px) { h3 { font-size: 16px; } }
@media only screen and (min-width: 768px) and (max-width: 959px) {h3 { font-size: 16px; } }
*/

.related ul {
	margin-top: 2em;
}
.related ul:before {
    content:attr(aria-label);
    font-weight:bold;
	font-family: "Cormorant";
	font-size: 18px;
}

.link a {
	color: #8c827a;
	border-bottom: 1px solid #dcdbda;
}

.link a:hover {
	text-decoration: none;
}
