body, html {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Times;
}

body {
	padding-left: 15px;
	padding-right: 15px;
    margin: auto;
}

img {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    z-index: -1;
}

#firstHeading {
    font-weight: bolder;
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    font-family: sans-serif;
    padding-top: 40px;
    margin-bottom: 25px;
    z-index: -1;
    position: relative;
}

h2 {
    font-size: 35px;
    text-align: center;
    font-weight: bolder;
    margin: 0;
    padding-top: 45px;
    padding-bottom: 0px;
    width: 100%;
    font-family: sans-serif;
    line-height: 1.5;
}

h3 {
    font-weight: bold;
    margin-left: 5%;
    font-size: 20px;
    padding-top: 30px;
    margin-bottom: -15px;
    padding-bottom: 0;
}

p {
    font-weight: normal;
    margin-left: 5%;
    font-size: 16px;
    line-height: 1.5;
    width: 90%;
    padding-top: 20px;
}


blockquote {
    color: #888;
    font-style: italic;
}

.fa-chevron-circle-up {
    position: fixed;
    bottom: 10px;
    right: 15px; 
    color: black;
}

.fa-bars {
    display: block;
    position: relative;
    top: 15px;
    align-content: center;
    margin: auto;
    width: 90%;
}

.hide{
    display: none;
}

/*Navigation*/

#hamburger {
    z-index: 5;
}

.active.main {
    display: none;
}

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

#toctitle {
    display: block;
    position: absolute;
    top: 0px;
    margin: auto;
    font-size: 40px;
    width:95%;
}

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

#toc {}
#toc li {
    padding: -10px 0px;
    text-decoration: none;
    list-style-type: none;
    width: 90%;
}

#toc ul {
    text-decoration: none;
    list-style-type: none;
    width: 90%;
}

#toc ul > li {
    margin-bottom: 1em;
}

#toc ul > li a{
    font-weight: normal;
    line-height: 1.25em;
    font-size: 20px;
}

#toc ul > li > ul {
    margin-bottom: 0;
    margin-top: 15px;
}

#toc ul > li > ul a{
    text-transform: none;
    font-size: 16px;
    font-weight: lighter;
    font-family: sans-serif;
}

#toc a {
    text-decoration: none;
    color: black;
}

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

li a:hover {
    color: lightgrey;
}

/*DESKTOP STYLING*/

@media (min-width: 768px) {
    html {
        width: 100%;
        padding: 0;
        margin: auto;
    }

    #text {
        width: 100%;
        padding-left: 0;
    }
    blockquote {
        display: inline-block;
        position: absolute;
        left: 70%;
        right: -8%;
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;

    }

    p {
        width: 58%;
        display: block;
        padding: 0px;
    }

    h2 {
        font-size: 30px;
        text-align: left;
        padding-left: 5%;
        width: 58%;
    }
 
    .indented {
        padding-left: 50px;
    }

    h3 {
        width: 58%;
    }

    ul {
        padding-left: 7%;
        width: 58%;
    }

}