body {
	margin:0;
	padding:0;
	font-family:source sans pro, helvetica;
	color:white;
	background-color:#f4cd6d;
}

.header {
	margin:0;
	padding:0;
	position:fixed;
	left:20px;
}

.header h1 {
	font-size:16pt;
	text-align:left;
	font-weight:500;
}

.center {
	margin:0;
	width:80vw;
	position:absolute;
	top:45%;
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	text-align:left;
	left:10vw;
	padding-top:10vh;
}

.center h1 a {
	font-size:46pt;
	font-style:italic;
	font-weight:300;
}

.center h1 a:hover {
	text-decoration-thickness:3px;
}

.center h2 {
	font-size:16pt;
	font-weight:500;
	line-height:1.5;
}

.center a {
	text-decoration:none;
	font-size:16pt;
	color:white;
}

.center a:hover {
	text-decoration:underline;
}

.center p {
	margin-top:25px;
	font-size:10pt;
}

.center .gallery {
	height:300px;
	display:inline-block;
	overflow:auto;
	white-space: nowrap;
	width:80vw;
}

.center .gallery img {
	height:300px;
	margin-right:5px;
}
	
.footer {
	position:fixed;
	bottom:0px;
	width:100vw;
	height:25px;
	padding-top:5px;
	text-align:center;
	background-color:white;
}

.footer ul {
	list-style-type:none;
 	display:inline-block;
	margin:0;
	padding:0;
}

.footer li {
	float:left;
	padding-left:2vw;
	padding-right:2vw;
}

.footer p {
	margin-top:2px;
	font-size:10pt;
	font-weight:light;
	color:#f4cd6d;
}

.footer a {
	text-decoration:none;
	font-size:10pt;
	font-weight:light;
	color:black;
}

.footer a:hover {
	text-decoration:underline;
}