/*fonty*/
@import url('https://fonts.cdnfonts.com/css/minecrafter');

*{
    margin: 0;
    padding: 0%;
    background-color: black;
}

@font-face {
    font-family: 'Minecraftia';
    src: url('./assets/img/minecraft/Minecraftia.ttf') format('truetype');
}

.minecrafter{
    font-family: 'minecrafter', sans-serif;
}

.minecraftia{
    font-family: "Minecraftia" !important;
}

.minecraftia *{
    font-family: "Minecraftia" !important;
}

/*header*/
.rect{
    width: 100%;
    height: 220px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.triangle {
    position: absolute;
    top: 0;
   width: 50px;
   height: 50px;
   background-color:transparent;
}

.navNahled{
    width: 15%;
    object-fit: cover;
}

.navNahled1{
    width: 60%;
    object-fit: cover;
}

h1{
    font-family: "UnifrakturMaguntia", cursive;
    color: aliceblue;
    font-size: 100px;
    margin-left: 3%;
    margin-top: 6%;
}

h2{
    font-family: "IM Fell English", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: aliceblue;
    margin: 3%;
}  


.flexOdkaz{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 75%;
}

.textOdkaz{
    position: absolute;
    text-decoration: none;
}

.odkaz{
    width: 80%;
}

/*obrazky*/
.img{
    width: 93%;
    margin-top: 5%;
    margin-left: 3%;
}

.img_01{
    width: 45%;
    margin-top: 5%;
    object-fit: fill;
}

.popis{
    font-size: 25px;
    margin-top: 7%;
}

.sections{
    display: flex;
    justify-self: center;
    margin-top: 3%;
}

.section{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 5%;
}

.section1{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 5%;
}

.textSection{
    display: flex;
    flex-direction: row;
    gap: 48%;
    margin-left: 20%;
}

/*responzivita tablet*/
@media only screen and (min-width: 700px) and (max-width: 1000px){
    .navNahled{
        width: 25%;
        height: 80%;
    }
    .navNahled1{
        width: 30%;
        height: 80%;
    }
    *{
        overflow-x: hidden;
    }
    h1{
        font-size: 90px;
    }
    h2{
        font-size: 25px;
    } 
    .img_01{
    width: 300%;
    margin-top: 5%;
    object-fit: fill;
    }
    .popis{
    font-size: 20px;
    margin-top: 7%;
    }
}

/*responzivita mobil*/
@media only screen and (min-width: 200px) and (max-width: 700px){
    .navNahled{
        width: 35%;
        height: 60%;
    }
    .navNahled1{
        display: none;
    }
    h1{
        margin-top: -7%;
        font-size: 70px;
    }
    h2{
        font-size: 20px;
    } 
    .section{
    flex-direction: column;
    margin-left: 0;
    }
    .section1{
    flex-direction:column-reverse;
    margin-left: 0;
    }
    .popis{
    font-size: 15px;
    margin-left: 2%;
    width: 85%;
    }
}
