/*zapati_zahlavi.css*/

body{
    font-family: 'Inter', sans-serif;
}

/*header*/


header{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fde829;
    border-bottom: thick solid #c68f45;
    font-family: "Pattaya", sans-serif;
    height: auto;

}



header > div{
    /*border: 1px solid rgb(236, 10, 10);*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin:15px;
    min-width: fit-content;

}
header > div > div{
    /*border: 1px solid rgb(236, 10, 10);*/
}

nav{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}


.normal-menu {
    /*border: 1px solid rgb(236, 10, 10);*/

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

    height: 60%;

    text-decoration: none;

    margin-bottom: 10px;

    margin:auto;



}


.normal-menu > a{

        /*border: 1px solid rgb(236, 10, 10);*/


        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration:none;

}



.item{
    /*border: 1px solid rgb(236, 10, 10);*/

    margin: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration:none;
    color: rgb(236, 10, 10);
    box-sizing: border-box;
    padding: 5px 10px;
    background-color: rgb(253, 227, 96);
    font-weight: bold;
    font-size: 30px;
    border-radius: 15px;
    box-shadow: 5px 5px 13px 2px rgba(57, 57, 57, 0.30);
    box-shadow-offset: 20px 20px;

}
.item:hover{
    box-shadow: 7px 7px 13px 2px rgba(41, 41, 41, 0.6);
    box-shadow-offset: 10px 10px;
}


.normal-menu > ul > li > a:hover{
    box-shadow: 7px 7px 2px rgba(71, 71, 71, 0.5);

}

.small-column{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    padding-bottom: 0px;

        /*border: 1px solid rgb(236, 10, 10);*/


        height: 100%;

        text-decoration:none;


}
.subitem{
    font-size: 30px;


}

ion-icon{
    font-size: 45px;
    color: #3078de;
}
.instagram-color ion-icon {

    color: deeppink;
    display:none;

}


.nazev{
    color: rgb(236, 10, 10);
    text-align: center;
    line-height: 15px;

    padding-left: 30px;
    padding-right: 30px;
    text-shadow:2px 2px 2px rgba(117, 117, 117, 0.35);


}

.nazev > h1{
    font-size: 55px;
    font-weight: bold;
    text-decoration: underline;



}

.nazev > h3{

    text-align: center;
    font-size: 30px;
    margin:0;
    padding:0;
    width:100%;
    text-decoration: underline;

}


.logo-small{
    top: 0;
    left: 0;


}
.logo-small > a > img{
    margin-bottom:0;
    width: 150px;
    height: 150px;
}


.logo1 > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}




/*laptop-L*/
@media (max-width: 1750px){
    header{
        flex-direction: column;

    }

    .nazev{
        margin-right:200px;
    }

    .normal-menu{
        width: 1000px;
        margin: auto;
        justify-content: center;
        height: 80%;
    }

    .small-column{
        height: 100%;

    }

    .item{
        margin-top: 0;
    }
    nav{
        height: 150px;
    }

    .normal-menu > ul {
        padding-left: 15%;
        padding-right: 15%;
    }
    .normal-menu > ul > li >a {
        font-size: 20px;
    }

    ion-icon{
        font-size: 50px;
    }

}

@media (max-width: 1024px){
    nav{
        height: auto;

    }

    .normal-menu {
        flex-direction: column;
        height:fit-content;

        width: 100%;

        margin-top: 15px;
    }

    .normal-menu > a {
        width: 100%;
        height: 100%;
    }
    .small-column{
        flex-direction: row;

        height: fit-content;
        padding: 10px;
    }


    .item{
        font-size: 3em;
        width: 95%;
        height: 60px;

    }



    .logo-small {
        display: none;
    }

    .logo-small > img{

        width: 130px;
        height: 130px;
    }
    .nazev{

        margin:0px 0px 0px 0px;
        padding: 0;


    }
    .nazev > h1{
        font-size: 5em;

        font-weight: bold;
        text-decoration: underline;

    }

    .nazev > h3{
        font-size: 3em;


        text-decoration: underline;
    }

}

@media (max-width: 768px){
    header > .normal-menu > ul > li > a{
        font-size: 30px;
    }
    
    header > .normal-menu > ul{
        list-style-type:none;
        display:flex;
        flex-direction: column;
        text-align: center;
    }

    .logo-small > img{
        width: 220px;
        height: 220px;
        margin-top: 125px;
        margin-left: 20px;
    }

}

@media (max-width: 710px){
    .nazev > h1{
        font-size: 4em;
        line-height: 1;
    }

    .nazev > h3{
        font-size: 2em;
        line-height: 1;
    }
}

/*mobil*/
@media (max-width:425px){

    header{
        max-width:100%;
    }

    header > .normal-menu > ul > li > a{
        font-size: 18px;
        line-height: 30px;
    }

    header > .normal-menu > ul{
        list-style-type:none;
        display:flex;
        flex-direction: column;
        text-align: center;
    }

    header > .nazev > h3{
        font-size: 20px;
        line-height: 30px;
    }

    .logo-small > img{
        width: 100px;
        height: 100px;
        margin-top: 150px;
        margin-left: 0;
    }

    .logo-small{
        margin-left: 0;
    }

    header > .nazev > h1{
        font-size: 35px;
        line-height: 40px;
    }
}



/*footer*/

.footerT > a{
    color:white;
}
.footerE > a{
    color:white;
}

footer{
    border-top: thick solid #eec275;
    background-color: #c53f48;
    color:white;
    display: flex;
    justify-content: center;
    max-width: 100%;


}

.divfooter{
text-align: center;
border: 3px solid #eec275;
margin: 20px;
box-sizing: border-box;
    padding: 20px;
    font-size: 18px;

}



.footer-item{
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}


.divfooter > p{
    margin:5px;
    padding:0;
    max-width: 100%;
}


.footerT, .footerE{
    font-weight: bold;
    margin:auto;
    padding:0;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.footerc, .footerM{
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

.footer_d{
    display: flex;
    flex-direction: row;
    justify-content: space-around;

    max-width: 100%;
    text-align: center;
    margin-bottom: 40px ;
    max-height: 60%;

}

.footer_d > p{
    text-align: center;
    width: 100%;

}

.footer-item > h3 {
    font-size: 25px;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 10px;

    width: 100%;

    margin-block-start: 0;
    margin-block-end: 0;

}


@media (max-width:780px){
    .divfooter{
        font-size: 15px;
        max-width: 80%;

    }

    .footer_d{
        flex-direction: column;
    }



}

@media (max-width:500px){
    footer{
        max-width:100%;
    }

    .divfooter{
        font-size: 14px;
        max-width: 80%;
    }

    .footer_d{
        column-count: 1;
        column-gap: 0;  
    }


}