* {/*hvězdička platí pro celý dokument*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*** ZNOVUPOUŽITELNÉ ****/
.row {
    max-width: 1140px;
    margin: 0 auto;
}

.hlavicka {
    background: linear-gradient(rgba(0,0,0,0.3),rgba(0, 0, 0, 0.3)), url(../Img/Uvoda.jpg);
    background-size: cover;
    /*lepší pokrytí plochy*/
    height: 100vh;/*procentuální výška zobrazovacího pole*/
/*    background-attachment: fixed;*/
    background-attachment: fixed;
}
.prihlasen {
/*    position: absolute;*/
    position: relative;
    top: 5%;
/*    left: 5%;*/
    font-size: 20px;
    text-align: center;
    color: rgb(248, 200, 164);
    font-style: italic ;
    width: 10%;
    float: right;
/*    margin-right: 5px;*/
/*    border: 2px solid white;*/
}
.tlacitko-zpet:link,
.tlacitko-zpet:visited {
    position: absolute;
    top: 5px;
    text-decoration: none;
    color: rgb(226, 129, 59);
    float: right;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    background: rgba(72, 65, 26, 0.83);
    border: 2px solid rgba(72, 65, 26, 0.83);
    height: 37px;
    border-radius: 10px;
    margin-left: 10px;
    margin-top: 5px;
    padding: 5px 5px;
}
.tlacitko-zpet:hover,
.tlacitko-zpet:active {
    color: rgb(248, 200, 165);
}
.znak img{
    position: absolute;
    width: 20%;
    left: 60%;
    top: 35%;
/*    border: 1px solid rgba(72, 65, 26, 0.83);*/
/*    border-radius: 10px;*/
/*    transform: translate(-50%, -50%);*/
    zoom: 1;
    filter: alpha(opacity=10);
    opacity: 0.2;
}
.nadpis {
    position: relative;
    top: 50px;
/*    left: -15%;*/
    font-size: 35px;
    text-align: center;
    color: rgb(248, 200, 165);
    font-style: italic;
}


.seznam {
    margin-top: 70px;
    margin-left: 5%;
    
/*    border: 2px solid blue;*/
}

.seznam p {
    color: rgb(248, 200, 165);
    font-size: 20px;
}


.seznam ul {
/*    width: 100px;*/
/*    border: 2px solid green; */
    margin-left:  50px;
    margin-bottom: 5px;
    list-style: none;
}

.seznam ul li {
    margin-bottom: 15px;
    
}

.seznam ul li a:link,
.seznam ul li a:visited {
    font-size: 20px;
    color: rgb(226, 129, 59);
    background: rgba(72, 65, 26, 0.83);
    border: 2px solid rgba(72, 65, 26, 1);
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    padding: 3px;
}

.seznam ul li a:hover,
.seznam ul li a:active {
    color: rgb(248, 200, 165);
}

/***** Sekce *****/
.xxxl {
    color: #e0bc92;
}
.licha-sekce {
    background-color: #e0bc92;
    
}
.xxxs {
    color: #d9c8b3;
}
.suda-sekce {
    background-color: #d9c8b3;
}


.tlacitko-nahoru {
    text-align: center;
}
.tlacitko-nahoru {
    text-decoration: none;
    font-size: 20px;
    color: rgb(226, 129, 59);
    background: rgba(72, 65, 26, 0.83);
    border: 2px solid rgb(72, 65, 26, 0.83);
    height: 37px;
    border-radius: 5px;
    padding: 5px;
}
.tln {
    text-align: center;
/*    margin-top: 5px;*/
} 


.sekce-nadpis h2{
    font-size: 30px;
    color: rgb(226, 129, 59);
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px;
     
}
p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 auto;
/*    padding-left: 2%;*/
    padding-right: 1%;
}

.seznam-kesi {
    display: block;
/*    text-align: center;*/
    margin-left: 30%;
}

.seznam-kesi li {
    list-style-type: none;
}

.seznam-kesi li a {
    font-size: 20px;
    text-decoration: none;
/*    cursor: pointer;*/
}

.udalost a img:hover,
.udalost a img:active {
    transition: transform 1s;
    transform: scale(3);
}

.foto {
    width: 50px;
    float: left;
    margin-right: 10px;
}

/***** Patička *****/
.paticka {
    background-color: #282425;
    color: white;
    text-align: center;
    padding: 20px 0;
}

/***** Stop floating - až na konec CSS *****/
.clearfix {zoom: 1}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}