/* ----------- All pages ----------- */

header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 10%;
    background: url(img/Květiny.jpg);
    z-index: 1;
}

body{
    background-color: #235a16;
    font-family: Roboto;
    color: white;

}

.menu{
    height: 110%;
    margin-left: 10px;
}

.mgv{
    margin-top: 6px;
    margin-right: 10px;
    height: 90%;
    float: right;
    
}

.icon{
    opacity: 0.7; 
    transition: opacity 330ms; 
}

.icon:hover{
    opacity: 1;
}

.copyright{
    font-weight: bold;
    font-size: 30px;
    color: white;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    text-decoration: none;
}

.version{
    font-weight: bold;
    font-size: 30px;
    color: white;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    right: 1px;
    text-decoration: none;
   
}

@media (max-width: 810px){
    .version{
        font-size: 20px
    }

    .copyright{
        font-size: 20px ;
    }

    header{
        height: 7%;
    }

}


/* ----------- Menu -----------*/

.nadpis{
    text-align: center;
    font-size: 90px;
}

.Buttons_container{
    margin-top: 8%;
    margin-bottom: 8%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Button{
    color: white;
    background-color: rgb(20, 58, 24);
    transition: color 300ms; 
    transition: background-color 300ms;
    text-align: center;
    margin-top: 10px;
    margin-left: 60px;
    margin-right: 60px;
    text-decoration: none;
    font-size: 50px;
    border-radius: 20px;
    padding: 40px;
     
    
}

.Button:hover{
    color: rgb(20, 58, 24);
    background-color: white;
}

@media (max-width: 810px){
    .Buttons_container{
        flex-direction: column;
    }

    .Button:last-of-type{
        margin-top: 40px;
    }
    .nadpis{
        font-size: 50px;
    }

}

/* ----------- Procvičení ----------- */
.progressbar_background{
    position: absolute;
    width: 85%;
    height: 20px;
    left: 25px;
    top: 140px;

    background: #226b29;
    border-radius: 22.5px;
}
.progress{
    position: absolute;
    width: 0px;
    height: 20px;
    left: 25px;
    top: 124px;
    transition: width 230ms;

    background: #ffd722;
    border-radius: 22.5px;
}

.progress_numbers{
    position: fixed;
    right: 40px;
    height: 20px;
    top: 25px;
    font-size: 70px;
}

.image_box{
    margin-left: 10%;
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 700px;
    text-align: center;
}

.options{
        position: fixed;
        right: 10%;
        bottom: 190px;
        height: 600px;
        width: 700px;
        margin-left: 50px;
        text-align: center;
    }
.image{
    height: 600px;
    margin-top: 50px;
    border-radius: 5px;}



.btn{
    background-color: #226b29;
    color: white;
    margin: 60px 0 10px 20px;
    width: 80%;
    height: 100px;
    font-size: 30px;
    border-radius: 83px;
    border: none;
    transition: color 300ms; 
    transition: background-color 300ms; 
    cursor: pointer;
}

.next{
    margin: 120px 15px 10px 20px;
}

.btn:hover{
    color: #226b29;
    background-color: white;
}

.TF{
    position: absolute;
    margin-left: 55px;
    margin-top: 70px;
    height: 80px;
}

.vysledky{
    display: none;
    font-size: 70px;
    margin-top: auto;
    text-align: center;
}

.error{
    display: none;
    top: 100px;
    text-align: center;
    font-size: 50px;
}

.attention{
    display: none;
    top: 100px;
    text-align: center;
    margin: 0 30px 0 30px;
    font-size: 30px;
}


/* smaller screens*/
@media(max-width:1300px){
    .image_box{
        width: 300px;
    }

    .btn{
        width: 60%;
        height: 80px;
        font-size: 25px;
    }


    .progress_numbers{
        font-size: 50px;
        right: 0px;
        top: 60px;
    }

    .TF{
        height: 65px;
        margin-left: 20px;
    }
}

/*heigth control*/
@media (max-height: 900px){
    .image_box{
        width: 300px;
    }

    .options{
        bottom: 100px;
        margin-left: 25px;
        right: 300px;
    }

    .next{
        margin-top: 50px;
    }
}

/* mobile */
@media(max-width: 400px){
    .progress_numbers{
        display: none;
    }
    .btn{
        margin-top: 10px;
        font-size: 20px;
    }
    .options{
        position: absolute;
        right: -5px;
        bottom: 130px;
        height: 200px;
        width: 400px;
        margin-left: 50px;
        text-align: center;
    }
    .TF{
        height: 50px;
        margin-top: 25px;
        margin-left: 5px;
    }
    .image{
        height:  225px;
}
.image_box{
    margin-top: 40px;
}

.progressbar_background{
    position: absolute;
    width: 85%;
    height: 20px;
    left: 25px;
    top: 55px;
}
.progress{
    position: absolute;
    height: 20px;
    left: 25px;
    top: 40px;
}
}   

/* ----------- Studium ----------- */
    
.colors{
    text-align: center;
}



.colorpick{
    margin-left: 5px;
    margin-right: 5px;
    padding: 15px;
    border-radius: 5px;
    border: none;
    margin-bottom: 15px;
    cursor: pointer;
}

.text{
    color: white;
    font-family: Roboto;
    text-align: center;
    text-decoration: none;
}
.content{
    text-align: center;
}
.item{
    display: block;
    text-align: center;
    border-radius: 5px;
    width: 500px;
    opacity: 0.9;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
    transition: opacity 150ms; 
    
}

.item:hover{
    opacity: 1;
    z-index: -1;
}

   
h1{
    text-align: center;
    display: block;
    font-size: 30px;
    margin-top: auto;}

h2{
    text-align: center;
    margin-top: 0px; 
    margin-bottom: 50px;
}

.caption{
    display: block;
    margin-bottom: 10px;
    font-size: 25px;
}

@media(max-width: 500px){
    .Plants{
        width: 340px;
    }

    .colorpick{
        padding: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    h1{
        font-size: 30px;
    }

    h2{
        font-size: 20px ;
    }

}

/* Novinky */
.verze:first-of-type{
    margin-top: 100px;
}

.verze{
    text-align: left;
    margin-left: 20%;
}

.novina{
    text-align: left;
    margin-left: 23%;
    font-size: 25px;
}

@media(max-width: 400px){
    .verze{
        margin-left: 10%;
    }
    .novina{
        font-size: 20px;
        margin-left: 13%;
    }
}

