@counter-style paren-decimal {
		system: extends decimal;
		suffix: ") ";
}

body {
		font-family: Georgia, serif;
		width: 650px;
		margin: 1rem auto;
}
h1 {
		font-size: 3.2rem;
		text-align: center;
		letter-spacing: 0.3rem;
		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-top: 0rem;
		font-size: 2.4rem;
		text-align: center;
}
p.titleauthor {
		font-size: 1.8rem;
		text-align: center;
		padding-bottom: 3rem;
}

nav.main {
		margin-top: 3rem;
}
nav.main h2 {
		text-transform: uppercase;
		font-size: 2rem;
		text-align: center;
		letter-spacing: 0.3rem;
		font-style: italic;
}
nav.main ul {
		list-style-type: none;
		margin: 0 0 0 2rem;
		padding: 0;
}
nav.main ul li {
		font-size: 1.6rem;
		padding-bottom: 0.5rem;
		font-variant-caps: small-caps;
		letter-spacing: 0.1rem;
}
nav.main ul li a:link, nav.main ul li a:visited, nav.main ul li a:active, nav.main ul li a:hover {
		color: #000;
		text-decoration: none;
}

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;
}
blockquote {
		margin: 1rem 2rem;
		text-align: justify;
		text-justify: inter-word;
		font-size: 1.2rem;
		line-height: 1.4rem;
}
blockquote.song {
		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\2003\2022\2003\2022";
				font-size: 2rem;
				color: #111;
		}
}
*/
nav.bc {
		width: 100%;
		clear: both;

		height: 3rem;
		margin: 1rem 0 2rem;;
}

nav.bc a {
		display: block;
		padding: 0.5rem 0;

		font-size: 1.2rem;
		margin-bottom: 1rem;
}

.bc a:link, .bc a:hover, .bc a:active, .bc a:visited {
		color: #3355ee;
		text-decoration: none;
}

nav.bc a.bprev {
		float: left;
		text-align: left;
		padding-left: 0.2rem;
}
nav.bc a.bnext {
		float: right;
		text-align: right;
		padding-right: 0.2rem;
}
