html{
    font-size: 30px;
}
body {
    margin: 0;
    padding: 0;
    background-color: #1e1e1e;
    font-family: "Inknut Antiqua", serif;
    font-style: normal;
    flex-direction: column;
    color: #f5f5f5;
    display: flex;
    overflow-x: hidden;
    scroll-behavior: auto;
  }
/* Header */
header {
    top: 0;
    right: 0;
    position: fixed;
   
}
a{
    color: #f5f5f5;
    text-decoration: none;
    
}

span{
    font-weight: 500;
}
h1{
    font-size: 3rem;
    text-align: center;
    font-weight: 300;
    color: #f5f5f5;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 10);
    cursor: auto; 
    transition: transform 0.2s ease-in-out; /* Smooth hover effect */
}

h2{
    font-size: 1.5rem;
    font-style: italic;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 10);
    cursor: auto; 
    transition: transform 0.2s ease-in-out; /* Smooth hover effect */
    font-weight: 300;
}

h3{
    text-align: center;
    color: #f5f5f5;
    margin-top: -1vh;
    margin-bottom: 1vh;
    cursor: auto;
    transition: transform 0.2s ease-in-out; /* Smooth hover effect */
    font-size: 1rem;
    font-weight: 300;
}
.logo{
    width: 4rem;
    height: 4rem;
    top: 0;
    left: 0;
    position: absolute;
    padding: 1rem;
    cursor: auto; 
    transition: transform 0.2s ease-in-out; /* Smooth hover effect */
    
}
.logo:hover{
    transform: scale(1.1); /* Slightly enlarges the image on hover */
}
/* textova pole*/
.text-container-global{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    color: #f5f5f5;
    font-size: 0.7rem;
    text-align: justify;
    border-bottom: black solid 0.5rem;
    
/* textova pole a jejich unikatni pozadi*/
    
}
.text-container1 {
    background: url('../obrazky/hnat.png') no-repeat center/cover;
}
.text-container2 {
    background: url('../obrazky/mesto2.png') no-repeat center/cover;
}
.text-container3 {
    background: url('../obrazky/mesto3.png') no-repeat center/cover;
}
.text-container4 {
    background: url('../obrazky/mesto4.png') no-repeat center/cover;
}
.text-container5 {
    background: url('../obrazky/mesto5.png') no-repeat center/cover;
}
.text-container6 {
    background: url('../obrazky/mesto6.png') no-repeat center/cover;
}
.text-container7 {
    background: url('../obrazky/mesto1.png') no-repeat center/cover;
}
.text-container8{
    background: url('../obrazky/radnice.png') no-repeat center/cover;
}
.text-container9{
    background: url('../obrazky/hnatuvkamen.png') no-repeat center/cover;
    
}


/*uvodni fotky*/
.container-global {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    color: #f5f5f5;
    text-align: justify;
    border-bottom:  black solid 15px;
}
/* textova pole a jejich unikatni pozadi*/
.container1{
    background: url('../obrazky/mesto1.png') no-repeat center/cover;
}
.container2{
    background: url('../obrazky/uvod2.png') no-repeat center/cover;
}
.container3{
    background: url('../obrazky/omeste.png') no-repeat center/cover;
}
.container4{
    background: url('../obrazky/hnat.png') no-repeat center/cover;
    background-position:  80% center;
}
.container5{
    background: url('../obrazky/koudela.png') no-repeat center/cover;
    background-position:  35% center;
}
.container6{
    background: url('../obrazky/mesto4.png') no-repeat center/cover;
}
.container7{
    background: url('../obrazky/mesto1.png') no-repeat center/cover;
}
.container8{
    background: url('../obrazky/mesto6.png') no-repeat center/cover;
}
.container9{
    background: url('../obrazky/zizka.png') no-repeat center/cover;
    background-position:  80% center;
}
.container10{
    background: url('../obrazky/mesto2.png') no-repeat center/cover;
}
.container11{
    background: url('../obrazky/mestocervene.png') no-repeat center/cover;
}
.container12{
    background: url('../obrazky/mestooranzove.png') no-repeat center/cover;
}
.container13{
    background: url('../obrazky/hnat3.png') no-repeat center/cover;
}


.text-box {
    max-width: 80%;
    padding: 1rem;
    border-radius: 10px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 10);
}
.img-box img{
    width: 15rem;
    height: auto;
    margin: 1rem;    border: solid 5px black;
    z-index: 90;
}
.img-box img:hover{
    transform: scale(1.1); /* Slightly enlarges the image on hover */
    transition: transform 0.1s ease-in-out; /* Smooth hover effect */
   z-index: 90;
}



.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 0.3; 

}
/*******/
/* Hamburger button */

