body {
	margin: 0 auto;
	max-width: 80%;
	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;
}

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

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

h3 {
	text-transform: uppercase;
	font-weight: 700;
}

div {
	margin: auto;
}

	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;
		}

	nav.contents {
		display: none;
		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;
	}

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

	a:hover {
		color: grey;
	}

img {
	width: 100%
}

section.content {
	margin: auto;
}

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

	section.content blockquote {
		font-size: 14px;
		font-style: italic;
	}

button#back-to-top {
	background-color: grey;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 5px 5px 5px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    font-size: 10px;
}

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

	button#back-to-top:active {
		outline: none;
		border: none;
	}


