/*
File Name: pacific.css
Date: 7/21/19 
Programmer: Lex Rule
*/

body { 
        background-color: #FFFFFF;
        color: #666666;
        font-family: Verdana, sans-serif; 
}

header { 
        background-color: #000033;
        color: #FFFFFF;
        font-family: Georgia, sans-serif; 
}

nav { 
    font-weight: bold; 
    background-color: #90C7E3; 
}

h1 { 
        line-height: 200%; 
}

h2 { 
    color: #3399CC;
    background-color: #FFFFFF;
    font-family: Georgia; 
}

dt {
    color: #000033; 
    font-weight: bold; 
}

footer { 
        font-size: .70em;
        font-style: italic; 
        text-align: center; 
}

.resort { 
    color: #000033; 
    font-size: 1.2em; 
}

#wrapper { 
        margin-left: auto;
        margin-right: auto;
        width: 80%  
}
