body {
	background-color: #f6dcab;
	color: black;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
/*
	background-image: url("images/background-sepia-02.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
*/
}
body, .normfont {
	font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}
a {
	color: black;
}
a:visited {
	color: black;
}
a:active, a:hover {
	color: red;
}
.outwrap {
	margin: 0;
}
.thish1 {
	display: block;
/*	font-family: 'Whisper', cursive; */
	font-family: 'Quintessential', cursive;
	font-size: 4em;
	line-height: 85%;
	text-shadow: 2px 2px 4px gold;
}
.thish2 {
	display: block;
	text-align: center;
	font-family: 'Alegrya Sans', Tahoma, verdana, sans-serif;
	font-size: 2.75em;
	text-shadow: 2px 2px 4px #808080;
}
.navwrap {
	display: block;
	float: left;
	width: 12vw;
	height: 120vh;
	padding: 1em 0 0 1em;
	margin-top: -2.5vh;
	background-color: #333;
	background-image: url('images/navbarbg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.fcnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.fcni {
}
.tagline {
	display: block;
	text-align: center;
	font-family: 'Corinthia', 'Brush Script MT', cursive;
	font-size: 4em;
	text-shadow: 2px 2px 4px #808080;
	padding: 0;
	margin-bottom: 0.5em;
}
.cwrap {
	width: 84vw;
	float: left;
	margin-left: 1vw;
	margin-bottom: 1em;
}
.cimgwrap {
	display: block;
	float: left;
	text-align: center;
	width: 25%;
	margin-right: 1vw;
	margin-bottom: 1em;
	padding-top: 0.5em;
}
.cimg {
	width: 98%;
}
.ctext {
	text-align: justify;
	margin-left: 2em;
	margin-right: 2em;
	text-indent: 2em;
	font-size: 1.5em;
}
.ch-ding {
	text-align: center;
	font-family: 'Noto Sans Symbols 2', Tahoma, sans-serif;
	font-size: 2em;
}
/* buy buttons */
.pbutton {
	display: block;
	text-align: center;
	font-size: 1.5em;
	color: #ffd700;
}
.pbutton a:visited {
	color: #ffd700;
}
.pbutton a:hover {
	color: red;
}
.abutton01, .abutton02 {
	display: inline-block;
	width: 20vw;
	text-align: center;
	padding: 5px 30px 5px 30px; 
	border: medium outset; 
	border-radius: 8px; 
	font-size: 1.25em; 
	text-decoration: none; 
/*	font-family: Tahoma, Verdana, Arial, sans-serif; */
	color: #ffd700;
	background-color: black; 
}
.abutton01 {
	margin-right: 3.5vw;
}
.nav, .nav01, .navhdr {
	font-family: 'Alegreya Sans', Tahoma, Verdana, Arial, sans-serif;
	color: gold;
	line-height: 110%;
	text-decoration: none;
}
.nav01 {
	margin-left: 1.5em;
}
.navhdr {
	font-style: italic;
}
.navwrap a:hover {
	text-decoration: underline;
}
.navwrap a:visited {
	color: gold;
}
.chapnavwrap {
	clear: both;
	text-align: center;
	margin-top: 1.5vw;
}
.chapnav {
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding: .25em .5em .25em .5em;
	border: medium outset;
	border-radius: 5px;
	margin-left: 1em;
	margin-right: 1em;
}
.intro {
	font-size: 1.5em;
	margin-left: 1em;
}
.thistitle {
	font-size: 1.05em;
	font-style: italic;
	font-weight: bold;
}
.ebbook {
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 2em;
}
.ebtitle {
	font-weight: bold;
}
.ebsub {
	font-style: italic;
}
.twocol {
}
.tintro {
	margin-left: 2vw;
	margin-right: 2vw;
	font-size: 1.15em;
}
.cblock {
	margin-bottom: 1em;
}
.tcity {
	font-family: 'Alegreya Sans', Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.25em;
	padding-bottom: 0;
	margin-bottom: 0;
}
.thise {
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 2em;
	margin-bottom: 0.5em;
}
.rtext, .rby {
	font-size: 1.2em;
}
.rtext {
	padding-bottom: 0;
	margin-bottom: 0;
	margin-left: 1em;
	margin-right: 1em;
}
.rby {
	text-align: right;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0;
	padding-top: 0;
}

/* large */
@media only screen and (min-width: 601px) {
	.outwrap {
	}
	.twocol {
		float: left;
		width: 43%;
	}
}
/* small */
@media only screen and (max-width: 600px) {
	.outwrap {
		font-size: 90%;
	}
	.intro {
		clear: both;
	}
	.cwrap {
		width: 98%;
	}
	.intro {
		clear: both;
	}
	.tagline {
		font-size: 2.5em;
	}
	.thish2 {
		clear: both;
		font-size: 3em;
		margin-top: 0;
		padding-top: 0;
	}
	.abutton01, .abutton02 {
		width: 45vw;
		font-size: 1.15em;
		margin-right: 0;
		margin-bottom: 3vh;
	}
	.twocol {
		float: none;
		width: 98%;
	}
	.navwrap {
		float: none;
		width: 99vw;
		height: 4.25em;
		margin-bottom: 0.5em;
		margin-top: 0;
	}
	.fcni {
		display: block;
		float: left;
		min-width: 8em;
		margin-right: 1em;
	}
	.fcskip {
		display: none;
	}
	.nav01 {
		margin-left: 0;
	}
	.cimgwrap {
		width: 42%;
		margin-bottom: 0;
	}
}
/* smaller */
@media only screen and (max-width: 400px) {
	.intro {
		clear: both;
	}
	.tagline {
		font-size: 2em;
	}
	.abutton01, .abutton02 {
		width: 45vw;
		font-size: 0.9em;
		margin-right: 0;
		margin-bottom: 1vh;
	}
	.navwrap {
		height: 6em;
		margin-top: 0;
		padding-top: 0.5em;
	}
	.fcni {
		min-width: 7em;
	}
}
