@charset "UTF-8";
/* CSS Document */

body {
	padding: 10%;
	font-family: 'Open Sans', sans-serif;
	background-color: #EBEBEB
}

img {
	width: 100%;
	margin-bottom: 3%;
}

p {
	line-height: 26px;
	font-size: 16px;
	padding-bottom: 6px;
}

a {
	line-height: 22px;
	font-size: 14px;
}

#firstHeading {
	text-align: center;
	text-transform: uppercase;
	font-size: 3rem;
}

h2 {
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 50px;
}

h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px;
}

#back-to-top {
	font-size: 30px;
	background: none;
	border: none;
	opacity: 0.2;
	position: fixed;
	bottom: 0;
	right: 0;
}

blockquote {
	margin: 25px;
	color: #959595
}

#toc {
	display: none;
}