@charset "utf-8";
/* CSS Document */

				/*-----------   	Entire Body		-------------*/

body {
	background: rgba(61,59,59,0.85);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	overflow-wrap: break-word;
  	word-wrap: break-word;
	margin: 0;
	padding: 0;
}

.content {
	background: #FFFFFF;
	box-shadow: 0 15px 20px 20px rgba(0, 0, 0, 0.1), 0px 5px 20px 0 rgba(0, 0, 0, 0.2);
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
		
}	

				/*------------- 	Header    -----------------*/
	
header {
	width: 85%;
	margin: 0 auto;
	
}

hr {
	border: none;
    height: 4px;
    background-color: #2A3689;
	border-radius: 10px;
	
}

h1 {
	color: #2A3689;
	font-size: 45px;
}

.chpthead {
	width: 430px;
	display: inline-block;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	letter-spacing: -2px;

}

.bluech {
	width: 200px;
	height: 300px;
	background: #2A3689;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	justify-content: center;
	margin: 0 auto;

}

.chno {
	font-size: 150px;
	text-align: center;
	margin: 0 auto;
	letter-spacing: -10px;
}

.wordchpt {
	font-size: 14px;
	padding-top: 40px;
	display: block;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 auto;

}

.author {
	margin-top: -10px;
	padding-left: 30px;
	padding-bottom: 5px;
	font-weight: bold;
	display: block;

}

 	
				/*------------- 	Main  	 ------------------*/

section {
	width: 85%;
	margin: 0 auto;
	text-align: justify;
}

h2 {
	
	font-size: 30px;
	color: #2A3689;
	
}

h3 {
	
	font-size: 26px;
	
}

h4 {
	
	font-size: 20px;
}

p {
		
	text-align: justify;
	font-size: 17px;
	
}

blockquote {
	
/*	align-content: center;*/
	padding-left: 20px;
	font-style: italic;
	font-size: 17px;
	
}

img {
	
	object-fit: contain;
	max-width: 100%;
	margin-left: auto;
  	margin-right: auto;
}

dl, dt {
	font-size: 17px;
}

dt {
	font-weight: bold;
}

.spacedlist {
	
	padding-bottom: 10px;
	padding-top: 10px;
	
}

					/*------------ 	Footer	   -------------*/

footer {
	width: 85%;
	margin: 0 auto;
	text-align: justify;
}

li {
	padding: auto 4px;
	font-size: 17px;
	padding-top: 5px;
}



