/*
Assignment Name: Project Update 1 
File Name: styles.css
Date: 04/22/18 
Programmer: Liana Schweitzer
*/

body {
    background-color: #ffefd1;
    color: #000000;
    font-family: Arial, sans-serif;
}

header {
    background-color: #2e7c6d;
    color: white;
    font-family: Courier, Arial, sans-serif;
    text-align: center;
}

h1 {
    line-height: 200%;
}

nav {
    font-weight: bold;
    /*background-color: #FFFFFF;*/
    text-align: center;
}

a {
    text-decoration: none;    
    color: #895a0f;
}

a:hover {
    color: blue;
    text-decoration: underline;
}

footer a {
    color: blue;
}

h2 {
    color: #46baa3;
    font-family: Helvetica, Arial, sans-serif;
}

dt {
    font-weight: bold;
}

footer {
    font-size: .70em;
    font-style: italic;
    text-align: center;
    background-color: #2e7c6d;
    padding: .7em;
}

.resort {
    color: #000033;
    font-size: 1.2em;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}