body {
	background: rgb(230, 230, 230);
}

header {
/* 	background: rgb(0, 0, 0); */
	bottom: 0;
	color: rgb(255, 255, 255);
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1;
}

h1 {
	background: url(../../img/nonsense/draper.png) 0 bottom no-repeat;
	background-size: 100%;
	color: rgb(0, 0, 0);
	height: 115px;
	margin: 0;
	overflow: hidden;
	text-indent: -1000px;
	width: 272px;
}


article {
	float: right;
	font: 16px/1.3em nimbus-sans, sans-serif;
	margin-bottom: 100px;
	max-width: 680px;
	padding: 20px;
	position: relative;
	z-index: 0;
}

@media screen and (max-width: 768px) {
	article {
		max-width: 400px;
	}
}

@media screen and (max-width: 690px) {
	h1 {
		background-size: 50%;
	}
}


h2 {
	background: url(../../img/nonsense/non.png) 0 0 no-repeat;
	background-size: 100%;
	height: 17px;
	margin: 0;
	overflow: hidden;
	text-indent: -1000px;
	width: 234px;
}

h3 {
/* 	margin: 0; */
}

.quote {
	color: rgba(0, 0, 0, .5);
	font-weight: bold;
	margin: 0;
}

.desc {
	margin-top: 0;
}

a {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

.footnote {
	font-size: 90%;
}

.footnote sup {
	font-weight: 900;
}

#returnLink {
	background: url(../../img/nonsense/logo.svg) top center no-repeat;
	background-size: 75px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 160px auto 0;
	padding-top: 80px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}

#returnLink span {
	display: block;
	font-size: 23px;
	padding-bottom: 3px;
}