@font-face {
    font-family: Tokyo;
    src: url(oceanicdriftleft.ttf);
}
@font-face {
    font-family: text;
    src: url(css\BonaNovaSC-Italic.ttf);
}

body{
    margin: 0;
    padding: 0;
}
header{
    background-image:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url('wallpaperflare.com_wallpaper.jpg');
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 15%;
}
.top{
    display: flex;
    justify-content: space-around;
    margin-bottom: 10%;
}
.navigace nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigace nav a{
    padding: 20px;
    text-decoration: none;
    color: white;
    margin: 10px;
    font-family: text;
}
.navigace nav a:hover{
    color: black;
    background-color: white;
    transition-duration: 0.5s;
    border-radius: 20px;
}
.logo{
    color: white;
    font-family: Tokyo;
}
.hl-top{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hl-top a{
    text-decoration: none;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
}
.hl-top a:hover{
    border-radius: 30px;
    transition-duration: 0.5s;
}
.nazev h1{
    font-size: 150px;
    font-family: Tokyo;
}
.orange{
    color: orange;
}
.blue{
    color: blue;
}
.white{
    color: white;
}
.nazev{
    display: flex;
}
.nazev h1{
    margin-right: 10px;
}
.box{
    width: 700px;
    color: white;
    margin-bottom: 50px;
    font-size: 17px;
    text-align: center;
}
.odkazy{
    display: flex;
    background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url('endingwall.avif');
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding-top: 7%;
    padding-bottom: 7%;
}
.odkazy article{
    margin-left: 100px;
    margin-right: 100px;
    margin: 100px;
    display: flex;
    flex-direction: column;
    text-align: lef;
}
.odkazy article img{
    width: 250px;
    height: 150px;
}
.odkazy article div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.odkazy article div a{
    text-decoration: none;
    color: black;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
}
.odkazy 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: 99%;
    height: 500px;
}
.mapa-mapa{
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-mapa{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    text-align: center;
}
.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: column;
    justify-content: space-between;
}
.kontakt{
    display: flex;
    color: white;
    justify-content: space-around;
    margin-top: 20px;
}
.Copyright{
    color: rgb(66, 63, 63);
    display: flex;
    justify-content: center;
    font-size: 10px;
}