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:auto;
	padding:auto;
	margin-bottom: 6.2rem; /* Margin bottom by footer height */
	width:90vw;
	max-width: 1200px;
}
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;
	max-width: 1200px;
}

/* Free Prints

ul#freepdf-thumbs {
	width: 100%;
} 

ul.thumbs {
	display: inline-block;
	text-align: right;
}*/

img.gallery-img-sq {
	width:80vw;
	height:auto;
	max-height:100vh;
}

p.clear {
	clear:both;
	line-height: 0;
	font-size: 0;
	margin:0;
	padding:0;
}

ul.thumbs li {
    padding: 0;
	margin:0;
    list-style-type:none;
}
ul.thumbs a {
    padding: 0 .5vw 0 0;
    text-decoration: none;
    float: left;
}

h1 {
	text-align: center;
}
h2 {
	text-align: right;
}

/* Footer */
.footer {
	position: absolute;
	bottom: 0;
	width: 90%;
	height: 6.2rem; /* Set the fixed height of the footer here, match body margin-bottom */
	display:block;
}

footer {
	color:#808184;
	margin:0;
	font-size:.7rem;
	padding:.15rem 0 0 0;
}
footer p {
	margin:0;
	padding:0;
	text-align:center;
}