#back-to-top {
	position: fixed;
	bottom: -2px;
	right: 0px;
	width: 100%;
	font-size: 22px;
	font-family: "acumin-pro-condensed",sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	color: white;
	background-color: slategray;
	padding-bottom: 8px;
	padding-top: 6px;
}

#back-to-top.active {
	display: none;
}

.fa {
	position: fixed;
	top: 17px;
	right: 30px;
	color: white;
	z-index: 100;
}

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: 0;
	box-sizing: border-box;
}

.menu {
	display: none;
}

.active.menu {
	display: block;
}

.main {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 59px;
}

.main.active {
	display: none;
}

h1 {
	font-family: "lexia",serif;
	font-weight: 900;
	text-transform: uppercase;
	z-index: 3;
  }

#firstHeading {
	font-size: 28px;
	line-height: 27px;
	padding-top: 8px;
	color: #333F5D;
	width: 90%;
	z-index: 3;
}

h2 {
	text-transform: capitalize;
	padding-top: 35px;
	max-width: 90%;
	font-family: "acumin-pro-condensed",sans-serif;
	border-top: 1px solid slategray;
	color: #333F5D;
}

h3 {
	font-family: "acumin-pro-condensed",sans-serif;
	color: #333F5D;
}

blockquote {
	font-style: italic;
	margin-left: 18px;
	margin-right: 20px;
	color: #333F5D;
}

p {
	font-size: 18px;
	line-height: 23px;
}

img {
	width: 100%;
	padding-top: 5px;
}

.header {
  background-color: #E5E7E9;
  box-shadow: none;
/*  position: fixed;
*/  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  color: grey;
/*  position: fixed;
*/  height: 100%;
  overflow-y: auto;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
/*  overflow: scroll;
*/  background-color: #E5E7E9;
}

.header li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  border-bottom: 1px solid #F8F9F9;
}

.header li a:hover{
  background-color: #F8F9F9;
}

.nav {
	padding-top: 60px;
}

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

#toc a {
	text-decoration: none;
	text-transform: uppercase;
	list-style-type: none;
	 color: slategrey;
}

#toc ul > li > ul > li a {
	font-weight: normal;
	font-family: "source-sans-pro";
	font-size: 20px;
	line-height: 23px;
	padding-left: 35px;
/*	text-indent: 22px;
*/	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: capitalize;
/*	font-style: italic;
*/	color: slategray;
}

#toc ul > li a {
	font-weight: bold;
	font-family: "acumin-pro-condensed";
	font-size: 22px;
	line-height: 27px;
	color: #333F5D;
}

#toctitle {
/*	padding-top: 20px;
	padding-bottom: 10px;*/
	background-color: #333F5D;
	color: white;
	width: 100%;
	display: block;
	position: fixed;
	height: 60px;
}

.navbar {
	width: 100%;
	height: 60px;
	display: block;
	background-color: #333F5D;
	position: fixed;
	z-index: 0;
}

.contents {
	text-transform: uppercase;
	text-align: left;
	text-indent: 20px;
	font-size: 28px;
	margin: 0;
	padding-top: 10px;
	color: white;
	border-top: 0px;
	display: block;
}




@media only screen  and (min-width : 900px) {
	.main p {
		width: 57%;
		font-size: 15px;
		line-height: 21px;
	}

	.main {
		padding-left: 80px;
/*		padding-right: 50px;
*/		padding-top: 15px;
		width: 69%;
		margin: 0;
	}

	.active.main {
		display: block;
	}

	.header {
		margin-left: 70%;
		overflow-y: scroll;
	}

	.menu {
		display: block;
		height: 100%;
		width: 22%;
		overflow: scroll;
	}

	#toctitle {
		height: 50px;
		overflow: scroll;
		width: 22%;
		right: 0;
	}

	#toc {
		position: fixed;
		height: 100%;
		right: 0;
	}

	img {
		width: 57%;
		padding-bottom: 15px;
	}

	#back-to-top {
		right: 0;
		font-size: 14px;
		font-family: "source-sans-pro";
		text-transform: uppercase;
		font-weight: 400;
		border: none;
		width: 22%;
		padding-top: 9px;
		padding-bottom: 11px;
		color: white;
		background-color: #333F5D;
		z-index: 4;
		position: fixed;
		text-align: left;
		padding-left: 16px;

	}

	#back-to-top:hover {
		background-color: slategray;
	}

	#back-to-top.active {
		display: block;
	}

	.navbar {
		display: none;
	}

	.nav {
		padding-top: 50px;
	}

	.contents {
		text-transform: none;
		font-weight: normal;
		text-align: left;
		text-indent: 16px;
		font-size: 16px;
		margin: 0;
		padding-top: 15px;
		font-family: "lexia",serif;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding-top: 17px;
	}

	#toc ul > li a {
		font-weight: bold;
		font-family: "acumin-pro-condensed";
		text-transform: uppercase;
		font-size: 14px;
		line-height: 17px;
		color: #333F5D;
		padding-left: 16px;
	}

	#toc ul > li > ul > li a {
		font-weight: normal;
		font-family: "source-sans-pro";
		font-size: 14px;
		line-height: 17px;
		padding-left: 25px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-transform: capitalize;
		color: slategray;
	}

	.header li a {
		padding-top: 7px;
		padding-bottom: 7px;
		text-decoration: none;
		padding-right: 14px;
	  	border-bottom: 1px solid #F8F9F9;
	}

	h2 {
		max-width: 57%;
		text-indent: -23px;
	}

	#firstHeading {
		font-size: 30px;
		line-height: 48px;
		padding-bottom: 5px;
		padding-top: 5px;
		color: #333F5D;
		max-width: 100%;
		z-index: 3;
		margin-top: 15px;
		margin-bottom: 12px;
	}

	h3 {
		color: slategray;
	}

	blockquote {
		font-style: italic;
		color: #333F5D;
		margin: 0;
		padding: 0;
	}

	.main blockquote p {
/*		padding-left: 60%;
*/		margin: 0;
		font-size: 14px;
		line-height: 22px;
		float: right;
		width: 38%;
		display: block;
		clear: right;
		margin-bottom: 20px;
		text-align: center;
	}

	.main ul {
		width: 50%;
	}

}

