body {
	font-family: 'DejaVu Sans';
	color: #222306ff;
	margin: 0px;
	background-color: #d0c08d;
	background-image: url("./header.svg"), url("./footer.svg");
	background-repeat: repeat-x, repeat-x;
	background-position-y: top, bottom;
}

a {
	color: #c25440ff;
}

code, samp {
	font-size: 18px;
	font-family: 'monospace';
}

.site-title {
	color: #935e2aff;
	font-size: 38px;
}

.title {
	font-size: 34px;
	font-family: 'DejaVu Sans';
	font-weight: bold;
	color: #f5ecbdff;
}

.subtitle {
	font-size: 24px;
	font-weight: bold;
	color: #f5ecbdff;
}

.body {
	font-size: 16px;
}

.quote {
	font-size: 18px;
	font-style: italic;
	text-align: center;
}

.quote-author {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.pad-top {
	padding: 32px 0 0 0;
}

.pad-bot {
	padding: 64px 0 0 0;
}

.top {
	display: inline-block;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 0 auto;
	min-height: 512px;
}

.nav {
	position: absolute;
	display: flex;
	flex-direction: row;
	width: 128px;
	height: auto;
	top: 10%;
	left: 0px;
	text-align: center;
	align-items: center;
	justify-content: space-evenly;
}

.nav-links > a {
	font-size: 20px;
}

.caption {
	font-size: 14px;
	font-family: 'DejaVu Sans';
}

.nav-links {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}

.spacer {
	padding-top: 10px;
	padding-bottom: 10px;
}

.main {
	display: inline-flex;
	flex-direction: row;
	position: relative;
	left: 0px;
	top: 0px;
	width: 2048px;
	height: auto;
	justify-content: flex-start;
	align-content: center;
}

.page-contents {
	display: inline-block;
	position: relative;
	left: 160px;
	width: 100%;

	min-height: 512px;
}

.header {
	margin:0px;
	min-width: 4096;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer {
	margin:0px;
	overflow: hidden;
}

.foot-zone {
	display: block;
}

.foot-title {
	font-size: 18px;
	font-family: 'DejaVu Sans';
	font-weight: bold;
	color: #f5ecbdff;
}

.foot-text {
	font-size: 14px;
	line-height: 1;
}

@font-face {
    font-family: 'DejaVu Sans';
    src: url('./DejaVuSans-webfont.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVu Sans';
    src: url('./DejaVuSans-Bold-webfont.woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVu Sans';
    src: url('./DejaVuSans-Oblique-webfont.woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'DejaVu Sans';
    src: url('./DejaVuSans-BoldOblique-webfont.woff');
    font-weight: bold;
    font-style: italic;
}
