@media only screen and (max-width: 1800px) {
    .logo {
        color: rgb(245, 217, 43);
    }
}

@media only screen and (max-width: 1400px) {
    .o-nas h1, .o-pestitelskem-paleni h1, .o-prubehu-paleni h1, .kontakty h1 {
        font-size: 26px;
    }

    .o-nas, .o-pestitelskem-paleni {
        font-size: 20px;
        line-height: 26px;
    }

    .o-prubehu-paleni {
        font-size: 20px;
        line-height: 26px;
    }

    .kontakty {
        font-size: 20px;
        line-height: 26px;
    }

    .nazev-kategorie {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .checkicon {
        display: block;
    }

    .logo {
        color: rgb(245, 217, 43);
    }

    nav ul {
        position: absolute;
        top: 0px;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: white;
        text-align: center;
    }

    nav li {
        display: block;
        margin: 20px 0;
        line-height: 30px;
    }

    nav li a {
        font-size: 20px;
    }
        
    nav a:hover, nav a.active {
        background: rgb(245, 217, 43);
    }
        
    #check:checked ~ ul {
        left: 0;
    }

    .nazev h1 {
        font-size: 110px;
    }

    .sloupecky {
        width: 95vw;
        justify-content: space-between;
    }

    .o-nas, .o-pestitelskem-paleni {
        width: 49%;
    }

    
    .o-nas h1, .o-pestitelskem-paleni h1, .o-prubehu-paleni h1, .kontakty h1 {
        font-size: 22px;
    }

    .o-nas, .o-pestitelskem-paleni {
        font-size: 18px;
        line-height: 24px;
    }

    .o-prubehu-paleni {
        width: 95vw;
        font-size: 18px;
        line-height: 24px;
    }

    .kontakty {
        width: 95vw;
        font-size: 18px;
        line-height: 24px;
    }

    .nazev-kategorie {
        font-size: 22px;
    }
}


@media only screen and (max-width: 1050px) {
    .nazev h1 {
        font-size: 100px;
    }
    
    .aktuality h1 {
        font-size: 22px;
        font-weight: 700;
    }
    
    .aktuality p {
        font-size: 18px;
    }
    
    .o-prubehu-paleni img {
        width: 30%;
    }
    
    .sloupec-1 {
        width: 65%;
    }

    .nazev-kategorie {
        font-size: 20px;
    }

    .kontaktni-udaje {
        width: 30%
    }

    footer {
        font-size: 16px;
    }
}

/* @media only screen and (max-width: 1040px) {
    nav a {
        font-size: 14px;
        margin-left: 0px;
        margin-right: 0px;
    }
} */

@media only screen and (max-width: 930px) {
    .o-nas h1, .o-pestitelskem-paleni h1, .o-prubehu-paleni h1, .kontakty h1 {
        font-size: 20px;
    }

    .o-nas, .o-pestitelskem-paleni {
        font-size: 16px;
        line-height: 22px;
    }

    .o-prubehu-paleni {
        font-size: 16px;
        line-height: 22px;
    }

    .kontakty {
        font-size: 16px;
        line-height: 22px;
    }

    .nazev-kategorie {
        font-size: 18px;
    }
}

@media only screen and (max-width: 920px) {
    .nazev {
        height: 300px;
    }
    .nazev h1 {
        font-size: 90px;
        margin: 60px 50px;
        }
    
    .aktuality h1 {
        font-size: 20px;
        font-weight: 700;
        }
    
    .aktuality p {
        font-size: 16px;
        }
    
}

/* @media only screen and (max-width: 890px){
    .checkicon {
        display: block;
    }

    .logo {
        color: black;
    }

    nav ul {
        position: absolute;
        top: 0px;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: white;
        text-align: center;
    }

    nav li {
        display: block;
        margin: 20px 0;
        line-height: 30px;
    }

    nav li a {
        font-size: 20px;
    }
        
    nav a:hover, nav a.active {
        background: rgb(245, 217, 43);
    }
        
    #check:checked ~ ul {
        left: 0;
    }
} */

@media only screen and (max-width: 850px) {
    .nazev h1 {
        font-size: 75px;
    }
    .sloupecky {
        flex-direction: column;
    }

    .o-nas, .o-pestitelskem-paleni {
        width: 100%;
        margin-bottom: 10px;
    }

    .text-a-obrazek-2 {
        flex-direction: column;
    }

    .sloupec-1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .o-prubehu-paleni {
        margin-top: 15px;
    }
    .o-prubehu-paleni img {
        width: 40%;
        margin: 0 auto;
    }

    .sloupecky-kontakt {
        flex-direction: column;
        align-items: center;
    }

    .kontaktni-udaje {
        margin-top: 10px;
        width: 80%;
        text-align: center;
    }
}

@media only screen and (max-width: 720px) {
    .nazev h1 {
        font-size: 60px;
    }
}


/* @media only screen and (max-width: 670px) {
    .nazev h1 {
        font-size: 80px;
    }
} */

/* @media only screen and (max-width: 605px) {
    .nazev h1 {
        font-size: 70px;
    }
} */

@media only screen and (max-width: 500px) {
    .mapa {
        display: none;
}
}
