body {
	background-color: #e7fcff;
	color: black;
	margin-left: 0;
	margin-right: 0;
	background-image: url("images/Jews-leaving-Lod-1951-blue03.jpg");
	background-size: 100vw;
	background-repeat: no-repeat;
	background-position: top center;
	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 {
	padding-top: 0;
	padding-bottom: 2vh;
	margin-bottom: 0;
}
.banner {
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	display: block;
	width: 99vw;
	height: 50vh;
}
.thish1, .thish2 {
	font-family: Metal, cursive;
	line-height: 90%;
	text-align: left;
	margin-left: 5vw;
}
.thish1 {
	display: block;
	text-shadow: 2px 2px 5px blue;
}
.thish2 {
	padding-bottom: 0;
	margin-bottom: 0.5em;
}
.subh1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: left;
	margin-left: 7.5vw;
	margin-right: 40vw;
	border-radius: 10px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-shadow: 1px 1px 3px #000080;
	background-color: rgba(255, 255, 255, .55);
}
.cwrap {
	text-align: left;
	margin-bottom: 2em;
	padding: 0 5px 2px 5px;
	background-color: rgba(255, 255, 255, .55);
	border-radius: 10px;
}
.buttons01, .buttons02 {
	margin-top: 5vh;
	height: 10vh;
	margin-left: 2vw;
}
.mbutton {
	display: block;
	float: left;
	text-align: center;
	font-family: 'Saira Extra Condensed', 'Arial Narrow', sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 1vh;
	padding-bottom: 1vh;
	width: 13vw;
	border: medium outset;
	border-radius: 5px;
	margin-left: 1vw;
	margin-right: 1vw;
	text-decoration: none;
	background-color: rgba(51, 153, 255, 0.25);
}
/* story */
.atitle {
	font-family: "Georama", 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;
}
.rlist {
	list-style-type: square;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 2em;
}
.ritem {
	clear: both;
	font-size: 1.1em;
}
/* books & authors */
.mbook {
	margin-bottom: 1em;
}
.bcwrap {
	display: block;
	float: left;
	width: 10vw;
	margin-right: 1vw;
	text-align: center;
}
.bcimg {
	width: 98%;
}
.bdesc {
	display: block;
	font-size: 1.25em;
/*	float: left; */
	width: 80vw;
}
/* large */
@media only screen and (min-width: 601px) {
	.outwrap {
		font-size: 1.1em;
	}
	.cwrap {
		margin-top: -7vh;
	}
	.thish1 {
		font-size: 5em;
		width: 100vw;
		margin-top: 10vh;
		margin-bottom: 0.5em;
		padding-bottom: 0;
	}
	.thish2 {
		font-size: 2.5em;
	}
	.subh1 {
		font-size: 2em;
		margin-right: 18vw;
	}
	.buttons02 {
		display: none;
	}
	.flagwidth {
		width: 1em;
	}
}
/* small */
@media only screen and (max-width: 600px) {
	body {
		background-attachment: scroll;
	}
	.outwrap {
		font-size: 0.9em; 
	}
	.thish1 {
		font-size: 3.5em;
		margin-top: 1em;
	}
	.subh1 {
		font-size: 1.35em;
	}
	.thish2 {
		font-size: 1.75em;
	}
	.buttons01 {
		display: none;
	}
	.buttons02 {
		margin-top: -8vh;
		padding-top: 0;
	}
	.mbutton {
		font-size: 1.1em;
		width: 23vw;
		height: 2.9vh;
		margin-bottom: 0.75vh;
	}
	.flagwidth {
		width: 0.85em;
	}
}
