body{
    margin: 0px;
    background-image: url("city_pozadi.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.dlouhyText{
    background-size: 200% 100%;
    background-position: center;
}
footer{
    color: darkblue;
    text-decoration: underline;
}
header{
    width: 100%;
    padding-top: 50px;
    height: 100px;
}
.header{
    background-color: lightblue;    
}
header h1{
    width: 100%;
    position: absolute;
    font-size: 40px;
}
header h2{
    color: black;
    text-align: center;
    padding-top: 6px;
}
nav{
    background-color: darkblue;
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 10;
}
nav img{
    width: 25px;
    height: auto;
}
nav b{
    border: solid;
    background-color: lightblue;
    border-radius: 12px;
    padding: 5px;
}
.b1{
    height: auto;
    margin-bottom: -7px;
    margin-top: -5px;
}
nav div{
    width: 25%;
    position: absolute;
    text-align: center;
    padding-top: 10px;
}
.o0{
    left: -8%;
}
.o1{
    left: 10%;
}
.o2{
    left: 35%;
}
.o3{
    left: 60%;
}
.o4{
    left: 80%;
}
.domovnitext{
    text-align: center;
    font-size: 40px;
}
.domovnih1{
    text-align: center;
    font-size: 50px;
}
main{
    background-color: rgb(0, 0, 0, 0.3);
    border-radius: 40px;
    height: auto;
    width: 70%;
    margin-left: 15%;
    padding-bottom: 8px;
    padding-left: 15px;
}
.text{
    font-size: 30px;
}
.zluta{
    color: yellow;
}
ul a{
    color: yellow;
}
article{
    padding: 90px;
}
article h1{
    text-align: center;
    font-size: 50px;
}
article h2{
    text-align: center;
    font-size: 40px;
}
article h3{
    font-size: 35px;
}
article img{
    margin-left: 40%;
}
.mapa{
    width: 1000px;
    height: auto;
}

















