html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	position: relative;
	min-height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background-color:#fff;
	margin:0;
	padding:0;
	margin-bottom: 6.2rem; /* Margin bottom by footer height */
}
strong {
	font-weight: 700;
}
em {
	font-weight: 400italic;
}
strong + em {
	font-weight: 700italic;
}
h1, h2, h3 {
	font-weight: 300;
	line-height:1em;
	margin:0;
	padding:0;
}
h1 {
	font-size:3rem;
	padding-bottom:3.75vh;
	color:#c27fa2;
}
h2 {
	font-size:2.25rem;
	padding-bottom:.2em;
	color:#000;
}
h3 {
	font-size:1.75rem;
	padding-bottom:0;
	margin-bottom:0;
}
a {
	color:#8e65a4;
	text-decoration:none;
}
a:hover, a:hover.blacklink {
	color:#c27fa2;
}
a.blacklink {
	color:#000;
	text-decoration:underline;
}
img {
	margin:0;
	padding:0;
}

/* Header */

header img#hello {
	width:60vw;
	height:auto;
	position: fixed;
	left:20vw;
	top:0;
	z-index:-10;
}

/* Free Prints */

ul#freepdf-thumbs {
	width: 100%;
	text-align: center;
}

ul#freepdf-thumbs li {
    padding: 0;
	margin:0;
    list-style-type:none;
}
ul#freepdf-thumbs a {
    float: left;
    text-decoration: none;
    padding: 0 .5vw 0 0;
}



h1 {
	text-align: center;
}
h2 {
	position: relative;
	right: 25px;
	text-align: right;
}

/* Footer */
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 6.2rem; /* Set the fixed height of the footer here, match body margin-bottom */
	display:block;
	background-color:#CCC;
}

footer {
	color:#808184;
	margin:0;
	font-size:.7rem;
	padding:.15rem 0 0 0;
}
footer p {
	margin:0;
	padding:0;
	text-align:center;
}