M/* CSS Document */
body{
	margin: 0;
}
.page-wrapper{
	background-color:#FDF5B4;
}
.page-wrapper p{
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
		font-size: 18pt;
	}
.page-wrapper h2{
	font-size: 28px;
}
.page-wrapper h4{
	font-size: 16px;
}
nav ul li a{
	text-decoration: none;
	color: #fff;
	background-color: #092050;
	display:inline;
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
}
nav ul li a:hover{
	background-color: #5C85A8;
}
nav ul{
	list-style: none;
	padding-left: 0;
	margin-left: 20px;
	
}
.titles h2{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	line-height: 0;
}
.titles h3{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	line-height: 1;
}
.preface{
	margin-left: 40px;
	margin-right: 40px;
	text-align: justify;
}
.toc{
	margin-left: auto;
	margin-right: auto;
	width: 42em;
	line-height: 1.5;
}
.cquote p{
	margin-left: 40px;
	margin-right: 40px;
	font-size: 14pt;
}
.qname{
	margin-left: 40px;
	margin-right: 40px;
	font-size: 14pt;
	text-align: right
}
.ctext{
	margin-left: 40px;
	margin-right: 40px;
	text-align: justify;
}
.c1quote{
	margin-left: 40px;
	margin-right: 40px;
	font-size: 14pt;
	text-align: justify;
}
.books p{
	font-size: 12pt;
}
.parents{
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}
.reh_head{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 15px
}
.jwh{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.dna{
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}
.dna-covers{
	display: flex;
	justify-content: center;
	justify-content: space-around;
}
.descents{
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}
.WT{
	display: flex;
	justify-content: center;
	justify-content: space-around;
} 
.NH{
	display: flex;
	justify-content: center;
	justify-content: space-around;
	padding-top: 20px;
}
.sign{
	padding-bottom: 10px;
}
.four-book-covers{
	display: flex;
	justify-content: center;
	justify-content: space-around;
}
.riverspy{
	float:none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
footer {
	margin-top: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #383838;
	color: #F5F5F5;
	text-align: center;
	width: 100%;
}

@media screen and (min-width:800px)
			and (orientation: landscape){
	.three-cols{	
		display: flex;
	}
	.parents{
		width: 33%;
	}
	.dna{
		width: 34%;
	}
	.descents{
		width: 33%;
	}
}





