/*-----------Edited Code--------------------*/

body {
	font-size: .625em;
	font-family: museo-sans-1,museo-sans-2,sans-serif;
}
body {
	color: black;
	visibility: hidden;
}
a {
	color: #0069FF;
	font-style: italic;
}
a:hover {
	background-color: #0069FF;
	color: white;
}

#header, #content {
	margin: 0 10%;
}

h1 {
	color: black;
	font-stretch: wider;
	font-weight: 900;
	margin: 0;
	display: inline-block;
	top: 0;
	position: fixed;
	z-index: 10;
	text-align: center;
}

#nav {
	width: 100%;
	text-align: center;
}
#nav p {
	font-size: 1.5em;
	margin: 0;
}
.post {
	margin: .5em 0;
	position: relative;
}
.dark {
	background-color: black;
}
.light {
	background-color: white;
}
.post {
	height: 200px;
	overflow: hidden;
}
.post img {
	width: 100%;
	height: auto;
	opacity: 1;
}
.post img.color {
	width: 100%;
	height: auto;
	opacity: 0;
	position: absolute;
}

.post h2 {
	font-size: 2.5em;
	font-style: italic;
	position: absolute;
	float: left;
	top: 0px;
	opacity: 0;
	margin: 0;
	padding: 0 .25em;
	background-color: #0069FF;
	z-index: 9;
}
.post h2:hover {
	background-color: #FFA900;
}
h2 a {
	color: white;
}
h2 a:hover {
	color: white;
	background: none;
}
