/*
File Name: pacific.css
Date: 04/22/2019
Programmer: Aiden Mace
*/

body {
      font-family: Verdana, Arial, Tahoma;
      font-size: 1em;
      color: #666666; background-color: #ffffff;
     }

header {
        font-family: Georgia;
        color: #ffffff; background-color: #000033;
       }
    
h1 {
    line-height: 200%;
   }

h2 {
    color: #3399CC; font-family: Georgia;
   }

nav {
    font-weight: bold; background-color: #90C7E3;
  }


dt {  
    color: #000033; font-weight: bold;
  }

.resort { 
         color: #000033; font-size: 1em;
        }

#wrapper {
          width: 80%;
          margin-left: auto;
          margin-right: auto;
         }

footer { 
        font-size: .70em; font-style: italic; text-align: center;
      }