body {
	padding: 0;
	margin: 0;
	font-family: "Rubik";
	font-weight: 300;
	line-height: 1.4em;
	color: #3e2b13;
	background-color: #f4ecda;
}

page, logo {
	display: block;
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 3rem;
}

header {
	display: block;
	background-color: #3e2b13;
	color: #f6e6d1;
	padding: 3rem 0;
	margin-bottom: 3rem;
}
 
social {
	display: block;
	position: absolute;
	width: 24px;
	height: auto;
	left: 3rem;
	bottom: 0;
} 
 
footer {
	display: block;
	background-color: #3e2b13;
	color: #f6e6d1;
	padding: 3rem;
	text-align: center;
	margin-top: 3rem;
 }
 
footer a {
 	color: #f6e6d1;
}


h1, h2 {
	font-family: "Kalnia";
	font-weight: 300;
	font-size: 4rem;
	line-height: 1em;
}

h3 {
	font-weight: 400;
}

.separator {
	margin: 4rem 0;
	height: 1px;
	border-top: 1px dashed #AAA;
	clear: both;
}

a {
	color: #C00;
}

img.illo {
	float: right;
	max-width: 300px;
	margin-left: 20px;
	margin-bottom: 4rem;
}


@media screen and (max-width: 800px) {
	h1, h2 {
		font-size: 3rem;
	}
	
	img.illo {
		float: none;
		max-width: 100%;
		margin: 1rem 0;
	}

}

blockquote {
	background-color: #ff8a00;
	color: #FFF;
	border-radius: 20px;
	padding: 2rem 2rem 2rem 4.5rem;
	margin: 2rem 0;
	position: relative;
	font-weight: 400;
}

blockquote:before {
	content: "\201C";
	font-family: "Kalnia";
	font-size: 5rem;
	color: #b94e00;
	top: 3.5rem;
	left: 2rem;
	position: absolute;
}

blockquote attribution {
	display: block;
	text-align: right;
	font-style: italic;
	margin-top: 1rem;
}

blockquote attribution:before {
	content: "\2014 \00a0";
}



