/* Home page hero image styling */
#homehero {
    background-image: url('pacific/coast.jpg'); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px; 
}
#yurthero{
    background-image: url('pacific/yurt.jpg'); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px;
}
#trailhero {
    background-image: url('pacific/trail.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px;
}
body {
    font-family: Arial, sans-serif;
    background: linear-gradient(to bottom, #ffffff, #90c7e3); 
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
  }
header {
    background-image: url('pacific/sunset.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-color: #002171;
    color: #FFFFFF;
    font-family: serif;
    height: 72px;
}
h1 {
    padding-top: 0.5em;
    text-align: center;
}
nav{
    font-weight: bold;
    font-size: larger;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
}
nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #000;
}  
nav a:hover {
    text-decoration: underline;
}
h2{
    color: #1976D2;
    font-family: serif;
}
h3{
    font-family: Georgia, 'Times New Roman', Times, serif;
}
dt{
    color: #002171;
    font-weight: bold;
}
.resort{
    color: #1976D2;
    font-size: 1.2em;
}
main{
    padding-left: 2em;
    padding-right: 2em;
    display: block;
}
footer {
    padding: 1em;
    font-size: 0.8em;
    background-color: white;
    text-align: center;
}
#wrapper {
    min-width: 960px;
    max-width: 2048px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-top: 1px solid #ccc; 
    border-left: 1px solid #ccc;
    border-bottom: 3px solid #666;
    border-right: 3px solid #666;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%; 
    max-width: 90%;
}