body {
    background: #FAF1DC;
    font-family: "Lexend", sans-serif;
    margin: 0;
}

.celyweb {
    max-width: 1050px;
    margin: auto;
    background: white;
    border-radius: 50px;
    border: 5px solid #ABB7ED;
    overflow: hidden;
}

/* HLAVIČKA */
.hlavicka {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* NADPIS */
h1 {
    font-family: "Cherry Bomb One";
    text-align: center;
    color: #7D7DB0;
    font-size: 3rem;
}

/* SEKCE */
h2 {
    font-family: "Coiny";
    text-align: center;
    color: #7D7DB0;
    font-size: 2.2rem;
    margin-top: 20px;
    margin-bottom: 30px;
    clear: both;
}

/* MENU */
.menu {
    text-align: center;
    margin: 20px;
}

.menu a {
    padding: 10px 20px;
    border-radius: 20px;
    border: 3px solid #7D7DB0;
    color: #7D7DB0;
    text-decoration: none;
    margin: 5px;
    background: #FAF1DC;
}

.menu a:hover,
.menu a.aktivni {
    background: #ABB7ED;
    color: #FAF1DC;
    border: 3px solid #FAF1DC;
}

/* TEXT */
p {
    margin: 50px 50px 150px;
    font-size: 1.2rem;
    line-height: 1.6;
}

/* OBSAH ODSAZENÍ */
.obsah {
    padding: 0 90px;
}

/* OBRÁZKY - HLAVNÍ STRÁNKA */
.foto,
.foto2 {
    width: 180px;
    border: 5px solid #7D7DB0;
    border-radius: 20px;
    transition: 0.3s ease;
}

.foto {
    float: left;
    margin: 20px 40px 20px 60px;
}

.foto2 {
    float: right;
    margin: 20px 60px 20px 40px;
}

/* HOVER FOTKY */
.foto:hover,
.foto2:hover {
    border-color: #FAF1DC;
    transform: scale(1.03);
}

/* GALERIE */
.galerie {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
    padding: 100px;
}

.galerie img {
    width: 80%;
    border-radius: 20px;
    border: 5px solid #7D7DB0;
    transition: 0.3s ease;
}

.galerie img:hover {
    border-color: #FAF1DC;
    transform: scale(1.03);
}

/* ODKAZY SEKCE */
.odkazy {
    padding: 20px 80px;
    text-align: left;
}

ul {
    list-style: none;
}

li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("ikona1.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
}

.odkazy h2 {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px;
}

.odkazy h2::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("ikona2.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
}

/* PATIČKA */
.paticka {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 250px;
    padding-bottom: 0px;
}

/*  VŠECHNY TEXTOVÉ ODKAZY */
.obsah a,
.odkazy a,
.paticka a {
    color: #7D7DB0;
    text-decoration: underline;
    transition: 0.3s;
}

/*  HOVER */
.obsah a:hover,
.odkazy a:hover,
.paticka a:hover {
    color: #FAF1DC;
    text-decoration: none;
}



/* ===== GALERIE – MENŠÍ MEZERY ===== */

/* zmenší mezeru mezi nadpisem a fotkami */
.galerie {
    margin-top: -75px;
}

/* zmenší mezeru pod galerií (pod fotkami) */
.galerie + p {
    margin-top: -10px;
    margin-bottom: 60px;
}


/* ===== ODKAZY – MENŠÍ MEZERA DOLE ===== */

/* poslední seznam (odkazy) */
.odkazy ul {
    margin-bottom: 40px;
}

/* patička blíž k obsahu */
.paticka {
    margin-top: 25px;
    margin-bottom: 60px;
}


.vlevo {
    text-align: left;
    margin-left: 40px;
}

fieldset {
    border: 2px solid #7D7DB0;
    border-radius: 20px;
    padding: 20px;
    margin: 30px 80px;
    background: transparent;
}

.zdroj {
    margin-top: 200px; /* posune jen ten text dolů */
    margin-bottom: 60px;
}
fieldset legend {
    color: #7D7DB0;
    font-family: "Cherry Bomb One";
    font-size: 1.3rem;
}

.opilaBox{
position:relative;
height:220px;
overflow:hidden;
background:white;
border:2px solid #ABB7ED;
border-radius:15px;
margin-top:10px;
}

.cislo{
position:absolute;
color:#7D7DB0;
font-weight:bold;
font-family:"Lexend", sans-serif;
}
