@media only screen and (max-width: 1800px) {
    .logo {
        color: rgb(245, 217, 43);
    }
}

@media only screen and (max-width: 1600px) {
    .produkt {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .enzymy p, .kvasinky p, .zivne-soli p {
        font-size: 20px;
    }

    .E, .K, .Z {
        font-size: 20px;
        margin-top: 15px;
    }

    .enzymy, .kvasinky, .zivne-soli {
        width: 340px;
        height: 340px;
    }
}

@media only screen and (max-width: 1400px) {
    .uvod {
        font-size: 20px;
    }
    
    .produkt {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .enzymy p, .kvasinky p, .zivne-soli p {
        font-size: 18px;
    }

    .E, .K, .Z {
        font-size: 18px;
        margin-top: 15px;
    }

    .enzymy, .kvasinky, .zivne-soli {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width: 1280px) {
    .nabidka {
        width: 95vw;
    }
}


@media only screen and (max-width: 1150px) {
    nav a {
        font-size: 16px;
    }
    
    .nazev-strany h1 {
        font-size: 40px;
    }

    .nazev-strany h2 {
        font-size: 50px;
    }

    .nazev-strany {
        height: 200px;
    }

}

@media only screen and (max-width: 1040px) {
    nav a {
        font-size: 14px;
        margin-left: 0px;
        margin-right: 0px;
    }

    footer {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1000px) {
    .nazev-strany h2 {
        font-size: 45px;
    }

    .nazev-strany {
        height: 190px;
    }

    .produkt {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .enzymy p, .kvasinky p, .zivne-soli p {
        font-size: 18px;
    }

    .E, .K, .Z {
        font-size: 18px;
        margin-top: 10px;
    }

    .enzymy, .kvasinky, .zivne-soli {
        width: 270px;
        height: 270px;
    }
}

@media only screen and (max-width: 915px) {
    .rozdelovnik {
        flex-direction: column;
        align-items: center;
    }

    .uvod {
        font-size: 20px;
    }
    
    .produkt {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .enzymy p, .kvasinky p, .zivne-soli p {
        font-size: 18px;
    }

    .E, .K, .Z {
        font-size: 18px;
        margin-top: 15px;
    }

    .enzymy, .kvasinky, .zivne-soli {
        width: 300px;
        height: 300px;
    }
}


@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;
    }

    .nazev-strany {
        height: 195px;
    }  
}


@media only screen and (max-width: 820px) {
    .nazev-strany {
        height: 175px;
    }
    
    .nazev-strany h1 {
        font-size: 30px;
    }

    .nazev-strany h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 700px) {
    .nazev-strany {
        height: 165px;
    }
    
    .nazev-strany h1 {
        font-size: 30px;
    }

    .nazev-strany h2 {
        font-size: 35px;
    }  
}

@media only screen and (max-width: 650px) {
    .nazev-strany {
        height: 145px;
    }
    
    .nazev-strany h1 {
        font-size: 24px;
    }

    .nazev-strany h2 {
        font-size: 30px;
    }  
}

@media only screen and (max-width: 550px) {
    .nazev-strany h1 {
        font-size: 24px;
    }

    .nazev-strany h2 {
        font-size: 26px;
    }

    .produkt {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .enzymy p, .kvasinky p, .zivne-soli p {
        font-size: 18px;
    }

    .E, .K, .Z {
        font-size: 18px;
        margin-top: 10px;
    }

    .enzymy, .kvasinky, .zivne-soli {
        width: 270px;
        height: 270px;
    }
}


@media only screen and (max-width: 450px) {
    .nazev-strany {
        height: 125px;
    }

    .nazev-strany h1 {
       display: none;
    }
    .nazev-strany h2 {
        font-size: 24px;
        padding: 40px 15px 20px 15px;

    }
}

@media only screen and (max-width: 400px) {
    .nazev-strany {
        height: 130px;
    }

    .nazev-strany h2 {
        font-size: 24px;

    }  
}

@media only screen and (max-width: 360px) {
    .nazev-strany {
        height: 130px;
    }
    
    
    .nazev-strany h1 {
        font-size: 20px;
    }

    .nazev-strany h2 {
        font-size: 22px;

    }  
}