body{
    margin: 0;
    padding: 0;
}
header{
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('panther.jpg');
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 20%;
}
.top{
    display: flex;
    justify-content: space-around;
    margin-bottom: 15%;
}
.navigace nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigace nav a{
    padding: 20px;
    text-decoration: none;
    color: white;
    margin: 10px;
}
.navigace nav a:hover{
    color: black;
    background-color: white;
    transition-duration: 0.5s;
    border-radius: 20px;
}
.logo{
    color: white;
}
.hl-top{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hl-top a{
    text-decoration: none;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}
.hl-top a:hover{
    border-radius: 30px;
    transition-duration: 0.5s;
}
.nazev h1{
    font-size: 40px;
}
.orange{
    color: orange;
}
.blue{
    color: blue;
}
.white{
    color: white;
}
.nazev{
    display: flex;
}
.nazev h1{
    margin-right: 10px;
}
.box{
    width: 500px;
    color: white;
}
.odkazi{
    display: flex;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('martialarts.jpg');
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding-top: 7%;
    padding-bottom: 7%;
}
.odkazi article{
    margin-left: 100px;
    margin-right: 100px;
    margin: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.odkazi article div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.odkazi article div a{
    text-decoration: none;
    color: black;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
}
.odkazi article div a:hover{
    border-radius: 30px;
    transition-duration: 0.5s;
}
.mapa{
    background-color: rgb(46, 46, 46);
    display: flex;
    flex-direction: column;
}
.mapa article iframe{
    width: 100%;
    height: 500px;
}
.text-mapa{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}
.text-mapa a{
    text-decoration: none;
    color: black;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 20px;
}
.text-mapa a:hover{
    border-radius: 30px;
    transition-duration: 0.5s;
}
footer{
    background-color: rgb(22, 22, 22);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
footer div{
    display: flex;
    flex-direction: column;
    color: white;
}