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

body {
	margin-left: auto;
	margin-right: auto;
	background-color: #eee;
	max-width: 900px;

}

.active.main {
	display: none;
}

.menu {
	display: none;
}

.active.menu {
	display: block;
}

#toc {

}
#toc li {
	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: 1.3em;

}

#toc ul > li a{
	font-family: "leitura-news";
	font-weight: 600;
	line-height: 1.25em;
	font-size: 22px;
	width: 50%;

}

#toc ul > li > ul {
	padding-left: 20px;
	margin-bottom: 0;
	margin-top: 20px;

}

#toc ul > li > ul a{
	color: black;
	text-transform: none;
	font-size: 16px;
	font-family: "franklin-gothic-urw";
	font-weight: 300;

}


#toc a {
	text-decoration: none;
	list-style-type: none;
	color: black;
	font-family: "franklin-gothic-urw";
	font-size: 24px;
}

nav {
	text-decoration: none;
}

.fa {
	position: absolute;
	top: 20px;
	left: 20px;
}

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

h1 {
	font-size: 48px;
	line-height: 1.0;
	font-family: "franklin-gothic-urw";
	font-weight: 900;
	text-align: center;
	padding-top: 40px;
	margin-bottom: 25px;
	color: black;
	z-index: -1;
	position: relative;

}

h2 {
	font-size: 40px;
	font-family: "franklin-gothic-urw";
	text-align: center;
	font-weight: 400;
	margin: 0;
	padding-top: 60px;
	padding-bottom: 20px;
	width: 100%;
	line-height: 1;
}


h3 {
	font-family: "leitura-news";
	font-weight: 600;
	font-size: 20px;
	padding-top: 20px;
	margin-left: 6%;
}

p {
	font-family: "leitura-news";
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	width: 90%;
	margin-left: 6%;

}

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


#back-to-top {
	position: fixed;
	bottom: 0;
	font-family: "franklin-gothic-urw";
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
	border:none;
	color: white;
	letter-spacing: .085em;
	background-color: #333;
	width: 100%;
	height: 60px;
}

