
/*
Theme Name: Arena Nieruchomości Full
Author: Twoje Biuro
Description: Pełny motyw WordPress inspirowany stroną jacobsandstork.pl z przykładową zawartością
Version: 1.0
*/

body {
    font-family: 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #222;
}

header {
    height: 100vh;
    background: url('{header_image}') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

header img {
    max-width: 180px;
    margin-bottom: 20px;
}

header h1 {
    font-size: 3em;
    font-weight: bold;
}

section {
    padding: 100px 30px;
    max-width: 1200px;
    margin: auto;
}

section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

footer {
    background: #0a0f1d;
    color: #fff;
    text-align: center;
    padding: 60px 30px;
    font-size: 0.9em;
}

a {
    color: #bfa268;
    text-decoration: none;
}
