body {
	background-color: #cccccc; /* med grey */
	color: black;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-image: url("images/oldbook-02.png");
	background-size: 20vw;
	background-repeat: no-repeat;
	background-position: 2vh 2vw;
	background-attachment: fixed;
}
body, .normfont, .csoon {
	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 {
}
.banner {
	text-align: center;
	display: block;
	height: 15vh;
	margin-bottom: 2.5em;
}
.bpwrap {
	display: block;
}
.thish1 {
	display: block;
	font-family: 'Averia Serif Libre', cursive;
	font-style: italic;
	font-size: 7em;
	line-height: 90%;
	text-shadow: 4px 4px 6px #808080;
}
.moreh1 {
	color: #eeeeee;
	font-size: 1.1em;
}
.csoon {
	font-style: italic;
	font-weight: 400;
	font-size: 0.35em; /*of h1 */
}
.ibtn {
	font-family: 'Josefin Sans', Tahoma, Verdana, sans-serif;
	font-size: 2em;
	text-decoration: none;
	padding: 8px 8px 5px 8px;
	border: 8px outset;
	border-radius: 10px;
}
.atitle {
	font-family: 'Josefin Sans', Tahoma, Verdana, sans-serif;
	font-size: 2em;
}
.abyline {
	font-size: 1.25em;
}
.adate {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.1em;
}
.asep {
	width: 80vw;
	margin-left: 9.5vw;
}
.aintro {
	margin-bottom: 0;
	padding-bottom: 0;
}
.asig {
	font-size: 0.9em;
}
.aoped {
	font-size: 1.05em;
	font-style: italic;
}
.cwrap {
	text-align: left;
	margin-left: 2vw;
	margin-right: 2vw;
	margin-bottom: 2em;
}
.pdftag {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: .65em;
}
/* large */
@media only screen and (min-width: 601px) {
	.outwrap {
		font-size: 1.1em;
	}
	.banner {
		margin-bottom: 1em;
	}
	.bpwrap {
		float: left;
		width: 32.5vw;
	}
	.thish1 {
		float: left;
		width: 100vw; /* 33 */
	}
	.bpic {
		width: 90%;
	}
}
/* small */
@media only screen and (max-width: 600px) {
	.outwrap {
		font-size: 0.9em; 
	}
	.banner {
		margin-bottom: 3.25em;
	}
	.bpwrap {
		height: 4.5vh;
	}
	.bpic {
		height: 98%;
	}
	.thish1 {
		padding: 0;
		margin-top: 10vh;
		font-size: 4.75em;
	}
}
