/*
Theme Name: Gym Club Fixed
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: Custom Gym Club theme with Wild Tribe styling and demo content.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: gymclub-fixed
*/

body {
    margin: 0;
    font-family: 'Wild Tribe', sans-serif;
    background: #000;
    color: #fff;
}

header {
    background: #111;
    padding: 20px;
    text-align: center;
}

header h1 {
    font-size: 3rem;
    margin: 0;
}

nav {
    background: #222;
    padding: 10px;
}

nav a {
    color: #fff;
    margin: 0 15px;
    text-decoration: none;
}

.main-banner {
    background: url('assets/images/banner.jpg') no-repeat center center;
    background-size: cover;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-banner h2 {
    font-size: 4rem;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 20px;
}

footer {
    background: #111;
    text-align: center;
    padding: 20px;
}
