body {
    color: #282425;
    background-color: #f7d3c5;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    body {
        background-color: #f7d3c5;
        margin: 0;
    }
}

header {
    background-image: url(Images/titulni_fotka_.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 30px;
}

h1, h2, h3 {
    color: #756158;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

h1 {
    font-size: 72px;
    text-align: left;
    text-indent: 3em;
    color: white;
    margin: 0;
    text-shadow: 0 3px 10px rgba(0,0,0,0.7)
}

@media screen and (max-width: 768px) {
    H1 {
        font-size: 42px;
        text-align: left;
        text-indent: 0em;
    }
}
h2 {
    font-size: 42px;
    text-align: center;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    H2 {
        font-size: 32px;;
    }
}

h3 {
    font-size: 20px;
    margin-top: 36px;
}

li {
    text-align: left;
}

a {
    color: #756158;
}

section {
    padding: 60px 20%;
}

@media screen and (max-width: 768px) {
    section {
        padding: 60px 15%;
    }
    
}

.kdojsem,
.jakucim,
.tlumoceni {
    text-align: justify;
}

.kdojsem img {
    border-radius: 50%;
    width: 200px;
}

table {
    border-spacing: 0;
    /* margin-left: 80px; */
}

@media screen and (max-width: 768px) {
    table {
        display: none;
    }
}

.cenik {
    display: none;
}

@media screen and (max-width: 768px) {
    .cenik {
        display: block;
    }
}

th,
td {
    text-align: left;
    border-bottom: 1px solid black;
    padding: 30px 0;
}

.fotogalerie,
.tlumoceni {
    background-color: #f8bfa8;
}

.fotogalerie {
    float: center;
    text-align: center;
}


.zapati {
    background-color: #61815c;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.foto-omne {
    width: 230px;
    border-radius: 60%;
    float: left;
    margin: 0 30px 30px 0;
}

@media screen and (max-width: 768px) {
    .foto-omne {
        float: center;
    }
}

.fotogalerie img {
    margin: 5px;
    width: 215px;    
    border: 2px solid #756158;
    border-radius: 10px;
    float: center;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* For tablets: */
    .fotogalerie img {
         width: 40%;
         float: center;
     }
 }

@media screen and (max-width: 767px) {
    /* For mobile phones: */
   .fotogalerie img {
        width: 80%;
        float: center;
    }
}

.foto-kurzy {
    width: 25%;
    border-radius: 50px 0 50px 50px;
    float: right;
    margin: 0 20px 20px 0;
}

@media screen and (max-width: 768px) {
    .foto-kurzy {
        display: none;
    }
}

.foto-tlumoceni {
    width: 20%;
    border-radius: 0 50px 50px 50px;
    float: left;
    margin: 0px 50px 30px 0px;
}

@media screen and (max-width: 768px) {
    .foto-tlumoceni {
        width: 85%;
        border-radius: 0 50px 50px 50px;
        float: center;
    }
}

.foto-kontakt {
    width: 35%;
    float: left;
    margin: 0 30px 30px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.7)
}

@media screen and (max-width: 768px) {
    .foto-kontakt {
        width: 85%;
        float: center;
    }
}

.ikona {
    width: 30px;
    float: left;
    margin: 0 10px;
}

.dotace {
    text-align: center;
    padding-left: 50px;
}

.cena {
    text-align: center;
    padding-left: 50px;
}

.zacatekkurzu {
    text-align: right;
    padding-left: 50px;
}

.menu {
    border-top: 2px solid #d3a18d;
    position: sticky;
    top: 0;
}

.menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #61815c;
}

.menu li {
    display: inline-block;
}

.menu a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    padding: 20px 30px;
}

@media screen and (max-width: 768px) {
    .menu a {
        padding: 5px 5px;
    }
}

.menu a:hover, .menu a:focus, .menu a:active {
    background-color: #a2c29d;
}
