

body {
    background-color: #90C7E3;
    background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
    background-repeat: no-repeat;
}

header {
    background-color: #002171;
    color: #FFFFFF;
    background-image: url("../ch5pacific/images/sunset.jpg");
    background-position: right;
    background-repeat: no-repeat;
    height: 60px;
    text-align: center;
    padding-top: 15px;
  }

nav{
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 1em;
}


main {
    padding: 1px 20px 20px 20px;
}


ul{
    list-style-image: url("../ch5pacific/images/marker.gif")
}

nav a {
    text-decoration: none;
}

h1{
    font-family: sans-serif;
    margin-bottom: 0;
    margin-top: 0;
}

h2{
    font-family: sans-serif;
    color: #1976D2;
    text-shadow: 1px 1px #CCCCCC;
}

h3{
    font-family: sans-serif;
    color: #000033;
}



dt{
    color: #002171;
}

footer{
    font-family: sans-serif;
    font-style: italic;
    font-size: 75%;
    text-align: center;
    padding: 2em;
}

#homehero {
    height: 300px;
    background-image: url("../ch6pacific/images/coast.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#yurthero {
    height: 300px;
    background-image: url("../ch6pacific/images/yurt.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#trailhero {
    height: 300px;
    background-image: url("../ch6pacific/images/trail.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#contact{
    font-size: large;
}

#wrapper {
    margin: 0 auto;
    width: 50%;
    min-width: 960px;
    max-width: 2048px;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 3px #333333;
  }
  
.resort{
    font-weight: bold;
    color: #1976D2;
}