

.container {
width:100%;
margin-left: auto;
margin-right: auto;
}

.text {
	display: inline-block;
	float:left;
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:2%;
	min-height: 60%;
	 }

.text img.nmainright{
	width:40%;
}

.text a{
	text-decoration:none;
	color:navy;}
	
.text a:hover{
	text-decoration:underline; }

.text img.whole-width {
	float: : left;
	width: 100%;
	margin-bottom: 20px;}

.text h1 {
	text-align: left;
	color:black;
	margin-top: 0px;
	padding-top: 5px;
	font-family: 'Krub', sans-serif; 
	font-size: 150%
	}
	
.text h2 {
	font-family: 'Krub', sans-serif;
	color:black;
	font-size: 125%;
	margin-bottom: -2px;
	margin-right:6px;
	text-align: left;	
	}	
	
.text h3 {
	font-family: 'Krub', sans-serif;
	color:darkslategray;
	font-size: 110%;
	font-weight:bold;
	margin-bottom: -5px;
	padding-top: 6px;
	margin-right:6px;
	text-align: left;	
	}	

.text p {
	font-family: 'Krub', sans-serif;
	color:darkslategray;
	font-size: 100%;
	margin-bottom: -5px;
	margin-top: 15px;
	margin-right:6px;
	text-align: left;	
	line-height: 1.5;
	}
	
.text p.xspacetb {
	font-family: 'Krub', sans-serif;
	color:darkslategray;
	font-size: 100%;
	margin-bottom: -5px;
	margin-top: 15px;
	margin-right:6px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;	
	line-height: 1.5;
	}


.text ul{
	list-style-type: circle;
	margin-top: 8px;
	margin-bottom: -8px;}
	
.text ul.ind{
	list-style-type: circle;
	margin-top: 8px;
	margin-left:24px;
	margin-bottom: -8px;}
	
.text ul.i2 {
	list-style-type: circle;
	margin-left:0px;
	margin-top: 6px;
	margin-bottom: 6px;}

.text li {
	font-family: 'Krub', sans-serif;
	color:darkslategray;
	font-size: 100%;
	margin-right:6px;
	margin-bottom:4px;
	text-align: left;	
	line-height: 1.5;
	}
	
.text li.none {
	font-family: 'Krub', sans-serif;
	color:darkslategray;
	font-size: 100%;
	margin-left: -16px;
	margin-right:6px;
	margin-bottom:4px;
	padding-top: 8px;
	text-align: left;	
	line-height: 1.5;
	list-style-type: none;
	}
	
.separation hr {
	width:90%; 
	border-top: 4px dotted teal; 
	border-bottom: 0px; 
	border-left: 0px; 
	border-right: 0px;
}

hr.cut {
	width:100%;
	border-top: 2px dotted teal; 
	border-bottom: 0px; 
	border-left: 0px; 
	border-right: 0px;
}
	
.text p.small {
	font-family: 'Quattrocento Sans', sans;
	color:darkslategray;
	font-size: 75%;
	margin-bottom: -5px;
	margin-right:6px;
	text-align: justify;	
	}

.text li.break {
	font-family: 'Krub', sans-serif;
	color:darkslategray;
	font-size: 100%;
	margin-right:6px;
	margin-bottom:10px;
	text-align: left;	
	line-height: 1.5;
	}
	
.center-text p {
	font-family: 'Satisfy', cursive;
	color:darkslategray;
	font-size: 150%;
	margin-bottom: -5px;
	margin-right:6px;
	text-align: center;	
	}
	
.text img {
	float:right;
	width: 50%;
	margin-left:10px;
	margin-bottom: 5px;
	margin-right:5px;
	margin-top:5px;
	border-radius:10px;}

.text_index {
	display: inline-block;
	float:right;
	width:750px;
	margin-left: 10px;
	margin-right: 15px;
	margin-top:27px;
	 }
	 
.text_index img {
	float:right;
	width: 50%;
	margin-left:10px;
	margin-bottom: 5px;
	margin-right:5px;
	margin-top:5px;
	border-radius:10px;}
	
.text_index a{
	text-decoration:none;}

.text_index h1 {
	text-align: left;
	color:black;
	margin-top: 0px;
	padding-top: 5px;
	font-family: 'Quattrocento Sans', sans; 
	font-size: 150%
	}
	
.text_index p {
	font-family: 'Quattrocento Sans', sans;
	color:darkslategray;
	font-size: 100%;
	margin-bottom: -5px;
	margin-right:6px;
	text-align: left;	
	}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 85%;
    min-height: 85%
}

.zoom {
  padding: 50px;
  background-color: green;
  transition: transform .2s;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.5);
}

hr {
clear:both;
}

.writing_index a {
	text-decoration: none;
	color: darkslategray;}

.writing_index h2 {
	text-align: left;
	color:darkslategray;
	margin-top: 0px;
	padding-top: 5px;
	font-family: 'Quattrocento Sans', sans; 
	font-size: 125%
	}
	
.writing_index {
	border-style: dotted;
	border-width: thin;
	border-color:steelblue;
	border-radius:5px;
	margin: 0px;
	padding: 10px;
	min-height: 153px;}

.writing_index:hover {
	border-style:solid; 
	border-width: thin;
	border-color:steelblue;
	border-radius:5px;
	margin: 0px;
	padding: 10px;
	min-height: 153px;}
	
.writing_index img.r{
	width:30%;
	float:right;
	margin-top:8px;
	margin-right: 0px;
	margin-bottom: 10px;
	border-radius:5px;
	}
	
.writing_index img.l{
	width:30%;
	float:left;
	margin-top:8px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius:5px;
	}

.upload p {
	font-family: 'Quattrocento Sans', sans;
	color:navy;
	font-size: 60%;
	text-align: right;	
	}

.clear {
clear:both;}

.endnote p {
	font-family: 'Quattrocento Sans', sans;
	color:darkslategray;
	font-size: 75%;
	margin-bottom: -10px;
	margin-right:6px;
	text-align: left;	
}