﻿@charset "UTF-8";
/* CSS Document */


section#main-wrapper{
	background-color: #F1F1F1;

}
*{
	color: #424A5C;
}
h1{
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 3rem;
}
.h2, h2 {
    font-size: 2rem;
}
h3{
	font-weight: 300;
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 1.52rem;
}
.h5, h5 {
    font-size: 1.25rem;
}
#book{
	max-width: 1000px;
	background-color: #fff;
	padding: 0;
}
.blue{
	color: #0167CB;
}
#book .page{
	padding: 30px 20px;
	border-bottom: solid 1px #DDEDFE;
}
/* #book .page#cover{
	min-height: 1283px;
	padding-top: 300px;
    padding-bottom: 220px;
}
#book .page#table-of-contents{
	
}
#book .page#welcome{
	min-height: 804px;
} */
#book .page,
#book .page p{
	font-size: 20px;
}
#book .page ol li{
	font-size: 18px;
	padding-bottom: 10px;
}
#book .page img{
	max-width: 90%;
    min-width: 300px;
    /*max-height: 330px;*/
    margin: 30px auto;
}