/* stylovani tlacitka menu */
.menu-toggle {
    position: fixed;
    top: 4vh;
    right: 2vw;
    width: 4rem;
    height: 4rem;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 0.8rem;
    color: white;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:grab; 
    transition: transform 0.2s ease-in-out; /* Smooth hover effect */
    z-index: 100;
}
.menu-toggle:hover{
    transform: scale(1.1); /* Slightly enlarges the image on hover */
}
/* stylovani zaviraciho tlacitka menu */
.close-btn {
    position: absolute;
    top: 4vh;
    right: 2vw;
    width: 4rem;
    height: 4rem;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 0.8rem;
    color: white;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab; 
    transition: transform 0.2s ease-in-out; /* Smooth hover effect */
}
.close-btn:hover{
transform: scale(1.1); /* Slightly enlarges the image on hover */

}
/* Menu */
.menu {
    position: fixed;
    top: 0;
    right: -200vw; /* Skryté mimo obrazovku */
    width: 35vw;
    height: 100vh;
    background-color: rgba(30, 30, 30, 1);
    padding-top: 10vh; /* Přidá prostor pod zavírací tlačítko */
    cursor: auto; 
    border-left:  rgba(0, 0, 0, 0.8) solid 10px;
    font-weight: 300;
    z-index: 100;
    
}

/* Seznam navigace */
.menu ul {
    list-style: none;
    padding: 0;
}
.podmenu {
    padding-left: 0.8rem;
    text-align: left;
    cursor: grab; 
    transition: transform 0.2s ease-in-out; /* Smooth hover effect */
    margin: 0;
    text-decoration: none;
}

.povest{
    color: #f5f5f5;
    text-decoration: none;
    font-size: 0.8rem;
    cursor: grab; 
    transition: transform 0.2s ease-in-out; /* Smooth hover effect */
    padding: 2vh 6vw;
    font-weight: 300;
}
.povest a{
    color: #f5f5f5;
    text-decoration: none;
}
.podmenu a {
    color: whitesmoke;
    text-decoration: none;
    font-size: 0.8rem;
    cursor: grab; 
    transition: transform 0.2s ease-in-out; /* Smooth hover effect */
    font-weight: 300;
}
.podmenu a:hover {
    text-decoration: none;
    transform: scale(1.1); /* Slightly enlarges the image on hover */
}

/* Zobrazení menu */
.menu.show {
    right: 0;
    
}

/* Footer */
footer {
    width: 100%;
    background: #1e1e1e;
    color: #f5f5f5;
    text-align: center;
    margin-top: 4vh;
    margin-bottom: 4vh;
}
/* Kontejner pro ikony */
.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;
    margin-top: 2rem;
}

/* Ikony sociálních sítí */
.icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
    transition: transform 0.2s ease-in-out; /* Smooth hover effect */
}
.icon:hover{
    transform: scale(1.1); /* Slightly enlarges the image on hover */
    
}
.icon i {
    color: #f5f5f5;
    font-size: 2vw;
}

/* Logo*/
.skull-logo {
    width: 3rem;
    height: 3rem;
}

/* Copyright text */
.copyright {
    font-size: 1vw;
    margin-top: 5vh;
    opacity: 0.8;
}
/*mapa*/
.mapa{
    border: black solid 10px ;
    width: 80%;
    height: 80%;
    margin: 2rem;
    
}
/*Kontaktni formular*/
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: #1e1e1e;
    padding: 2rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: 100%;
    max-width: 50%;
    max-height: 75%;
    margin: 2rem;
    border-radius: 30px;
    border: 10px solid black;
}
.contact-form h2 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.contact-form label {
    font-weight: bold;
}

.contact-form input,
.contact-form textarea {
    padding: 0.75rem;
    border: none;
    border-radius: 0.5rem;
    background-color: #2c2c2c;
    color: #ffffff;
    resize: vertical;
    font-size: 1rem;

}

.contact-form button {
    padding: 0.75rem;
    background-color: #4CAF50;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #3C0061;
}
/*Sitemap*/
.sitemap-horizontal {
    margin: 1vh auto;
    text-align: center;
    color: #f5f5f5;
    font-size: 1rem;
    font-weight: 300;
}

.sitemap-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1vw;
    flex-direction: row;
    position: relative;
}

.sitemap-row > a,
.povesti-group > a {
    text-decoration: none;
    color: #f5f5f5;
    padding: 0.5rem;
    transition: color 0.3s;
    position: relative;
    z-index: 1;
}

.sitemap-row a:hover {
    color: white;
    transform: scale(1.1);
}

