/* ---- GLOBAL ---- */

body {
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fafafa;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* ---- BANNER ---- */

.banner {
    background-image: url("banner.jpg");
    background-size: cover;
    background-position: center;
    height: 280px;
    position: relative;
}

.banner-overlay {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0rem;
}

.banner-overlay h1 {
    margin: 0;
    font-size: 2.2rem;
}

.tagline {
    margin-top: 0.4rem;
    font-size: 1.1rem;
}

/* ---- MAIN CONTENT ---- */

.site-content {
    margin: 2rem auto;
    padding: 0 1rem;
    max-width: 700px;
}

.info-section {
    margin-bottom: 2rem;
}

.info-section h2 {
    border-bottom: 2px solid #004080;
    padding-bottom: 0.3rem;
    margin-bottom: 0.8rem;
}

.opening-times {
    list-style-type: none;
    padding-left: 0;
}

.opening-times li {
    margin: 0.5rem 0;
}

/* ---- MAP ---- */

.map-container {
    width: 100%;
    height: 500px;
    border: 1px solid #ccc;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* ---- FOOTER ---- */

.site-footer {
    text-align: center;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: #f0f0f0;
}
