@import url('https://fonts.googleapis.com/css2?family=Comic+Relief&family=Edu+VIC+WA+NT+Beginner:wght@400..700&family=Grandstander:ital,wght@0,100..900;1,100..900&family=Original+Surfer&display=swap');

* { background-color: transparent;
    margin: 0;
    font-family: 'Comic Relief', 'Arial Narrow', Arial, sans-serif;
    box-sizing: border-box;
}
/*----------HEADER↓----------*/
header {
    width: 100%;
    background-color: #f07d2c;
    margin: auto 0;
    padding-bottom: 3%;
    text-align: center;
    display: flex;
    justify-content: center;
}

header img {
    height: 100px;
    width: auto;
    margin-top: 44px;
}

.napis h1 {
    background-color: #f07d2c;
    color: #ebebeb;
    margin: auto;
    margin-top: 70px;
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    display: inline-block;
}
/*----------HEADER↑----------*/

/*----------SEZNAM↓----------*/
.menu {
    width: 100%;
    background-color: #ee873e;
    margin-top: 0;
}

.seznam {
    width: 80%;
    background-color: #ee873e;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    list-style: none;
    text-align: center;
}

.seznam li {
    background-color: #ee873e;
    margin: auto;
}

.seznam li a {
    background-color: #ee873e;
    color: #f0eae3;
    margin: auto;
    font-size: 2.2rem;
    text-decoration: none;
}

.seznam li a:hover {
    color: #25333b;
}
/*----------SEZNAM↑----------*/

/*----------INFO↓----------*/
.pozadi-svetle {
    background-color: #66859e;
}

.pozadi-svetle p {
    color: #ebebeb;
    padding: 50px;
    
}

.napis-svetly {
    background-color: #66859e;
    text-align: center;
}

.napis-svetly h2 {
    background-color: #66859e;
    color: #ebebeb;
    margin-top: 5%;
    margin-bottom: 2%;
    padding: 1%;
    font-size: 3.5rem;
    font-weight: 700;
    display: inline-block;
    border-left: #f07d2c solid 10px;
}
/*----------------------------------------*/
.vyber {
    width: 100%;
    margin: auto;
    padding-bottom: 1%;
}

.info {
    width: 60%;
    background-color: #25333b;
    margin: auto;
    margin-bottom: 3%;
    text-align: center;
    justify-content: space-between;
}

.info p {
    padding-left: 15%;
    padding-right: 15%;
    font-size: 1.7rem;
    text-align: left;
}

.info p span {
    color: #f07d2c;
}

.texty p {
    font-size: 1.5rem;
}
/*----------INFO↑----------*/

/*----------PROGRAM↓----------*/
.pozadi-tmave {
    background-color: #25333b;
}

.napis-tmavy {
    text-align: center;
}

