#wrapper {
    margin: 0 auto;
    width: 960px;
    padding: 0 10px;
}

#header {
    width: 100%;
}

.navbar {
    width: 100%;
    height: 100px;
    background-color: #7413dc;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navdiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img{
    width: 140px;
    height: 100px;
    margin-left: 16px;
}

.navdiv ul {
    margin-right: -40px;
}

.navdiv li {
    list-style: none;
    display: inline-block;
    align-content: center;
}

.navdiv li a {
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-right: 60px;
}

.navdiv li a:link, a:visited, a:active {
    text-decoration: none;
    color: white;
}

.navdiv li a:hover {
    text-decoration: none;
    color: lightblue;
}

.front-image img {
    width: 100%;
    height: 550px;
    display: block;
    margin: auto;
    border-bottom: solid 10px white;
}

.breadcrumbs {
    width: 100%;
    float: left;
    margin: auto;
	padding: 0;
	background-color: whitesmoke;
    border-bottom: solid 10px white;
}

.breadcrumbs-text {
    margin: 0 2%;
    padding: 0 1% 0 0;
    color: black;
}

.breadcrumbs-text p a {
    color: black;
}

.breadcrumbs-text p a:link, a:visited, a:active {
    text-decoration: none;
    color: black;
}

.breadcrumbs-text p a:hover {
    text-decoration: underline;
    color: black;
}

body {
    font-family: 'Nunito Sans', serif;
}

h1 {
    color: #7413dc;
    font-size: 35px;
    font-style: Black; 
    font-weight: 1200;
}

h2, h3 {
    color: black; 
    font-size: 1.25em;
    font-style: Black;
    font-weight: 1000;
}

#skip-links {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip-links a:focus {
    position: static;
    width: auto;
    height: auto;
}

#all-content {
    width: 100%;
}

#all-content a:link, a:visited, a:active {
    text-decoration: none;
    color: blue;
    font-style: bold;
    font-weight: 1000;
}

#all-content a:hover {
    text-decoration: underline;
    color: black;
    font-style: bold;
    font-weight: 1000;
}

#main-content {
    width: 70%;
    float: left;
    margin: 0;
	padding: 0 2%;
    font-size: 18px;
}

#secondary-content {
    width: 22%;
    float: left;
    margin: 0;
	padding: 0 2%;
    font-size: 16.5px;
	background-color: whitesmoke;
}

.no-bp li {
    list-style-type: none;
    align-content: left;
    float: left;
}

.download {
    width: 100%;
    float: left;
    margin: auto;
	padding: 0;
    font-size: 17.5px;
    text-align: center;
	background-color: white;
    border: solid 1px black;
}

.download-text {
    margin: 0 2%;
    padding: 0 1% 0 0;
    color: black;
}

.textbox {
    position: absolute;
    line-height: 125%;
    left: 400px;
    width: 25%;
}
.textfield {
    position: absolute;
    left: 400px;
    width: 25%;
    height: 120px;
    display: inline;
}

#footer {
    clear: both;
    background: #d3d3d3;
    text-align: center;
    padding: 20px;
    height: 1%;
    font-size: 11px;
}