@import url('https://fonts.googleapis.com/css2?family=Imperial+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tiny5&display=swap');

header{
    background-color: #EB600D;
    width: 100%;
    height: 100px;
}
header h1{
    text-align: center;
    color: white;
    margin: 0px;
    padding-top: 15px;  
}
header h2{
    font-weight: 100;
    font-style: normal;
    text-align: center;
    color: rgb(0, 0, 0);
    margin: 0px;
}
body{
    background-color: rgb(255, 226, 183);
    margin: 0px;
}
.nadpis{
    text-align: center;
}
.section{
    background-color: rgb(252, 207, 148);
}
nav{
    position: absolute;
    background-color: black;
    width: 100%;
    height: 28px;
}
.nav-odkaz{
    position: absolute;
    top: 6px;
    width: 25%;
    text-align: center;
}
.odkaz-prvni{
    left: 0px;
}
.odkaz-druhy{
    left: 20%;
}
.odkaz-treti{
    left: 38%;
}
.odkaz-paty{
    left: 56%;
}
.odkaz-ctvrty{
    left: 74%;
}
nav a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 15px;
}
nav a:hover{
    color: #ff7d04;
}
main{
    width: 100%;
    min-height: 500px;
    padding-top: 0px;
    padding-bottom: 10px;
}
article{
    background-color: #E9E9E9;
    margin: 10px 50px 10px 50px;
    padding: 30px;
}




footer{
    background-color: #000000;
    width: 100%;
    height: 30px;
    margin-top: -15px;
}
footer p{
    text-align: center;
    color: #ff9100;
    font-weight: bold;
    font-size: 15px;
    margin: 0px;
    padding-top: 7px;
}




#mapa{
    position: relative;
    left: 1%;
    margin-left: 0px;
    border: none;
}
.tab-akce{
    border-collapse: collapse;
    width: 80%;
    margin-left: 10%;
}
.tab-akce th,td{
    border: 2px solid #ff7b00;
}



@media screen and (max-width: 800px){
    nav{
        height: 155px;      
    }
    .nav-odkaz{
        width: 100%;
    }
    .odkaz-prvni{
        left: 0px;
        top: 10px;
    }
    .odkaz-druhy{
        left: 0px;
        top: 40px;
    }
    .odkaz-treti{
        left: 0px;
        top: 70px;
    }
    .odkaz-paty{
        left: 0px;
        top: 130px;
    } 
    .odkaz-ctvrty{
        left: 0px;
        top: 100px;
    } 
    main{
        margin-top: 135px;
    }    
}