/*GEN STUFF*/
body {
    background-color: #d0d0d0;
    font-family: Tahoma;
    font-style: normal;
}

h2 {
    color:#000067;
    font-size: 35px;
    margin-left: 10px;
    padding-top: 20px;
}

p {
    font-size: 20px;
    line-height: 1.3;
    margin-left: 10px;
}

ol {
    font-size: 20px;
    line-height: 1.3;
    margin-left: 10px;
}


/*NAV BAR*/
nav ul {
    list-style-type: none;
    margin: -10px;
    padding: 0px;
    overflow: hidden;
    background-color: #000067;
    border-bottom: 6px ridge #7ab5de;

}

nav li {
    float: left;
}

nav li a {
    display: block;
    color: #d0d0d0;
    text-align: center;
    padding: 20px 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

nav li a:hover {
    background-color: #7ab5de;
    color: #000067;
}

nav .active {
    background-color: #7ab5de;
    color: #000067;
}


/*FOOTER*/
footer {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    margin: -10px;
    background-image: url("images/moreinfobg.png");
    background-position: center center;
    background-size: 20px 20px;
    position: relative;
    z-index: 1;
}

footer a {
    color: #000067;
    text-decoration: none;
}

footer a:hover {
    color: #7ab5de;
}


/*HOME PAGE*/
#sienaImgLink {
    display: block;
    color: #ffffff84;
    font-size: 60px;
    font-weight: 100;
    font-family: Garamond;
    text-decoration: none;
    text-align: center;
    border: 6px ridge #7ab5de;
    padding-top: 197.5px;
    padding-bottom: 197.5px;
    width: 700px;
    margin: auto;
    background-image: url("images/sienaImgLink.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#sienaImgLink:hover {
    color: #7ab5de;
    text-shadow: 3px 3px 3px #0000007b;
}

#montserratImgLink {
    display: block;
    color: #ffffff84;
    font-size: 60px;
    font-weight: 100;
    font-family: Garamond;
    text-decoration: none;
    text-align: center;
    border: 6px ridge #7ab5de;
    padding-top: 197.5px;
    padding-bottom: 197.5px;
    width: 700px;
    margin: auto;
    background-image: url("images/montserratImgLink.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#montserratImgLink:hover {
    color: #7ab5de;
    text-shadow: 3px 3px 3px #0000007b;
}

#haleakalaImgLink {
    display: block;
    color: #ffffff84;
    font-size: 60px;
    font-weight: 100;
    font-family: Garamond;
    text-decoration: none;
    text-align: center;
    border: 6px ridge #7ab5de;
    padding-top: 197.5px;
    padding-bottom: 197.5px;
    width: 700px;
    margin: auto;
    background-image: url("images/haleakalaImgLink.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#haleakalaImgLink:hover {
    color: #7ab5de;
    text-shadow: 3px 3px 3px #0000007b;
}

#about {
    padding-top: 55px;
}

#aboutimg {
    margin-left: 10px;
}

audio {
    padding-top: 10px;
    margin-left: 10px;
    padding-bottom: 0px;
    margin-right: 0px;
    position: absolute;

}

#aboutbio {
    padding-top: 30px;
    margin-right: 400px;
}


/*LOCATIONS*/
#moreinfo {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    padding: 10px;
    margin: -10px;
    background-image: url("images/moreinfobg.png");
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-size: contain;
    color: #000067;
    text-decoration: none;
}

#moreinfo:hover {
    color: #7ab5de;
}

table {
    padding-top: 30px;
    margin: auto;
    padding-bottom: 30px;
}


/*SUGGESTIONS FORM*/
#suggestions {
    color: #000067;
    text-align: center;
    width: 600px;
    margin:auto;
}

#suggestform {
    background-color: #ffffff;
    padding: 20px;
    width: 800px;
    margin: auto;
    border-radius: 15px;
}

#suggestform input[type=text] {
    color: #000067;
    padding: 5px;
    padding-right: 180px;
}

#suggestform textarea {
    color: #000067;
    padding-right: 360px;
}

#suggestform select {
    color: #000067;
}

#suggestform input[type=button] {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 220px;
}

#suggestform input[type=submit] {
    padding: 10px;
    padding-right: 40px;
    padding-left: 40px;
    margin-left: 340px;
    background-color: #000067;
    color: #ffffff;
    border-radius: 15px;
}

#suggestform input[type=submit]:hover {
    color: #7ab5de;
}