/*
Assignment Name: Module 4 :: Pacific Trails 
File Name: pacific.css
Date: 04/30/18 
Programmer: Liana Schweitzer
*/

body {
    font-family: Verdana, Arial, sans-serif;
}

footer {
    border: 2px solid #000000;
    text-align: center;
}

header {
    border: 2px solid #000000;
    text-align: center;
}

h1 {
    height: 72px;
    line-height: 200%;
    margin-bottom: 0;
    text-align: center;
}

main {
    border: 2px solid #000000;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

nav {
    border: 2px solid #000000;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

nav a {
    text-decoration: none;
}

#wrapper {
    border: 2px solid #000000;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    min-width: 700px;
    width: 60%;
}