.header {
	font-family: 'Roboto Slab', serif;
	position: fixed;
	width: 100%;
	outline: black solid 2px;
	background-color: #d39023;
	white-space: nowrap;
	top: 0;
	z-index: 100;
}

.header img {
	max-width: 100px;
	width: 100%;
	float: left;
	margin-right: 1em;
}

.header a {
	width: 50%;
	min-width: 10em;
	color: black;
	text-decoration: none;
}

.header h1 {
	padding-top: 0.5em;
	font-weight: 400;
	font-size: 1.25em;
}

.header h2 {
	font-weight: 400;
	font-size: 1em;
}

#links {
	padding: 0;
	padding-left: 1em;
	outline: black solid 2px;
	background-color: #d39023;
	white-space: nowrap;
	margin-top: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#links a {
	color: black;
}

.showcase {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	background-color: #e8e8e8;
	width: 60%;
	min-width: 10em;
	max-width: 40em;
	margin: auto;
	padding: 2em;
	border-bottom: black solid 2px;
}

.showcase .wide {
	width: 75%;
}

.showcase h1 {
	margin-top: 1em;
	margin-bottom: .5em;
	font-weight: 400;
	font-size: 1.5em;
}

.showcase h2 {
	margin-top: 1em;
	margin-bottom: .5em;
	font-weight: 400;
	font-size: 1.2em;
}

.showcase .imageBoard {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}

.showcase .imageBoard a {
	width: 12em;
	margin: auto;
}

.showcase .imageBoard a img {
	width: 100%;
}

iframe {
	width: 100%;
	background-color: white;
	border: none;
}

hr {
	margin-top: 1em;
	margin-bottom: 1em;
}

* {
	margin: 0px;
	/* outline: 1px dashed black; */
}

html {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
}

body {
	font-size: 100%;
}

a {
	color: grey;
	text-decoration: none;
}

a:hover {
	color: red;
}
