@import url('https://fonts.googleapis.com/css2?family=Pangolin&display=swap');

*{
    margin: 0;
    font-family: "Pangolin", cursive;
    font-weight: 400;
    font-style: normal;
}

body { 
    background-image: url('Background_4.png');
    height: 70vh; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header{
    background-color: black;
    color: rgb(180, 241, 173);
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.logo{
    margin-left: 2%;
}

.menu{
    margin-top: 2%;
    display: flex;
    margin-right: 2%;
}

.menu ul{
    list-style-type: none;
    display: flex;
}

.menu ul li{
    list-style-type: none;
}

.menu ul li a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.621);
    font-size: 150%;
    padding: 10px;
}

.nadpis{
    margin-top: 15%;
    font-size: 600%;
    color: rgb(0, 0, 0);
    width: 80%;
    margin-left: 10%;
    background-color: rgba(116, 244, 242, 0.77);
}

.infoohre{
    margin-top: 20%;
    width: 100%;
    text-align: center;
}

.inadpis{
    font-size: 200%;
}

.prvniradek{
    display: flex;
    width: 100%;

}

.prvnitext{
    width: 60%;
    margin-top: 5%;
    margin-left: 20%;
    font-size: 200%;
    order: 1;
}

.prvnifoto{
    margin-left: 5%;
    margin-top: 9%;
    order: 2;
}

.prvnifoto img{
    width: 60%;
}

.druhyradek{
    display: flex;
    width: 100%;
}

.druhytext{
    width: 40%;
    margin-top: 5%;
    font-size: 200%;
    order: 2;
    margin-left: 5%;
}

.druhefoto{
    margin-top: 5%;
    order: 1;
    margin-left: 10%;
}

.druhyfoto img{
    width: 40%;
}

.platformy h1{
    font-size: 300%;
}

.huh{
    display: flex;
    justify-content: space-around;
    margin-top: 1%;
}

.postava{
    margin-top: 1%;
}

.postavaa{
    display: flex;
}

.text{
    width: 50%;
    margin-left: 10%;
    text-align: center;
    margin-top: 10%;
    font-size: 200%;
}

.utoky{
    margin-top: 2%;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.utoky1{
    margin-top: 2%;
    display: flex;
    justify-content: space-around;
    width: 100%;
}   

.q{
    display: flex;
    width: 45%;
    padding: 1%;
    background-color: rgba(116, 244, 242, 0.77);
}

.qf{

}

.qt{
    font-size: 150%;
    margin-left: 1%;
}

.w{
    display: flex;
    width: 45%;
    padding: 1%;
    background-color: rgba(116, 244, 242, 0.77);
}

.wf{

}

.wt{
    font-size: 150%;
    margin-left: 1%;
}

.e{
    display: flex;
    width: 45%;
    padding: 1%;
    background-color: rgba(116, 244, 242, 0.77);
}

.ef{

}

.et{
    font-size: 150%;
    margin-left: 1%;
}

.r{
    display: flex;
    width: 45%;
    padding: 1%;
    background-color: rgba(116, 244, 242, 0.77);
}

.rf{

}

.rt{
    font-size: 150%;
    margin-left: 1%;
}

.kontakty{
    margin-top: 5%;
    display: flex;
    justify-content: space-around;
}

.contacts{
    font-size: 200%;
    margin-top: 10%;
}

.nevimuzjaktopojmenovat{
    text-decoration: none;
    color: black;
    margin-bottom: 10%;
}

.footer{
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
}

@media (max-width: 480px) {

*{
    margin: 0;
    font-family: "Pangolin", cursive;
    font-weight: 400;
    font-style: normal;
}

body { 
    background-image: url('Background_4.png');
    height: 30vh; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header{
    background-color: black;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.logo{
    margin-left: 2%;
}

.menu{
    margin-top: 2%;
    display: block;
    margin-right: 2%;
}

.menu ul{
    list-style-type: none;
    display: block;
}

.menu ul li{
    list-style-type: none;
}

.menu ul li a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.621);
    font-size: 90%;
}

.nadpis{
    margin-top: 15%;
    font-size: 200%;
    color: rgb(0, 0, 0);
    width: 90%;
    margin-left: 5%;
    background-color: rgba(116, 244, 242, 0.77);
}

.infoohre{
    margin-top: 20%;
    width: 100%;
    text-align: center;
}

.inadpis{
    font-size: 100%;
}

.prvniradek{
    width: 100%;

}

.prvnifoto{
    display: none;
}

.prvnitext{
    width: 100%;
    margin-top: 5%;
    font-size: 150%;
    order: 1;
    text-align: center;
    margin-left: 0%;
}

.prvnifoto img{
    width: 60%;
}

.druhyradek{
    display: flex;
    width: 100%;
}

.druhytext{
    width: 100%;
    margin-top: 5%;
    font-size: 150%;
    order: 2;
}

.druhefoto{
    margin-top: 5%;
    order: 1;
    margin-left: 10%;
    display: none;
}

.druhyfoto img{
    display: none;
}

.platformy h1{
    font-size: 300%;
}

.huh{
    display: inline;
    margin-top: 1%;
}

.ps img{
    width: 25%;
}

.xb img{
    width: 25%;
}

.pc img{
    width: 25%;
    height: 25%;
}

.nin img{
    width: 25%;
    height: 25%;
}

.postava{
    margin-top: 1%;
}

.postavaa{
    display: inline;
}

.fotopostavy{
    order: 2;
    width: 50%;
}

.fotopostavy img{
    order: 2;
    width: 75%;
}

.text{
    width: 100%;
    text-align: center;
    font-size: 150%;
    order: 1;
    margin-left: 0%;
}

.utoky{
    margin-top: 2%;
    display: block;
    justify-content: space-around;
    width: 100%;
}

.utoky1{
    margin-top: 2%;
    display: block;
    justify-content: space-around;
    width: 100%;
}   

.q{
    display: flex;
    width: 100%;
    background-color: rgba(116, 244, 242, 0.77);
}

.qf{

}

.qt{
    font-size: 150%;
    margin-left: 0%;
}

.w{
    display: flex;
    width: 100%;
    background-color: rgba(116, 244, 242, 0.77);
    margin-top: 2%;
}

.wf{

}

.wt{
    font-size: 150%;
    margin-left: 0%;
}

.e{
    display: flex;
    width: 100%;
    background-color: rgba(116, 244, 242, 0.77);
    margin-top: 2%;
}

.ef{

}

.et{
    font-size: 150%;
    margin-left: 0%;
}

.r{
    display: flex;
    width: 100%;
    background-color: rgba(116, 244, 242, 0.77);
    margin-top: 2%;
}

.rf{

}

.rt{
    font-size: 150%;
    margin-left: 0%;
}

.kontakty{
    margin-top: 10%;
    display: inline;
}

.mapka{
    display: none;
}

.contacts{
    font-size: 200%;
    margin-top: 10%;
}

.nevimuzjaktopojmenovat{
    text-decoration: none;
    color: black;
    margin-bottom: 0;
}

.odkaz{
    display: none;
}

.odkaz img{
    width: 50%;
}

.odkaz1 img{
    width: 25%;
}

.odkaz1{
    display: none;
}

.footer{
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
}
}