﻿body {
}
.hero {
    background: url('/images/scouthut-hero.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

    .hero h1 {
        font-size: 3em;
        margin-bottom: 10px;
    }

    .hero p {
        font-size: 1.5em;
    }

.content {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Segoe UI', sans-serif;
}

section {
    margin-bottom: 40px;
}

.events ul {
    list-style: none;
    padding-left: 0;
}

.events li {
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 10px;
    border-left: 5px solid #3c763d;
}

h2 {
    color: #2c3e50;
}

.site-footer {
    background-color: #3c763d;
    color: #ecf0f1;
    padding: 40px 20px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    gap: 30px;
}

.footer-section {
    flex: 1 1 200px;
}

.footer-section h4 {
    margin-bottom: 10px;
    font-size: 1.2em;
    border-bottom: 2px solid #ecf0f1;
    padding-bottom: 5px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section a {
    color: #ecf0f1;
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #bdc3c7;
    margin-top: 30px;
    font-size: 0.9em;
}