/* Michael Cain | CIS133 | Week 6 Website Case Study */

/*Task 2 | Objective 1 */
body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Verdana;
}

/*Objective 2*/
header {
    background-color: #002171;
    color: #FFFFFF;
    font-family: Georgia;
}

/*Objective 3*/
h1 {
    line-height: 200%;
}

/*Objective 4*/
nav {
    font-weight: bold;
    background-color: #BBDEFB;
}

/*Objective 5*/
h2 {
    color: #1976D2;
    font-family: Georgia;
}

/*Objective 6*/
dt {
    color: #002171;
    font-weight: bold;
}

/*Objective 7*/
.resort {
    color: #1976D2;
    font-size: 1.2em;
}

/*Objective 8*/
footer {
    font-size: .70em;
    font-style: italic;
    text-align: center;
}

/*Task 5 | Objective 1*/
#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}