@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Space+Grotesk:wght@300..700&display=swap');

*{
    margin: 0;
    padding: 0;
}

body{
    background-color: black;
    color: white;
    font-family: "Sansation", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.vrsek{
    display: flex;
    width: 50%;
    padding-left: 25%;
    padding-right: 25%;
    justify-content: space-around;
    font-size: 200%;
    padding-top: 2%;
    background-color: black;
    position: sticky;
    top: 0;
    padding-bottom: 2%;
}

.vrsek li{
    list-style-type: none;
}

.vrsek li a{
    text-decoration: none;
    color: white;
}

.vrsek li a:hover{
    color: orange;
}

.nadpis{
    margin-top: 15%;
    margin-left: 10%;
    font-size: 300%;
}

.sipka{
    width: 5%;
    margin-left: 35%;
}

.sipka img{
    align-items: center;
}

.body{
    margin-left: 10%;
    margin-right: 10%;
}

.oakcialetodriv{
    justify-content: center;
    display: flex;
    width: 90%;
    margin-left: 5%;
}

.oakci{
    background-color: black;
    padding-top: 3%;
    margin-top: 3%;
    color: white;
    width: 40%;
    text-align: center;
    border: 2px solid white ;
    border-left: 4px solid orange;
    padding-bottom: 5%;
}

.textoakci{
    margin-top: 5%;
}

.oakcifoto{
    margin-left: 10%;
    margin-top: 3%;
}

.oakcifoto:hover{
    transform: scale(1.3);
}

.program{
    margin-left: 5%;
}

.program1{
    background-color: orange;
    margin-top: 10%;
    display: flex;
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    color: black;
}

.program11{
    font-size: 200%;
}

.program12{
    margin-left: 10%;
}

.program2{
    background-color: black;
    display: flex;
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    color: white;
    border: 1px orange solid;
}

.program21{
    font-size: 200%;
}

.program22{
    margin-left: 11%;
}

.program3{
    background-color: orange;
    display: flex;
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    color: black;
}

.program31{
    font-size: 200%;
}

.program32{
    margin-left: 11%;
}

.program4{
    background-color: black;
    display: flex;
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    color: white;
    border: 1px orange solid;
}

.program41{
    font-size: 200%;
}

.program42{
    margin-left: 11%;
}

.program5{
    background-color: orange;
    display: flex;
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    color: black;
}

.program51{
    font-size: 200%;
}

.program52{
    margin-left: 10%;
}

.partnerinazev{
    margin-top: 5%;
    text-align: center;
    font-size: 300%;
    width: 50%;
}

.partneri{
    margin-top: 5%;
    width: 50%;
}

.partneri1{
    display: flex;
    margin-top: 10%;
}

.partneri2{
    margin-top: 5%;
}

.partneri3{
    margin-left: 5%;
    margin-top: -5%;
}

.partneri4{
    display: flex;
    margin-top: 5%;
}

.partneri5{
    margin-left: 2%;
}

.partneri6{
    margin-left: 15%;
}

.sponzori{
    display: flex;
    justify-content: space-around;
}

.kontaky{
    width: 50%;
}

.nword{
    font-size: 300%;
    margin-top: -20%;
}

.neco{
    
}

.necotext{
    margin-top: 30%;
    text-decoration: none;
    color: white;
}

.necotext a{
    text-decoration: none;
    color: white;
}

.mapa{
    margin-top: 5%;
}


.necodole{
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;
    color: black;
    background-color: orange;
}

@media screen and (max-width: 450px) {
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Space+Grotesk:wght@300..700&display=swap');

*{
    margin: 0;
    padding: 0;
}

body{
    background-color: black;
    color: white;
    font-family: "Sansation", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.vrsek{
    display: none;
    width: 50%;
    padding-left: 25%;
    padding-right: 25%;
    justify-content: space-around;
    font-size: 200%;
    padding-top: 2%;
    background-color: black;
    position: absolute;
    top: 0;
    padding-bottom: 2%;
}

.vrsek li{
    list-style-type: none;
}

.vrsek li a{
    text-decoration: none;
    color: white;
}

.vrsek li a:hover{
    color: orange;
}

.nadpis{
    margin-top: 15%;
    margin-left: 10%;
    font-size: 150%;
}

.sipka{
    width: 5%;
    margin-left: 35%;
    display: none;
}

.sipka img{
    align-items: center;
}

.body{
    margin-left: 0%;
    margin-right: 0%;
}

.oakcialetodriv{
    justify-content: inline;
    display: flex;
    width: 90%;
    margin-left: 5%;
}

.oakci{
    background-color: black;
    padding-top: 3%;
    margin-top: 3%;
    color: white;
    width: 100%;
    text-align: center;
    border: 2px solid white ;
    border-left: 4px solid orange;
    padding-bottom: 5%;
}

.textoakci{
    margin-top: 5%;
}

.oakcifoto{
    width: 100%;
    margin-top: 3%;
    display: none;
}

.oakcifoto:hover{
    transform: scale(1);
}

.program{
    margin-left: 0%;
}

.program1{
    background-color: orange;
    margin-top: 10%;
    display: flex;
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    color: black;
}

.program11{
    font-size: 200%;
}

.program12{
    margin-left: 10%;
}

.program2{
    background-color: black;
    display: flex;
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    color: white;
    border: 1px orange solid;
}

.program21{
    font-size: 200%;
}

.program22{
    margin-left: 11%;
}

.program3{
    background-color: orange;
    display: flex;
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    color: black;
}

.program31{
    font-size: 200%;
}

.program32{
    margin-left: 11%;
}

.program4{
    background-color: black;
    display: flex;
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    color: white;
    border: 1px orange solid;
}

.program41{
    font-size: 200%;
}

.program42{
    margin-left: 11%;
}

.program5{
    background-color: orange;
    display: flex;
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    color: black;
}

.program51{
    font-size: 200%;
}

.program52{
    margin-left: 10%;
}

.partnerinazev{
    margin-top: 5%;
    text-align: center;
    font-size: 150%;
    width: 100%;
}

.partneri{
    margin-top: 5%;
    width: 100%;
}

.partneri1{
    display: inline;
    margin-top: 20%;
}

.partneri2{
    margin-top: 5%;
    margin-left: 15%;
}

.partneri3{
    margin-left: 0%;
    margin-top: 0;
}

.partneri4{
    display: inline;
    margin-top: 5%;
}

.partneri5{
    margin-left: 15%;
}

.partneri6{
    margin-left: 15%;
}

.sponzori{
    display: inline;
}

.kontaky{
    width: 100%;
    margin-top: 5%;
}

.nword{
    font-size: 300%;
    margin-top: 0%;
}

.neco{
    margin-left: 5%;
}

.necotext{
    margin-top: 30%;
    text-decoration: none;
    color: white;
}

.necotext a{
    text-decoration: none;
    color: white;
}

.mapa{  
    margin-left: 5%;
}


.necodole{
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;
    color: black;
    background-color: orange;
}
}