.povesti-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

  /* Responzivita pro menší displeje */
  @media (max-width: 768px) {
    .copyright {
        font-size: 0.5rem;
       
    }
    h1{
        font-size: 0.85rem;
        
    }
    h2{
        font-size: 0.5rem;
        font-style: italic;
    }
    h3{
        font-size: 1rem;
        margin-bottom: 1rem;
        overflow: auto;
    }
    .logo{
        width: 2rem;
        height: 2rem;
        top: 0;
        left: 0;
        position: absolute;
        padding: 1.0rem
    }

/* Ikony sociálních sítí */
.icon {
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Logo lebky */
.skull-logo {
    width: 2rem;
    height: 2rem;
}
.container1{
    background: url('../obrazky/mesto1.png') no-repeat center/cover;
}
.img-box{
    flex-direction: column;
    text-align: center;
}
.img-box img{
    width: 10rem;
    height: auto;
    
}
.text-container-global{
    height: auto;
    font-size: 0.4rem;
}
.menu{
    width: 100%;
    height: 100%;
    padding-top: 2rem;
    overflow: auto;
}

/*mapa*/
.mapa{
    border: black solid 10px ;
    width: 100%;
    height: 500px;
    margin: 2rem;
    
}
.sitemap-row {
    flex-direction: column;
   
}
.menu-toggle {
    width: 2rem;
    height: 2rem;
    font-size: 0.8rem;
    border-radius: 0.4rem;
    margin-right: 0.5rem;
}
.close-btn {
    width: 2rem;
    height: 2rem;
    font-size: 0.8rem;
    border-radius: 0.4rem;
    margin-right: 0.5rem;
}
.menu a {
    color: white;
    text-decoration: none;
    font-size: 0.4rem;
    text-align: center;
    overflow: auto;
    
}
.podmenu li {
    padding: 0;
    margin: 0;
    overflow: auto;
}
.podmenu{
    text-align: center;
    padding-left: 0;
    overflow: auto;
}
.povest{
    text-align: center;
    font-size: 0.4rem;
    overflow: auto;
    margin: 0;
}
.sitemap-horizontal {
   font-size: 0.5rem;
   
}
/*Kontakt*/
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: #1e1e1e;
    padding: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: 70vw;
    max-width: 90%;
    margin: 2rem;
    border-radius: 1rem;
    border: 10px solid black;
    height: auto;
}
.contact-form h2 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 0.5rem;
}

.contact-form label {
    font-weight: bold;
}

.contact-form input,
.contact-form textarea {
    padding: 0.75rem;
    border: none;
    border-radius: 0.5rem;
    background-color: #2c2c2c;
    color: #ffffff;
    resize: vertical;
    font-size: 1rem;
}

.contact-form button {
    padding: 0.75rem;
    background-color: #4CAF50;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #3C0061;
}

.container9{
    background: url(../obrazky/zizka.png) no-repeat center / cover;
    background-position: 70%;
}
}



/* Responzivita pro střední displeje */
@media (max-width: 1279px) and (min-width:769px) {
    .copyright {
        font-size: 0.5rem;
       
    }
    h1{
        font-size: 1rem;
        
    }
    h2{
        font-size: 0.8rem;
        font-style: italic;
    }
    h3{
        font-size: 0.8rem;
        margin-bottom: rem;
        overflow: auto;
    }
    .logo{
        width: 4rem;
        height: 4rem;
        top: 0;
        left: 0;
        position: absolute;
        padding: 2rem
    }

/* Ikony sociálních sítí */
.icon {
    width: 3rem;
    height: 3rem;
    margin: 1rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Logo lebky */
.skull-logo {
    width: 3rem;
    height: 3rem;
}
.container1{
    background: url('../obrazky/mesto1.png') no-repeat center/cover;
}
.img-box{
    flex-direction: column;
    text-align: center;
}
.img-box img{
    width: 33%;
    height: auto;
    
}
.text-container-global{
    height: auto;
    font-size: 0.8rem;
}
.menu{
    width: 100%;
    height: 100%;
    padding-top: 3rem;
    overflow-y: hidden;
    overflow: auto;
}
.podmenu {
    text-align: center;
    
}
/*mapa*/
.mapa{
    border: black solid 10px ;
    width: 100%;
    height: 500px;
    margin: 2rem;
    
}
.sitemap-row {
    flex-direction: column;
   
}
.menu-toggle {
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
    border-radius: 0.8rem;
    margin-right: 1rem;
}
.close-btn {
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
    border-radius: 0.8rem;
    margin-right: 1rem;
}
.menu a {
    color: white;
    text-decoration: none;
    font-size: 0.8rem;
    text-align: center;
    
}
.podmenu li {
    padding: 0;
    padding-left: 0;
}
.podmenu{
    text-align: center;
    padding-left: 0;
}
.povest{
    text-align: center;
    font-size: 0.8rem;
    margin: 0;
}
.sitemap-horizontal {
   font-size: 1rem;
   
}
/*Kontakt*/
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: #1e1e1e;
    padding: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: 70vw;
    max-width: 90%;
    margin: 2rem;
    border-radius: 1rem;
    border: 10px solid black;
    height: auto;
}
.contact-form h2 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 0.5rem;
}

.contact-form label {
    font-weight: bold;
}

.contact-form input,
.contact-form textarea {
    padding: 0.75rem;
    border: none;
    border-radius: 0.5rem;
    background-color: #2c2c2c;
    color: #ffffff;
    resize: vertical;
    font-size: 1rem;
}

.contact-form button {
    padding: 0.75rem;
    background-color: #4CAF50;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #3C0061;
}
.zvuk{
    
   padding-bottom:16rem;

    
}
}

 




