body {
		font-family: Georgia, serif;
		margin: 1rem auto;
}

@media screen and (width > 700px) {
		body {
				width: 650px;
		}
}

a.bhome:link, a.bhome:hover, a.bhome:active, a.bhome:visited {
		display:  inline-block;
		text-decoration: none;
		color: #333;
		font-weight: bold;
		border: 1px solid #999;
		text-size: 1.5rem;
		margin: 0.5rem 0 0;
		padding: 0.5rem 1rem;
		border-radius: 1rem;

}

h1 {
		font-size: 2.6rem;
		text-align: center;
		letter-spacing: 0.1rem;
		margin-bottom: 0.5rem;
}
section + h1 {
		font-size: 3rem;
		text-align: center;
		letter-spacing: 0.2rem;
		margin: 4rem 0 0.5rem;
		font-variant: small-caps;
}
p.subtitle {
		margin: 0rem 0 1.5rem;
		font-size: 1.4rem;
		text-align: center;
		font-weight: bold;
}
p.titleauthor {
		font-size: 1.8rem;
		text-align: center;
		padding-bottom: 3rem;
}

section#formattersnote p {
		font-style: italic;
}

section h2 {
		font-size: 1.8rem;
		/* font-variant-caps: small-caps; */
		font-weight: bold;
		font-style: italic;
}
section[id*="ch"] h2::first-letter {
		font-size: 4rem;
		font-weight: normal;
}

section h3 {
		font-size: 1.4rem;
		line-height: 1.4rem;
		padding: 1rem 0;
		text-transform: lowercase;
		font-variant-caps: small-caps;
		font-weight: normal;
}

section {
		margin-top: 3rem;
}
section p {
		text-indent: 1.5rem;
		font-size: 1.3rem;
		line-height: 1.6rem;
		text-align: justify;
		text-justify: inter-word;
		padding: 0;
		margin: 0;
}
section p.pref {
		margin-bottom: 0.8rem;
		font-style: italic;
}

section p + p.pref {
		margin-top: 0.8rem;
}

section ol.parenlist {
		padding: 0;
		margin: 0;
		list-style: paren-decimal;
		list-style-position: inside;
}
section ol.parenlist li {
		font-size: 1.3rem;
		text-indent: 1.5rem;
		line-height: 1.6rem;
		text-align: justify;
		text-justify: inter-word;
}

section p.sectauthor {
		text-align: right;
		font-variant-caps: small-caps;
}
section p.sectdate {
		text-align: right;
		font-style: italic;
}

sup a:link, sup a:visited, sup a:active, sup a:hover {
		text-decoration: none;
		font-color: #00f;
}

h2 + p, blockquote + p { text-indent: 0; }
.smallcap {
		font-variant-caps: small-caps;
}

section:last-child {
		padding-bottom: 2rem;
}

hr {
		margin: 1rem 0;
		border: 0;
		text-align: center;
		&:before {
				content: "\2022\2003\2022\2003\2022";
				font-size: 2rem;
				color: #111;
		}
}

figure {
		display: block;
		margin: 1.5rem auto 1.5rem;
		border: 1px solid #999;
		padding: 0.4rem;
}
figure.w6 {
		width: 600px;
}
figure.w4 {
		width: 400px;
}
figcaption {
		padding: 0.5rem 1rem;
		font-size: 1.1rem;
		text-align: center;
}

#poem {
}
#poem h2 {
		text-align: center;
		margin-bottom: 0.5rem;
}
#poem .poemauthor {
		text-align: center;
		font-size: 1.3rem;
		margin-bottom: 1.5rem;
}
#poem .stanza {
		text-indent: 0;
		margin-bottom: 1rem;
}

@media screen and (width <= 700px) {
		body { width: 95%; }
		h1 { font-size: 2.2rem;	}
		p.titleauthor { font-size: 1.4rem; }
		section h2 { font-size: 1.6rem;	}
		section h3 { font-size: 1.4rem;	}
		section p {
				font-size: 1.1rem;
				line-height: 1.4rem;
		}
		figure.w6 {	width: 95%;	}
		figure.w6 img {	width: 100%; }
		figure.w4 {	width: 95%;	}
		figure.w4 img {	width: 100%; }
		figcaption {
				font-size: 1rem;
				padding: 0.3rem 1rem;
		}

}
