img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	}

body {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 90%;
    margin: auto;
    font-family: sans-serif;
}

p {
	line-height: 30px;
}

h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: sans-serif;
    margin-top: 25px;
    padding-top: 40px;
}

h2 {
    margin-top: 60px;
    font-family: sans-serif;
    text-transform: uppercase;
    display: inline-block;
}

h3 {
	text-transform: uppercase;
	font-family: sans-serif;
	margin-top: 40px;
    font-size: 17px;
}

blockquote {
    font-style: italic;
    color: darkgray;
    font-family: serif;
    margin-left: 15px;
    margin-right: 10px;
}

button {
    display: inline-block;
    position: fixed;
    bottom: 5px;
    right: 5px; 
}

.fa-bars {
    display: block;
    position: absolute;
    top: 15px;
    align-content: center;
    margin: auto;
}

.hide{
    display: none;
}

/*Navigation*/

#hamburger {
    z-index: 5;
}

.active.main {
    display: none;
}

.menu {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: white;
    left: 0px;
    font-size: 13px;
    overflow: none;
    width: 100%;
}
.active {
    display: block;
    overflow: none;
}

.toc {
    margin: auto;
    color: white;
    padding: 4%;
    width: 67%;
    display: none;
}

#toctitle {
    display: block;
    position: absolute;
    padding-top: 0px;
    padding-bottom: 35px;
    margin: auto;
    font-size: 1.2rem;
    padding-left: 40px;
}

nav {
    padding-top: 90px;
    display: block;
    width: 95%;
}

li {
    display: block;
    text-decoration: none;
    padding: 7px 0px;
}

a {
     font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
     color: black;
}

nav > ul > li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #838383;
}

li a:hover {
    background-color: lightgrey;
    color: white;
}