

body{ 
	font-family: arial, sans-serif;
	width: 80%;
	margin: auto;
	background-color: #f9f9f9;
	color: #262626;
	font-size: 18px;
}

.menu {
	display: none;
}

.active.menu {
	display: block;
}

#toctitle {
	width: 100%;
	height: 60px;
	background-color: #333333;
	top: 0px;
	box-shadow: 0px 10px 31px -6px rgba(0,0,0,0.37);
	position: fixed;
	left: 0px;
	opacity: 0.95;
}

#toctitle i {
	color: white;
	position: relative;
	font-size: 20px;
	margin-right: 10px;
}

nav {
	margin-top: 70px;
}

.nav-primary {
	font-weight: bold;
}

li {
	list-style-type: none;
	padding: 5px;
}

li a {
	text-decoration: none;
	color: #262626;
}


img {
	width: 100%;
	margin-top: 70px;
}

p {
	line-height: 150%;
	color: #565656;
}

h2 {
	margin-top: 80px;
	font-size: 180%;
}

h1, h2 {
	text-transform: uppercase;
}

h1 {
	text-align: center;
	font-size: 20px;
	color: white;
	margin-top: 20px;
}

blockquote {
	font-style: italic;
}

button {
	position: fixed;
	bottom: -5px;
	right: 0px;
	padding: 20px;
	border-radius: 15px;
	border: none;
	background-color: #87dfff;
	font-weight: bold;

}


@media (max-width: 800px) {
	#back-to-top {
		width: 100%;
		border-radius: 0px;
	}
}

