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

body {
	margin-left: auto;
	margin-right: auto;
	background-color: #eee;
	font-family: "leitura-news";
	max-width: 1100px;

}

.leftcolumn {
	max-width: 570px;
	width: 90%;
	margin-left: 6%;
	margin: auto;
}

.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;
}

strong {
	font-weight: 600;
}
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;
	line-height: 1;
}


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

p {
	font-family: "leitura-news";
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;

}

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;
}

@media screen and (min-width: 600px) {
	body {

	}
	p {
		font-size: 18px;
	}
	img {
		width: 88%;
		display: block;
		padding-bottom: 10px;
		margin: auto;
	}

}

@media screen and (min-width: 700px) {
	body {

	}
	p {
		font-size: 18px;
	}
	img {
		width: 88%;
		display: block;
		padding-bottom: 30px;
	}

	h1 {
		text-align: left;
		margin-left: 6%;
	}

	#back-to-top {
		position: fixed;
		bottom: 0;
		right: 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: red;
		width: 100px;
		height: 60px;
	}


}

@media screen and (min-width: 1000px) {
	blockquote p {
	position: absolute;
	left: 106%;
	width: 60%;
	font-style: normal;
	font-size: 13px;
	line-height: 1.5;
	font-family: "leitura-news";
	color: red;
	font-weight: 300;
	font-style: normal;
	float: right;
	clear: right;
	display: block;
}

	.MLK {
		font-family: "franklin-gothic-urw";
		font-weight: 900;
		text-transform: uppercase;
		position: absolute;
		left: 106%;
		width: 60%;
		color: black;
		font-style: normal;
		font-size: 70px;
		line-height: .01;
	}
	p {
		font-size: 18px;
	}
	img {
		width: 88%;
		display: block;
		padding-bottom: 30px;
		margin: auto;
	}

	h1 {
		text-align: left;
		margin-left: 6%;
	}

	.leftcolumn {
		border-right: 1px solid #000;
		padding-right: 30px;
		position: relative;
		margin-left: 6%;
	}

	h2 {
		font-size: 30px;
		width: 95%;
		text-align: left;
		text-indent: -30px;
	}

	#toctitle h2 {
		text-indent: 0px;
		padding-left: 37px;
	}


}

@media screen and (min-width: 1200px) {
	.fa {
		position: fixed;
	}
}
