body {
	color: #eeeeee;
	font-family: Nunito, Helvetica, Arial, sans-serif;
	font-weight: 200;
	margin: 0.75in 0.3in;
}

#wrapper {
	margin: 0 20%;
}

p {
	font-family: "Lora", serif;
}

a, a:visited {
	color:  #cccccc;
}

#breadcrumbs {
	position: absolute;
	top: 0;
	padding: 0;
	font-size: 85%;
}

#breadcrumbs li {
	display: inline-block;
}

#breadcrumbs a {
	text-decoration: none;
}

#breadcrumbs li:first-child::before {
	content: "< ";
	color: rgba(255, 255, 255, 0.4);
}

#breadcrumbs li::after {
	content: " / ";
	color: rgba(255, 255, 255, 0.4);
}

#breadcrumbs li:last-child::after {
	content: none;
}

h2.piece-subhead {
	margin-top: -1em;
	margin-bottom: 1.5em;
	margin-left: 1em;
	font-size: 120%;
	font-weight: 100;
	font-style: italic;
}

.email span.nope {
	display: none;
}


@media screen and (max-width: 600px) {
	body {
		margin: 0.75in 0.3in;
	}
	#wrapper {
		margin: 0;
	}
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
	#wrapper {
		margin: 0 10%;
	}
}
