body {
	margin: 0px;
	padding: 8px 10% 0px 10%
}

#quotes {
	text-align: justify;
	line-height: 2em;
	font-family: 'Vollkorn', serif;
	font-size: 1.6em;
}

/* #icon {
	cursor: pointer;
	position: fixed;
	top: -80px;
	left: 4px;
	width: 32px;
	height: 32px;
	padding: 4px;
	background-color: #336699;
	transition: 0.3s;
} */

#iconStart {
	text-align: center;
	padding: 80px;
}

#iconStart img {
	cursor: pointer;
	padding: 4px;
	background-color: #336699;
	transition: 0.3s;
}

#iconStart img:hover {
	background-color: #eca742;
}

#openSidebarBtn {
	position: fixed;
	top: 6px;
	left: 6px;
	color: #999;
	font-size: 2em;
	cursor: pointer;
	transition: 0.3s;
}

#openSidebarBtn:hover {
	color: #eca742;
}

#footer {
	position: fixed;
	top: -80px;
	left: 0px;
	background-color: #666;
	width: 100%;
	color: #fff;
	font-family: 'Vollkorn', serif;
	font-style: italic;
	font-size: 16px;
	text-shadow: 1px 1px 1px #000;
}

#prefs {
	float: right;
	background-color: #444;
}

.prefsButton {
	display: inline;
	font-family: 'Vollkorn', serif;
	padding: 6px;
	color: #336699;
	font-size: 4px;
	font-style: normal;
	background-color: #232323;
	text-decoration: none;
	margin-right: 1px;
	margin-bottom: 1px;
}

.checkmark-item {
	color: #fff !important;
}

.selectedButton {
	color: #999;
	background-color: #336699;
}

.buttonHover {
	background-color: #eca742;
}

#title {
	float: left;
	text-shadow: 1px 1px 1px #000;
	padding: 12px 10% 12px 0;
	margin-left: 8%;
	font-size: 24px;
	line-height: 40px;
}

#menu {
	float: right;
	padding: 12px 0 12px 12px;
	margin-right: 10%;
	line-height: 40px;
}

#aboutButton {
	/* display: inline;
	padding: 8px 14px 8px 14px;
	margin-left: 20px;
	color: #fff;
	font-size: 14px;
	font-style: normal; */
	background-color: #333;
	/* text-decoration: none; */
	margin-bottom: 6px;
}

#about {
	width: 50%;
	height: 50%;
	background-color: #fff;
	padding: 2em;
	font-family: 'Vollkorn';
	font-size: 1.25em;
	overflow-y: scroll;
	overflow-x: hidden;
}

#about a {
	text-decoration: none;
	font-weight: bold;
	color: #336699;
}

#aboutFooter {
	text-align: center;
	margin-top: 40px;
}

#aboutFooter a {
	display: inline;
	width: 200px;
	/* background-color: #ddd; */
	padding: 4px;
	margin: 4px;
}

#closeButton {
	cursor: pointer;
	float: left;
	padding: 16px 0px 0px 6px;
}

#aboutClose {
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 8px 16px 8px 16px;
	background-color: #eee;
	width: 25%;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	margin: 0 auto;
}

#menu {
	display: none;
}

@media (max-width: 1024px) {
	#quotes {
		line-height: 2em;
		font-size: 1.1em;
	}
	#about {
		width: 80%;
		height: 70%;
	}
}

/* The side navigation menu */

.sidenav {
	height: 100%;
	/* 100% Full-height */
	width: 250px;
	/* 0 width - change this with JavaScript */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Stay on top */
	top: 0;
	/* Stay at the top */
	left: -250px;
	background-color: #111;
	/* Black*/
	overflow-x: hidden;
	/* Disable horizontal scroll */
	padding-top: 60px;
	/* Place content 60px from the top */
	transition: 0.5s;
	/* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 1em;
	color: #ccc;
	display: block;
	transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
	color: #f1f1f1;
}

/* Position and style the close button (top right corner) */

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 36px;
	margin-left: 50px;
}

.sidenav .title {
	font-family: 'Vollkorn', serif;
	line-height: 1em;
	color: white;
	padding: 4px 0 0px 12px;
	font-size: 1.5em;
	font-style: italic;
}

.sidenav .mode {
	font-family: 'Vollkorn', serif;
	line-height: 1em;
	color: white;
	padding: 4px 0 0px 12px;
	font-size: 1em;
	font-style: italic;
	margin: 12px 0 4px 0;
}

.sidenav .sub-title {
	font-family: 'Vollkorn', serif;
	line-height: 1em;
	color: white;
	padding: 4px 0 24px 12px;
	font-size: 1em;
	font-style: italic;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#content {
	transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

#about blockquote {
	font-family: 'Vollkorn';
	font-size: 0.75em;
}