/*
Theme Name: DTown FC
Author: Gemini
Description: A minimalist and modern theme for the DTown FC soccer club.
Version: 1.0
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#content {
    flex: 1;
}

.site-header {
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-title a {
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.site-description {
    font-size: 14px;
    color: #777;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.main-navigation li {
    margin-left: 20px;
}

.main-navigation a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.pexels.com/photos/47730/the-ball-stadion-football-the-pitch-47730.jpeg');
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.hero-text h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

.home-section {
    padding: 40px 20px;
    text-align: center;
}

.content-area {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
}

.site-main {
    background-color: #fff;
    padding: 40px;
}

.site-footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.site-footer a {
    color: #fff;
}
