/* Global styles for the document */
body {
    background-color: #90C7E3;
    background: linear-gradient(to bottom, #FFFFFF, #90C7E3);
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

/* Styles for the wrapper id */
#wrapper {
    margin: 0 auto;
    width: 80%;
    background-color: #FFFFFF;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 3px 3px 3px #333333;
}

/* Restoring the sun banner background image in the header element */
header {
    background-color: #002171;
    color: #FFFFFF;
    background-image: url('sunset.jpg'); /* Restored: Background image */
    background-repeat: no-repeat;
    background-position: right;
    height: 60px;
    text-align: center;
    padding-top: 15px;
}

/* Styles for the h1 element */
h1 {
    margin-top: 0;
}

/* Styles for the nav element */
nav {
    background-color: #FFFFFF;
    text-align: center;
    padding: 1em;
}

/* Styles for the main element */
main {
    padding: 20px;
    display: block;
}

/* Styles for the h2 element */
h2 {
    text-shadow: 1px 1px #CCCCCC;
}

/* Styles for the footer element */
footer {
    padding: 2em;
}

/* Styles for the hero images */
#homehero,
#yurthero,
#trailhero {
    background-size: cover; /* Use cover to fully cover the container */
}
