body {
    margin: 0;
    padding: 0;
    background-color: #e0e0e0; /* světle šedé pozadí */
    font-family: Arial, sans-serif;
}

/* Černý pruh nahoře */
.header {
    background-color: #753939; /* tmavě šedá téměř černá */
    color: white;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Nadpis vevnitř hlavičky */
.header h1 {
    margin: 0;
    font-size: 32px;
}

/* Menu pod hlavičkou */
.menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px 0;
}

/* Styl tlačítek */
.menu a {
    background-color: #333;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.menu a:hover {
    background-color: #555;
}

.back-button {
    text-align: center;
    margin: 50px 0;
}

.back-button a {
    background-color: #666;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.back-button a:hover {
    background-color: #444;
}

.top-centered {
    text-align: center;
    margin-top: 50px; /* mezera od horního okraje */
}

.top-centered {
    text-align: center;
    margin-top: 50px; /* mezera od horního okraje */
}

.top-centered {
    text-align: center;
    margin-top: 50px;
}

.top-centered {
    text-align: center;
    margin-top: 50px;
}
.foto-galerie {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.foto-galerie img {
    width: 300px;
    height: 400px;
    object-fit: cover; /* důležité pro správný výřez bez deformace */
    border-radius: 8px;
}

.top-centered {
    text-align: center;
    margin-top: 40px;
}

.foto-blok {
    display: flex;
    justify-content: center;
    gap: 20px;
    background-color: white;
    margin: 40px auto;
    padding: 20px;
    width: fit-content;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.foto-blok img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

.foto-uvod {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.foto-uvod img {
    width: 400px; /* uprav šířku podle potřeby */
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.foto-galerie {
    display: flex;
    justify-content: center;
    gap: 20px; /* mezera mezi fotkami */
    margin-top: 40px;
}

.foto-galerie img {
    width: 300px; /* velikost fotek */
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.foto-galerie {
    display: flex;
    justify-content: center;
    gap: 20px; /* mezera mezi fotkami */
    margin-top: 40px;
}

.foto-galerie img {
    width: 300px; /* šířka fotek */
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* jemný stín */
}
.podtrzeny-nadpis {
    font-size: 2.5em;
    color: #425aaf; /* modrá barva */
    text-align: center;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.cara-pod-textem {
    width: 900px;          /* stejná jako .foto-blok */
    height: 5px;
    background-color: black;
    border: none;
    margin: 20px auto;     /* mezera a zarovnání na střed */
}
.cara-pod-fotkami {
    border: none;
    height: 6px;
    background-color: black;
    width: 850px; /* lehce víc než 2 fotky po 400px + mezera */
    margin: 30px auto;
}
.foto-tabulka {
    margin: 30px auto;
    border-collapse: collapse;
}

.foto-tabulka td {
    border: 2px solid black;
    padding: 10px;
}

.foto-tabulka {
    margin: 30px auto;
    border-collapse: collapse;
}

.foto-tabulka td {
    border: 2px solid black;
    padding: 10px;
}

.foto-tabulka img {
    max-width: 300px;
    height: auto;
    display: block;
}
