@charset "utf-8";
/* CSS Document */


body {
	background: #f5f5f5;
	overflow-wrap: break-word;
  	word-wrap: break-word;
	font-family: 'Montserrat', sans-serif;
	text-align: justify;
	}

main {
	background: #FFFFFF; 
	width: 860px;	
	box-shadow: 0 15px 20px 20px rgba(0, 0, 0, 0.1), 0px 5px 20px 0 rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 10px; 
	padding-bottom: 10px;
}	

h1  {
	font-size: 16pt;
	text-align: justify;
	font-weight: 600;
	color: #7f2718;
	padding: 0 10%;
}
h2 { 
	font-size: 12.80pt;
	font-weight: 600;
	color: black;
	text-decoration:underline;
	text-decoration-color: #740604;
	text-underline-offset: 8px;
	padding: 0 10%;
}

h3 { 
	font-size: 12pt;
	color: black;
	padding: 0 10%;
	margin-bottom: -8px;
}

h4 {  
	font-size: 3em;
	font-weight: bold;
	padding-bottom: 0;
	padding-left: 10%;
	padding-right: 10%;
	margin: 0 auto;
 }

p {
	font-size: 11pt;
	text-align: justify;
	padding: 0 10%;
	line-height: 1.4;
	
}

blockquote {
	font-size: 10pt;
	text-align: justify;
	padding: 0 8%;
	margin-left: 8%;
	line-height: 1.4;
}

ol{
	font-size: 11pt;
	padding: 0 8%;
	margin-left: 6%;
	
}

ul {
	font-size: 11pt;
	padding: 0 8%;
	margin-left: 6%;
}

ul.image {
	list-style-type: none;
	padding:0% 10%;
}

li.image {
	font-size: 9pt;
	text-align: justify;
	padding-bottom: 10px
}

figure{
	margin:0px 50px 0px 50px;
	text-align: center;
	
	
}

figcaption{
	font-size: 10pt;
	text-align: justify;
	padding: 0 10%;
}
table{
	padding: 0 10%;
	border-style: hidden;
}

th {
	font-size: 11pt;
	text-align: justify;
	line-height: 1.4;
	width: 20%
}

td {
	font-size: 11pt;
	text-align: justify;
	line-height: 1.4;
}

img { padding: 0 10%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#img1 {
	clip-path: circle(50%)
}

hr {
	color: #740604;
	background-color: #740604;
	width: 700px;
	height: 5px;
	margin-top: 15px;
}


/* row zebra table */
.tablerow{
	border: 1px solid black;
	padding: 2% 4% 2% 4%;		
	margin: 2% auto;
	border-collapse: collapse;
	width: 75%;
		}

.tablerow table, th, td {
			text-align: left;
			border: 1px solid black;
			
		}
.tablerow th{
			background-color:#740604;
	         color: white;
				
		}

/* table first column color */

.tablecolumn{
			border: 1px solid black;
			border-collapse:collapse;
			padding: 2% 4% 2% 4%;		
	        margin: 2% auto;
	        width: 75%;
	       
		}
.tablecolumn th, td{
			text-align: left;
	        vertical-align: top;
		}
.tablecolumn th{
			background-color:#740604;
			color: white;
		}
.tablecolumn td:nth-child(1){
			background-color:#e5e5e5;
		}

/*	For "box" section*/
.box { 
	width: 75%;
	margin: 2% auto;
	border-style: solid; 
	border-color: #7f2718;
	border-width: thin;
	padding: 2% 4% 2% 0%;
}

.boximg {
	width: 10%; 
	padding-left: 5%;
	display: inline-flex;
}




/*	All CSS from this point specifically coded for the contents page of book*/

.titlepage h1, .titlepage p, .titlepage h4, .titlepage img {
	text-align: center;
	color: black;
	margin: 0.5%;
}

.titlepage h1, .titlepage h4 {
	padding-top: 10%;
	padding-bottom: 10%;
}

.td2 {
	padding-left: 2%;
}

.preface h1 {
	font-size: 5em;
	text-align: right;
	padding-right: 10%;
	display: block;
}

.preface h2 {
	font-size: 1.3em;
	text-align: right;
	padding-right: 10%;
	display: block;
}

.contents h1 {
	color: #59c5c3;
	font-size: 1.5em;
	padding-right: 20px;
	padding-left: 50px;
}

.contents p {
	color: #213b74;
	padding: 0 100px;
	margin: 0 auto;
	font-size: 1.3em;
}

.prefaceline {
	width: 90%;
	height: 0.5em;
	margin-left: 0;
	background-color: #fbb042;
	border-width: 0; 
}
