body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: #f8f9fa;
    color: #343a40;
}

.container {
    max-width: 960px;
    margin: auto;
    overflow: hidden;
    padding: 0 2rem;
}

.banner-image {
    background-image: url("./images/arches_sunset_cropped.jpg");
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.banner-text h1 {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.nav {
    background: #343a40;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}

.nav a {
    color: #fff;
    padding: 0.5rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.nav a:hover {
    background: #495057;
}

h1, h2, h3 {
    color: #007bff;
}

a {
    color: #007bff;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    padding: 0.25rem 0;
}
