body{
    background-color: red;
}

.nadpis{
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}

.obrazekVedle{
    width: 3%;
    margin-left: 1%;
}

.obrazekVedle:hover{
    transform: rotateY(360deg);
    transition: 2s;
}

.content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.obrazek{
    text-align: left;
    margin-top: 4%;
}

.text{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: right;
    margin-top: 10%;
    font-size: xx-large;
    text-align: left;
    margin-left: 2%;
}

.footer{    
    background-color: white;
    text-align: center;
    margin-top: 10.2%;
    display: flex;
}

.textDole{
    transform: translateY(10px);
    text-align: right;
}


@media screen and (max-width:768px) {

    .obrazekVedle{
        width: 10%;
    }
    .obrazek img{
        width: 100%;
        margin-top: 25%;
    }

    .content{
        display: block;
        justify-content: center;
    }

    .footer{
        margin-top: 30%;
    }

    .textDole{
        transform: translateY(-1%);
        transform: translateX(-350%);
        text-align: center;
    }

    .obrazekDole {
        visibility: hidden;
    }
}
