body {
	margin: 25px;
	font-family: 'Overpass', sans-serif;
	background-color: #F0ECEB
}

.toc {
	display: none;
}

.active.toc {
	display: block;
}

.tocShow {
	position: fixed;
	height: 100%;
	overflow: auto;
}

.tocHide {
	margin-left: -340px;
}

.menuIconDisappear {
/*		visibility: hidden;*/
}

.menuIcon {
	font-size: 25px;
}

.menuIcon:hover {
	color: #943216;
}

.smallerContainer {
/*	margin-right: -340px;*/
/*
	width: calc(75% - 340px);
	padding-left: 5%;
	padding-right: 5%;
*/
/*	transform: translateX(340px);*/
}

.fa {
	display: inline-block;
	line-height: 1;
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
}

#toctitle > h2 {
	margin-top: 20px;
}

ul {
	list-style: none;
}

nav>ul {
	padding: 0;
}

nav > ul > li > a {
	font-weight: 900;
	font-size: 15px;
}

nav > ul > li {
	padding-top: 7px;
	padding-bottom: 7px;
/*	padding-bottom: 10px;*/
	border-top: .5px solid #BF9B91;
}

nav > ul > li > ul > li{
	padding-top: 7px;
	padding-bottom: 7px;
/*	border-top: 1px solid white;*/
}

h2 {
	display: block;
	color: #943216;
	font-weight: 900;
}

h1 {
	font-weight: 900;
	font-size: 45px;
}

h3 {
	color: #9E523D;
}

a {
	text-decoration: none;
	color: #B36353
}

a:hover {
	color: #FF846C;
}

blockquote {
	color: #976C60;
	}

#back-to-top {
	font-family: 'Overpass', sans-serif;
	font-weight: bold;
	color: #943216;
	font-size: 15px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	border: none;
	height: 30px;
	width: 150px;
}

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

img {
	width: 700px;
}

@media (max-width: 675px) {

h1 {
	font-size: 28px;
}

img {
	width: 100%;
}

@media (max-width: 425px) {

body {
	padding-bottom: 50px;
}

#back-to-top {
	position: fixed;
	bottom: 0px;
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: #F0ECEB;
	background-color: #8E260A;
	width: 100%;
	height: 40px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 17px;
	padding-top: 5px;
}

h3 {
	font-size: 15px;
	padding-top: 10px;
}

img {
	width: 100%;
}

p {
	font-size: 14px;
	line-height: 1.5em;
}

li {
	font-size: 12px;
	line-height: 1.5em;
}

}