h1, h2, h3 {
    font-family: arial, calibri, serif;
    text-align: center;
    text-decoration-line: underline;
}
h4 {
    font-family: arial, calibri, serif;
    text-align: center;
}
body{
    font-family: arial, calibri, serif;
}
li {
    display: block;
    list-style-type: none;
    text-align: left;
}

a:link {
    color: darkblue;
    text-decoration: none;
}
a:visited {
    color: midnightblue;
    text-decoration: none
}
a:hover {
    color: mediumpurple;
    text-decoration: none;
}
a:active {
    color: lightblue;
    text-decoration: none;
}
.current {
    font-weight: bold;
}
.quote {
    text-align: center;
    font-weight: bold;
}
#main {
    float: left;
    width:75%;
    margin: 5px auto;
    margin-left: 10px;
    margin-top: -140px;
    border: solid 2px grey;
    transform: translateY(15px);
}
#header {
    margin: auto;
    padding: 15px;
    background: -webkit-linear-gradient(to right, #2994FF, white, #2994FF);
    background: -o-linear-gradient(to right, #2994FF, white, #2994FF);
    background: -moz-linear-gradient(to right, #2994FF, white, #2994FF);
    background: linear-gradient(to right, #2994FF, white, #2994FF);
    border-bottom: solid 3px grey;
}
#footer {
    background-color: #2994FF;
    border-top: solid 3px grey;
    border-bottom: solid 3px grey;
    width:100%;
    margin: auto;
    text-align: center;
    float:left;
    transform: translateY(70px);
    padding: 10px;
    position:static;
    bottom:0;
    width:100%;
}
#nav {
    background-color: #2994FF;
    width: 15%;
    float: left;
    border-top: solid 2px grey;
    border-left: solid 2px grey;
    margin-top: 10px;
    margin-right: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 3px 3px 3px #000;
    -o-box-shadow: 3px 3px 3px #000;
    -webkit-box-shadow: 3px 3px 3px #000;
    box-shadow: 3px 3px 3px #000;
}
#image {
    float:right;
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: translatey(-155px);
}
#form {
    float: left;
    width:75%;
    margin: 5px auto;
    margin-left: 10px;
    margin-top: -140px;
}
textarea {
    position: absolute;
    left: 450px;
    float: left;
    border-radius: 5px;
}
.textbox {
    position: absolute;
    left: 450px;
    border-radius: 5px;
    width: 200px;
}
#dropdown {
    transform: translateY(70px);
}
.button {
    transform: translateY(70px);
    width: 100px;
    height: 30px;
    border-radius: 10px;
    border:none;
}
input[type=Submit]{
    background-color: limegreen;
    color: white;
}
input[type=reset]{
    background-color: red;
    color: white;
}
input[type=reset]:hover{
    background-color: darkred;
    color: white;
}
input[type=Submit]:hover{
    background-color: green;
    color: white;
}
#skip-links {
position:absolute;
left:-1000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
#skip-links a:focus{
position:static;
width:auto;
height:auto;
}
