@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


body{
    background-color: white ;
    margin: 0px;
    font-family:Arial;
}
header{
    background-color:#3b6879;
    width: 100%;
    margin-top: -20px;
    min-height: 150px;
    text-align: center;
     

}
header h1{
    margin: 0px;
    margin-top: 00px;
    color:#FDDC22;
    padding-top: 40px;
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
     font-style: normal;
}   
nav{
    background-color:#081630;
    width:100%;
    height: 63px;
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
.odkaz{
    margin-top: 6px;
    width: 20%;
    position:absolute;
    text-align:center;
}
y 1{
    left:0%
}
.o2{
    left:20%
}
.o3{
    left:40%
}
.o4{
    left:60%
}
.o5{
    left:80%
}
nav a {
    color:#FDE914;
    text-decoration:none;
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 800px){
    nav{
        height: 150px;
    }
    .odkaz{
        width: 100%;
        margin-top: -10px;
        padding-down:2px;
    }
    .o1{
        left: 0px;
        top: 150px;
    }
    .o2{
        left: 0px;
        top: 175px;
    }
    .o3{
        left: 0px;
        top: 200px;
    }
    .o4{
        left: 0px;
        top: 225px;
    }
    .o5{
        left: 0px;
        top: 250px;
    }
    
}
main{
    background-color:light-grey;
    width:100%;
    min-height:400px;
    overflow:auto;
}
main h1{
    margin-left:100px;
    margin-top:0px

}
footer{
    background-color:#093008 ;
    height:60px;
    padding-top:8px;
    text-align: center;
    width:100%;
    margin-top:5px;
    
}
footer p{
    text-align:centetr;
    margin:0px;
    color:#FDE914;
}
div{
}
.nadpis_geodezie01{
    position: relative;
    left:53%;
    top:20%;
}
