:root {
    --barva-oranzova: #E0842F;
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, .navbar-brand {
    font-family: 'Kumar One', cursive;
}

.hlavni-banner {
    background: url('img/banner.png') center center / cover no-repeat;
    min-height: 550px; 
    display: flex;
    flex-direction: column;
}

.navbar-nav .nav-link {
    color: white !important;
    font-size: 0.85rem;
    margin-left: 1.5rem;
}

.obsah-banneru {
    margin-top: 80px;
}

.hlavni-nadpis {
    color: white;
    font-size: 3.8rem;
    line-height: 1.2;
}

.tlacitko-oranzove {
    background-color: var(--barva-oranzova);
    color: white;
    border: none;
    border-radius: 0;
    font-weight: 700;
    padding: 10px 24px;
    text-transform: uppercase;
    font-size: 0.95rem;
}

.tlacitko-oranzove:hover {
    background-color: #c47226;
    color: white;
}

.odsazeni-sekce {
    padding-top: 80px;
}

.nadpis-sekce {
    font-size: 2.8rem;
}

.nazev-produktu {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 15px;
}

.ikona-kontaktu {
    width: 16px;
    height: auto;
    margin-right: 12px;
}

.text-kontaktu {
    padding-left: 2rem;
}

@media (max-width: 768px) {
    .hlavni-nadpis { font-size: 2.5rem; }
    .nadpis-sekce { font-size: 2.2rem; }
    .obsah-banneru { margin-top: 40px; }
}