/*uspechy*/

html, body{
    height: 100%;
    margin:0;
}

body{
    display:flex;
    flex-direction: column;
    font-family: "";
}

/*main*/

main{
    text-align: center;
    justify-content: center;
    background: linear-gradient(to bottom, #ffea29 22%, #c53f48 100%);
}

.content{
    margin-left: auto;
    margin-right: auto;

    width: 1024px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    

}

main > div > div > h2{
    font-weight: bold;
    text-decoration: none;
    font-size: 55px;
    line-height: 25px;
    margin-bottom: 10px;
}

main > div > div > h3{
    font-weight: bold;
    text-decoration: none;
    font-size: 40px;
    line-height: 25px;
    margin-top: 25px;
    padding-bottom: 0;
    margin-bottom: 0;
}

main > div > div > h4{
    font-weight: bold;
    text-decoration: none;
    font-size: 30px;
    line-height: 21px;
    text-decoration: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

main > div > div > p{
    width: 88%;
    margin: 15px auto; 
    text-align: center;
    font-size: 26px;
}


.text_nahore > h2{
    line-height: 50px;

}

.text_nahore > h3{
    line-height: 50px;

}

.text_stred > h3 {
    margin-top: 50px;
    line-height: 50px;
}

.text_stred > h4 {
    margin-top: 30px;
    line-height: 50px;
}

.text_dole > h3{
    margin-top: 100px;
    line-height: 50px;
}


.text_nahore{
    background-color: rgba(253, 109, 109, 0.3);
    padding-top: 5px;
}

.text_stred{
    background-color: rgba(255, 203, 107, 0.3);
    padding-top: 5px;
}

.text_dole{
    background-color: rgba(78, 255, 87, 0.3);
    padding-top: 5px;
}

img{
margin-bottom: 50px;
}

.image-container-wrap{
    width: auto;

    margin-left:auto;
    margin-right:auto;

    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/*laptop-L*/
@media (max-width: 1750px) {

    .content {
        width: 850px;
    }
}


@media (max-width: 1024px){
    .turisticka_znamka, .turisticka_znamka >img{
        width: 490px;
    }
    .content{
        width: 100%;
    }
}

@media (max-width: 768px){
    img, .turisticka_znamka, .turisticka_znamka >img{
        width:300px;
    }
    .content{
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 425px){
    .content{
        margin-left: 0;
        margin-right: 0;
    }

    img, .turisticka_znamka, .turisticka_znamka >img{
        width:300px;
    }

}

