@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body{
	font-family: 'Roboto Condensed', sans-serif;
}

h1,h2,h3,h4{
	font-family: 'Raleway', bold, sans-serif;
}

#skip-links {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#skip-links a {
    color: white;
}

#wrapper{
	width: 90%;
	margin: 5px auto;
	padding: 5px 30px;
	border: solid 1px grey;
	border-collapse: collapse;
	color: #003049;
}

#header{
	width: 100%;
}

#navigation {
    list-style-type: none;
	clear: both;
	padding: 5px 15px;
    margin: 0 -30px;
	list-style-type: none;
	background-color: #003049;
	color: white;
}

.primarynav {
	display: inline-block;
	padding: 2px 10px;
	text-align: center;
}

.primarynav a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding: 4px;
}

.primarynav a: hover {
	text-decoration: underline;
	background-color: #B8D3D1;
}

.current {
	border-bottom: solid 3px white;
}

#content {
	width: 100%;
	margin: 0;
	padding: 0;
}

#main-content {
	width: 77%;
	float:left;
	margin: 0;
	padding: 0 1% 0 0;
}
#secondary-content {
	width: 20%;
	float: left;
	margin: 3.5em 0;
	padding: 0 1%;
	background-color: #6B8F71;
	color: white;
}

#footer {
	width:100%;
	clear:both;
	color:#6B8F71;
}

h2, h4 {
	color: #6B8F71;
}

.textbox {
    position: absolute;
    line-height: 125%;
    left: 240px;
    width: 320px;
}
.textfield {
    position: absolute;
    left: 240px;
    width: 320px;
    height: 120px;
    display: inline;
}