/*
Theme Name: Binomio DJ
Theme URI: https://binomio-dj.com
Author: TuNombre
Description: Plantilla para DJ Binomio (Madrid)
Version: 1.1
License: GNU General Public License v2 or later
Text Domain: binomio
*/

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #0a0a0a;
    color: #f5f5f5;
}

header {
    background: linear-gradient(90deg, #ff005c, #ff7f00);
    padding: 1rem 2rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2px;
}

nav a {
    margin: 0 15px;
    text-decoration: none;
    color: white;
    font-weight: 500;
}

.hero {
    text-align: center;
    padding: 100px 20px;
    background: url('https://source.unsplash.com/1600x900/?dj,club') center/cover no-repeat;
    color: white;
}

.hero h1 {
    font-size: 3rem;
    text-transform: uppercase;
}

section {
    padding: 60px 20px;
    max-width: 1000px;
    margin: auto;
}

footer {
    background: #111;
    text-align: center;
    padding: 20px;
    font-size: 0.9rem;
    color: #bbb;
}
