
body{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #EAF4F4;
    display: flex;
    flex-direction: column;
    margin: 0;

}

header{
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 200px;
    background-color: #334E68;
    text-align: center;
}
header h1{
    position: relative;
    font-size: 50px;
    margin: 0px;
    top: 40px;
    color: #adc3cc;

}

.navbar{
    top: 90px;
    left: 0;
    position: relative;
    display: flex;
    width: 100%;
    height: 110px;
    background-color: #37697D;
}

header nav div{
    position: relative;
    text-align: center;
    height: 70px;
    top: 10px;
    margin: 5px;
    width: 20%;
    background-color: #A4C3D9;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 20px;
    transition: ease 0.4s;
    box-shadow: 0px 0px 10px 0px rgb(255, 255, 255,0.3);
    /*#A4C3D9 */
    
}

header nav div:hover{
    background-color: #BFD9E3;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);


    /*#BFD9E3 */
}

header nav div a{
    color: #172D35;
    font-size: 30px;
    position: relative;
    top: 20px;
    text-decoration: none;

    
}

main{
    flex: 1;
    text-align: center;
}

.maintext{
    margin-top: 250px;
    margin-bottom: 50px;
    width: 100%;

}

.nadpish1{
    text-decoration: underline;
    text-align: center;
}

.prvnitextDivHover{
    position: relative;
    width: 75%;
    margin: auto;
    text-align: center;
    box-shadow: 2px 3px 10px 1px;
    border-radius: 7px;
    padding: 20px;
    font-size: 22px;
    transition: ease 0.1s;
}

.prvnitextDivHover:hover{
    scale: 1.05;
}

.prvnitextDivNoHover{
    position: relative;
    width: 75%;
    margin: auto;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    /*box-shadow: 2px 3px 10px 1px;*/
    border-radius: 7px;
    padding: 10px;
    font-size: 22px;
    margin-bottom: 25px;
}

.prvnitextDivHover2{
    position: relative;
    width: 75%;
    left: 12.5%;
    text-align: center;
    box-shadow: 2px 3px 10px 1px;
    border-radius: 7px;
    padding: 10px;
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 25px;
    transition: ease 0.1s;
}

.prvnitextDivHover2:hover{
    scale: 1.05;
}

.sekcefaq{
    background-color: #37697D;
    padding: 10px;
    margin: 20px;
    box-shadow: 0px;
    color: #0C212A;
    font-size: 20px;
    border-radius: 20px;



}

.sekcefaq div p{
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.4);
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.sekcefaq div a{
    text-decoration: underline #dcdcdc;
    color: rgb(9, 173, 218);
}

.duleziteHref{
    text-decoration: underline #ad2f2f;
    color: #ad2f2f;
    transition: ease 0.5s;
}

.duleziteHref:hover{
    color: #583030;
}

.formular{
    background-color: #bbc7c7;
    margin: 50px;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100;
    padding: 20px;
    box-shadow: 0px 0px 20px 0.1px;
}

.formular label{
    font-size: 20px;
}

.formular input{
    margin-bottom: 10px;
    width: 50%;
    height: 20px;
    border: 1px solid;
    border-radius: 4px;
    height: 26px;
    transition: 0.2s ease;
}

.formular input:focus{
    background-color: #dae2e6;
    border-color: #777eb8;
    outline: 0;
    
}

.formular textarea{
    margin-bottom: 10px;
    width: 50%;
    height: 100px;
    transition: ease 0.2s;
}

.formular textarea:focus{
    background-color: #dae2e6;
    border-color: #777eb8;
    outline: 0;
}

.kontaktInfo{
    border: 2px solid #0C212A;
    border-radius: 5px;
    padding: 5px;
    margin: auto 50px;
    min-width: 200px;
    background-color: #3c98bd;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.kontaktInfo p{
    margin-bottom: 30px;
    border: 1px solid #0C212A;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(209, 209, 209, 0.3);
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 28px auto;
    height: 35px;
    background-color: #9cc3d3;
    transition: ease 0.6s;

}

.kontaktInfo p:hover{
    background-color: #eeeeee;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.mapaSeznam{
    margin-top: 20px;
    border: none;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    width: 85vw;
    height: 466px;
}

.mapah1{
    text-decoration: underline;
    margin-top: 50px;
    font-size: 32px;
}

.odeslat{
    padding: 5px;
    font-size: medium;
    width: 100px;
    background-color: #40aaaa;
    border: 2px solid #373777a8;
    border-radius: 12px;
    cursor: pointer;
    transition: ease 0.3s;
}

.odeslat:hover{
    box-shadow: 0px 4px 10px 0px rgba(9, 92, 117, 0.5);
    scale: 1.05;
}

.prvnitextDivNoHoverDulezite{
    position: relative;
    width: 75%;
    left: 12.5%;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    /*box-shadow: 2px 3px 10px 1px;*/
    border-radius: 7px;
    padding: 10px;
    font-size: 22px;
    margin-bottom: 25px;
}

.odkaz{
    text-decoration: none;
    color: #3f7a49;
    transition: ease 0.5s;
}

.odkaz:hover{
    font-size: 32px;
}

.prvnitext{
    
}

.prvnitextOnas{
    font-weight: bold;
    position: relative;
    font-size: 26px;
}

.obavy{
    font-weight: bold;
}

.kontaktSpan{
    text-decoration: underline #186bb8;
    /*#0C212A */
}

.nemusite{
    color: #5b76af;
    text-decoration: underline;
    font-weight: bold;
}

.kontaktSpan a{
    color: #1688d4;
    text-decoration: none;
    transition: ease 0.2s;
}

.kontaktSpan a:hover{
    color: #0030b3;
}

.tabulkaDiv{
    width: 100%;
    margin-top: 25px;
}

.tabulka{
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
}

table, th, td{
    border: 2px solid #0C212A;
    border-collapse: collapse;
    text-align: center;
}

th{
    font-size: 20px;
}

td{
    font-size: 16px;
}

footer{
    width: 100%;
    height: 50px;
    background-color: #627D98;
}

footer div{
    text-align: center;
}

footer div h1{
    font-size: 28px;
    position: relative;
    bottom: 10px;
}

@media (max-width: 750px){
    header nav div a{
        font-size: 26px;
        top: 22px;
    }

    .formular textarea{
        width: 250px;
    }

    .kontaktInfo p{
        width: 250px;
    }

    .mapaSeznam{
        width: 400px;
    }
}

@media (max-width: 500px){
    header nav div a{
        font-size: 20px;
        top: 26px;
    }

    .mapaSeznam{
        width: 300px;
        height: 400px;
    }
}

@media (max-width: 400px){
    header h1{
        font-size: 40px;
    }

    header nav div a{
        font-size: 14px;
        top: 26px;
    }

    .nadpish1{
        margin-top: 50px;
    }

    .formular textarea{
        width: 180px;
    }

    .kontaktInfo p{
        width: 200px;
    }
}