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

body { 
        background-color: #F5F5F5;
        color: #3F2860;
        font-family: Verdana, sans-serif; 
}

header { 
        background-color: #9BC1C2;
        text-align: center;
}

nav { 
    font-weight: bold; 
    text-align: center; 
}

nav a { text-decoration: none; 

}

h1 { 
        line-height: 200%; 
}

footer {
        background-color: #9BC1C2;
        font-size: .60em;
        font-style: italic; 
        text-align: center; 
}

.studio { 
    font-style: italic; 
}

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