html {
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}

body {
    margin: 0;
    background-color: #f2f2f2;
}

.column {
    float: left;
    width: 50%;
}
header {
    overflow: hidden;
    padding: 10px;
    background-color: #14386e;
}

nav {
    margin: auto;
    overflow: auto;
    float: right;
}

nav a {
    float: left;
    display: block;
    font-family: 'Neuton', serif;
    color: #f2f2f2;
    text-align: center;
    padding: 12px 12px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 1.25em;
}

nav a:hover,
.active {
    text-decoration: underline;
    color: #7eb1e4;
}

nav .icon {
    display: none;
}

#wrapper {
    margin: 25px 75px 25px 75px;
}
/*Images*/
.homeimg {
    float: left;
    margin-right: 1.5em;
}

.faqimage {
    float: left;
    margin-right: 1.5em;
}

.about {
    clear: both;
}

.about img {
    float: left;
    margin-right: 1.5em;
}

hr {
    margin-top: 20px;
}

.clear-both {
    clear: both;
}

/*Typography*/

h2, h3, h4 {
    color: #14386e;
}

a {
    text-decoration: none;
    color: #6a99db;
}

a:hover {
    text-decoration: underline;
}

.center-header {
    text-align: center;
    margin-bottom: 50px;
}

/* Form CSS */
form {
    width: 80%;
    margin: 30px auto;
}

legend {
    color: #14386e;
    font-weight: bold;
}

fieldset {
    padding: 10px;
    border: #14386e 1px solid;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #14386e;
}

input[type=text],
input[type=email] {
    width: 95%;
    margin-bottom: 10px;
}

span {
    display: block;
    color: red;
    font-style: italic;
    margin-bottom: 10px;
}

input[type=submit] {
    font-size: 1em;
    padding: 2px;
    background-color: #6a99db;
    color: black;
    font-weight: normal;
}

textarea {
    width: 95%;
    resize: none;
    height: 80px;
    margin-bottom: 10px;
}

#thanks {
    text-align: center;
    font-size: 1em;
}


footer {
    clear: both;
    padding: 1em;
    text-align: center;
}