body {
/*	margin: 0 auto;*/
	padding: 0px 0px 0px 75px;
	max-width: 90%;
	font-family: 'Open Sans', sans-serif;
	overflow-y: none;
}

h1 {
	display: inline-block;
	padding-top: 5px;
	text-align: left;
	float: left;
	font-weight: 800;
	text-transform: uppercase;
	width: 60%;
}

h2 {
	text-transform: uppercase;
	font-weight: 800;
	text-indent: -2.5em;
}

	h2.toc-h2 {
		text-align: right;
		font-size: 2em;
	}

h3 {
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 20px;
}

div {
	margin: auto;
}

p {
	padding: 5px 0px 10px 0px;
	line-height: 1.2em;
	width: 60%;
}


/*hr {
	width: 50%;
}*/

	div.toc {
		display: block;
	}

		div.toc ul {
			list-style-type: none;
		}

		div.toc li {
			list-style-type: none;
		}

	div.toctitle {
		display: inline-block;
		position: relative;
		float: right;
	}

		div.toctitle:hover {
			color: grey;
			transition: 0.2s;
		}

	nav.contents {
		/*visibility: hidden;*/
		display: none;
		opacity: 0;
		position: fixed;
		width: 100%;
		height:	100%;
		background-color: white;
/*		text-align: right;
		padding-right: 100px;*/
		right: 0;
		top: 0;
		padding-top: 1%;
		z-index: 1;
		font-size: 13px;
		font-weight: 600;
		overflow-x: hidden; 
		transition: 0.175s; 
		}

	nav.contents.show {
		/*visibility: visible;*/
		display: block;
		opacity: 0;
		transition: 0.5s; 
	}

	nav.contents ul.contents {
		text-transform: uppercase;
		text-align: right;
		padding: 0px 50px 15px 50px;
		font-weight: 700;
		font-size: 1.25em;
	}

		nav.contents ul{
			text-transform: lowercase;
			font-weight: 400;
			font-size: 1em;
			padding: 0px;
		}

	 li.close {
	 	font-size: 2em;
	 }

	a {
		color: black;
/*		text-transform: uppercase;*/
		text-decoration: none;
	}

	a:hover {
		color: grey;
		transition: 0.3s;
	}

img {
	width: 60%;
}

section.content {
	/*width: 60%;*/
}

	section.content h2 {
		margin: auto;
		padding-top: 25px;
	}

	section.content blockquote {
		padding: 3px 0px;
		font-size: 16px;
		font-style: italic;
		color: #4286f4;
		margin: 0px 12px;
	}

		blockquote p {
			display: block;
			position: relative;
			float: right;
			clear: right;
			width: 35%;
		}

		section.content ul {
			width: 60%;
		}


button#back-to-top {
	position: fixed;
	right: 35px;
	bottom: 10px;
	background-color: black;
	border: none;
    color: white;
    padding: 3px 7px;
    border-radius: 17px;
    display: inline-block;
    font-size: 25px;
    opacity: 0.8;
}

	button#back-to-top:hover {
		background-color: grey;
		transition: 0.2s;
		color: white;
	}

	button#back-to-top:active {
		background-color: black;
    	color: white;
	}


