h1, h2, h3 {
    font-family: Bahnschrift, serif; 
}

h1 {
    color: gray;
    text-align: center;
}

h2 {
    text-align: center;
    color: darkorange;
}

h3 {
    color: gray;
}

body {
    font-family: Bahnschrift, sans-serif;
}

blockquote {
    font-style: italic;
}

#wrapper {
    width: 90%;
    margin: 5px auto;
    padding: 5px 30px;
    border: solid 1px grey;
    border-collapse: collapse;
    color: #5B5B5B;
}

#skip-links {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip-links a:focus {
    position: static;
    width: auto;
    height: auto;
}

#header {
    width: 100%;
}

#navigation {
    list-style-type: none;
	clear: both;
	padding: 1px 15px;
    margin: 0 -30px;
	background-color: black;
	color: white;
    font-weight: bold;
    justify-content: center;
}

#navigation li {
    display: inline;
    list-style-type: none;
    color: white;
}

.primarynav {
	display: inline-block;
	padding: 2px 10px;
	text-align: center;
}

.primarynav a:link, a:visited, a:active {
    text-decoration: none;
    color: white;
}

.primarynav a:hover {
    text-decoration: underline;
    color: white;
}

#footer {
    color: darkorange;
}

#footer a:hover {
    text-decoration: underline;
    color: black;
}

.textbox {
    position: absolute;
    line-height: 125%;
    left: 240px;
    width: 320px;
}
.textfield {
    position: absolute;
    left: 240px;
    width: 320px;
    height: 120px;
    display: inline;
    justify-content: center;
}