html, body {
	font-family: 'EB Garamond', serif;
	text-align: justify;
	padding: 0;
	margin: 0;
	background-color: #f0edeb;
}
a {
	color: #589242;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.title {
	font-style: italic;
}
nav>ul,
section>ul,
header>h1,
section>h1,
section>p,
footer>p,
section>dl {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 15vw;
	padding-right: 15vw;
}

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 0;
	background-color: black;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	color: #589242;
}
nav li {
	display: inline-block;
}
nav li:before {
	content: '\2022';
	display: inline-block;
	width: 24px;
	text-align: center;
}
nav li:first-child:before {
	display: none;
}
nav a {
	color: #f0edeb;
	font-weight: bold;
	text-decoration: none;
}
header>h1 {
	margin-top: 72px;
	padding-left: 20%;
	padding-right: 20%;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
	text-transform: uppercase;
	font-size: 2.6em;
	color: #589242;
	text-shadow: 1px 1px #404040;
}
header>h1 .subhead {
	text-transform: none;
	text-shadow: none;
	font-size: 0.7em;
	font-style: italic;
	color: black;
}
header>h1 .author {
	text-transform: none;
	text-shadow: none;
	font-size: 0.8em;
}
section>h1 {
	background-color: #589242;
	padding-top: 24px;
	padding-bottom: 24px;
	color: #f0edeb;
	margin-bottom: 12px;
	margin-top: 24px;
}
section>p,
section>dl,
section>ul {
	font-size: 1.3em;
}
section>p {
	margin-bottom: 6px;
}
section>ul {
	list-style: none;
}
section>ul>li {
	margin-bottom: 12px;
}
section>ul>li .review_author {
	display: block;
	text-align: right;
	color: #589242;
	font-style: italic;
}
section#author>h1,
section#ordering>h1 {
	margin-bottom: 0;
}
footer {
	background-color: black;
	color: white;
	padding-bottom: 36px;
	padding-top: 36px;
	margin-top: 24px;
	position: relative;
}
section>img {
	width: 100%;
}
footer>a {
	display: block;
	position: absolute;
	top: 50%;
	right: 24px;
	font-size: 0;
	margin-top: -32px;
	width: 64px;
	height: 64px;
	background-image: url( rbdmd.png );
	background-position: 0 0;
	background-repeat: no-repeat;
}
header img {
	max-width: 100%;
}
@media (max-width: 600px) {
nav>ul,
section>ul,
header>h1,
section>h1,
section>p,
footer>p,
section>dl {
	padding-left: 12px;
	padding-right: 12px;
}
footer>a {
	right: 6px;
}
footer>p {
	padding-right: 90px;
}

}