#back-to-top {
	position: fixed;
	bottom: -2px;
	right: 0px;
	width: 100%;
	font-size: 20px;
	font-family: "acumin-pro-condensed",sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	color: grey;
	background-color: #E5E7E9;
	padding-bottom: 14px;
	padding-top: 13px;

}

body, html {
	width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
	font-family: "source-sans-pro",sans-serif;
	background-color: #F8F9F9;
}

body {
	margin: 0;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}

h1 {
	font-family: "acumin-pro-condensed",sans-serif;
	text-transform: uppercase;
  }

h2 {
	text-transform: capitalize;
	padding-top: 35px;
	max-width: 90%;
	font-family: "acumin-pro-condensed",sans-serif;
}

h3 {
	font-family: "acumin-pro-condensed",sans-serif;
}

blockquote {
	font-style: italic;
	margin-left: 18px;
	margin-right: 20px;
}

p {
/*	width: 90%;
*/	font-size: 18px;
	line-height: 23px;
}

img {
	width: 100%;
}

#firstHeading {
	font-size: 30px;
	padding-top: 10px;
}

#toc {
	width: 90%;
}

#toc * {
	display: none;
}


ul {
	max-width: 80%;
}