.napis-tmavy h2 {
    background-color: #25333b;
    color: #ebebeb;
    margin-top: 5%;
    margin-bottom: 2%;
    padding: 1%;
    font-size: 3.5rem;
    font-weight: 700;
    display: inline-block;
    border-left: #f07d2c solid 10px;
}
/*----------------------------------------*/
.program {
    padding-bottom: 0.1%;
    position: relative;
    background-color: #25333b;
    background-image: url('materialy/cara.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10% 100%;
    background-attachment: fixed;
    z-index: 0;
}

.informace {
    width: 55%;
    background-color: #66859e;
    margin: auto;
    margin-bottom: 3%;
    padding: 3%;
    text-align: center;
    border-radius: 20px;
}
/*----------------------------------------*/
.program i {
    color: #f07d2c;
    font-size: 2.5rem;
}

.program i:hover {
    color: #25333b;
    font-size: 2.5rem;
    cursor: pointer;
}

@keyframes hopRight {
    0%   { transform: translateY(0);    }
    20%  { transform: translateY(10px); }
    30%  { transform: translateY(0);    }
    50%  { transform: translateY(10px); }
    65%  { transform: translateY(0);    }
    100% { transform: translateY(0);    }
}

.hop {
    animation: hopRight 2s infinite;
}
/*----------------------------------------*/
.program h2 {
    color: #ebebeb;
    font-size: 2.5rem;
}

.program h4 {
    color: #ebebeb;
    margin-bottom: 3%;
    font-size: 2rem;
}

.info-text {
    color: #ebebeb;
    margin-top: 10px;
    font-size: 1.3rem;
}
/*----------PROGRAM↑----------*/

/*----------SPONZOŘI↓----------*/
.sponzori {
    padding-bottom: 1%;
}

.sponzor {
    width: 700px;
    background-image: url(materialy/pozadi1.png);
    background-size: cover;
    margin: auto;
    margin-bottom: 3%;
    padding-bottom: 3%;
    padding: 20px;
    display: flex;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
}

.sponzor img {
    width: 40%;
    transition: transform 0.2s ease;
}

.sponzori img:hover {
    transform: scale(1.08);
    filter: blur(0.5px);
}

.sponzor h3 {
    color: #ebebeb;
    margin: auto;
    font-size: 2rem;
}
/*----------SPONZOŘI↑----------*/

/*----------PATIČKA↓----------*/
footer {
    background-color: #66859e;
}

.kontakty {
    width: 90%;
    margin: auto;
}

.radek {
    width: 80%;
    margin: auto;
    display: flex;
}
/*----------------------------------------*/
.kontakt {
    width: 50%;
    background-color: #66859e;
    margin: auto 20px;
    padding-top: 5%;
}

.kontakt img {
    width: 70px;
}

.kontakt h6 {
    background-color: #66859e;
    color: #ebebeb;
    text-align: left;
    font-size: 2rem;
    margin-bottom: 5%;
}

.kontakt h6:first-of-type {
    padding-top: 3%;
}

.kontakt h6 span {
    color: #f07d2c;
}

.kontakt div i {
    color: #25333b;
    font-size: 5rem;
}

.kontakt a {
    text-decoration: none;
}

.kontakt iframe {
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    border-radius: 20px;
}

footer p {
    background-color: #f07d2c;
    color: #ebebeb;
    margin: 0;
    padding: 1%;
    text-align: center;
}
/*----------PATIČKA↑----------*/





/*----------RESPONZIVNÍ DESIGN PRO STŘEDNÍ↓----------*/
@media (max-width: 800px) {
/*----------HEADER↓----------*/
header {
    display: block;
}

header img {
    margin-top: 30px;
    height: 150px;
}

.napis h1 {
    margin-top: 10%;
    font-size: 2.5rem;
    font-weight: 700;
}
/*----------HEADER↑----------*/

/*----------SEZNAM↓----------*/
.seznam {
    width: 100%;
    margin: 0;
    text-align: center;
    display: block;
}

.seznam li a {
    font-size: 1.6rem;
}
/*----------SEZNAM↑----------*/

/*----------INFO↓----------*/
.napis-svetly h2 {
    margin-top: 10%;
    font-size: 2rem;
    font-weight: 500;
    display: inline-block;
    border-left: #f07d2c solid 5px;
}
/*----------------------------------------*/
.vyber {
    margin: auto;
}

.info {
    width: 70%;
    margin: auto;
    margin-bottom: 8%;
    padding: 5%;
}

.info p {
    padding: 1%;
    font-size: 1.2rem;
}
/*----------INFO↑----------*/

/*----------PROGRAM↓----------*/
.napis-tmavy {
    text-align: center;
}

.napis-tmavy h2 {
    margin-top: 10%;
    font-size: 2rem;
    font-weight: 500;
    display: inline-block;
    border-left: #f07d2c solid 5px;
}
/*----------------------------------------*/
.informace {
    width: 60%;
    margin-bottom: 5%;
    padding-bottom: 3%;
    border-radius: 10px;
}
/*----------------------------------------*/
.program h2 {
    font-size: 1.8rem;
}

.program h4 {
    font-size: 1.4rem;
}

.program i {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 2rem;
}

.program i:hover {
    font-size: 2rem;
}

.informace p {
    font-size: 1.2rem;
}
/*----------PROGRAM↑----------*/

/*----------SPONZOŘI↓----------*/
.sponzori {
    padding-bottom: 1%;
}

.sponzor {
    width: 60%;
    margin: auto;
    margin-bottom: 8%;
    display: block;
    border-radius: 10px;
    justify-content: space-between;
    text-align: right;
}

.sponzor img {
    width: 60%;
}

.sponzor h3 {
    margin: auto 10px;
    padding: 4%;
    font-size: 1.5rem;
    text-align: left;
}
/*----------SPONZOŘI↑----------*/

/*----------PATIČKA↓----------*/
.radek {
    display: block;
}

.kontakt {
    width: 70%;
}

.kontakt h6 {
    font-size: 1.3rem;
    margin-bottom: 10%;
}

.kontakt iframe {
    width: 100%;
    height: 150px;
    border-radius: 10px;
}

footer p {
    margin: 0;
    padding: 1%;
    font-size: 0.8rem;
}
/*----------PATIČKA↑----------*/
}
/*----------RESPONZIVNÍ DESIGN PRO STŘEDNÍ↑----------*/



/*----------RESPONZIVNÍ DESIGN PRO MALÉ↓----------*/
@media (max-width: 250px) {
/*----------HEADER↓----------*/
header {
    display: block;
}

header img {
    margin-top: 30px;
}

.napis h1 {
    margin: 10% 0;
    font-size: 1.6rem;
    font-weight: 700;
}
/*----------HEADER↑----------*/

/*----------SEZNAM↓----------*/
.menu {
    padding-top: 8%;
    padding-bottom: 8%;
}

.seznam {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
}

.seznam li a {
    font-size: 1rem;
}
/*----------SEZNAM↑----------*/

/*----------INFO↓----------*/
.napis-svetly h2 {
    margin-top: 10%;
    font-size: 1.5rem;
    font-weight: 500;
    display: inline-block;
    border-left: #f07d2c solid 5px;
}
/*----------------------------------------*/
.vyber {
    margin: auto;
}

.info {
    width: 75%;
    margin: auto;
    margin-bottom: 8%;
    padding: 5%;
}

.info p {
    padding: 1%;
    font-size: 0.9rem;
}
/*----------INFO↑----------*/

/*----------PROGRAM↓----------*/
.napis-tmavy {
    text-align: center;
}

.napis-tmavy h2 {
    margin-top: 10%;
    font-size: 1.5rem;
    font-weight: 500;
    display: inline-block;
    border-left: #f07d2c solid 5px;
}
/*----------------------------------------*/
.program {
    margin: auto;
    padding-bottom: 3%;
}

.informace {
    width: 70%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 8%;
    border-radius: 10px;
}
/*----------------------------------------*/
.program h2 {
    font-size: 1.5rem;
}

.program h4 {
    font-size: 0.9rem;
}

.program i {
    margin-top: 8%;
    margin-bottom: 8%;
    font-size: 1.5rem;
}

.program i:hover {
    font-size: 1.5rem;
}

.informace p {
    font-size: 0.8rem;
}
/*----------PROGRAM↑----------*/

/*----------SPONZOŘI↓----------*/
.sponzori {
padding-bottom: 1%;
}

.sponzor {
    width: 70%;
    margin: auto;
    margin-bottom: 8%;
    display: block;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
}

.sponzor img {
    width: 80%;
}

.sponzor h3 {
    margin: auto 10px;
    font-size: 1rem;
    text-align: center;
}
/*----------SPONZOŘI↑----------*/

/*----------PATIČKA↓----------*/
.kontakt {
    width: 80%;
}

.kontakt h6 {
    font-size: 0.8rem;
    padding: 0;
    margin-bottom: 5%;
}

.kontakt a img {
    width: 30px;
}

.kontakt div i {
    font-size: 2rem;
}

.kontakt iframe {
    width: 100%;
    height: 100px;
}

footer p {
    margin: 0;
    padding: 1%;
    font-size: 0.7rem;
}
/*----------PATIČKA↑----------*/
}
/*----------RESPONZIVNÍ DESIGN PRO MALÉ↑----------*/