* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Georgia, Times, 'Times New Roman', serif;
}

html,body {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    height: 100%;
    width: 100%;
    margin: 0;
    background-image:none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0 0;
}

header {
    min-height: 100vh;
}
#hlavicka {
    background: linear-gradient(rgba(116,116,113, 0.5), rgba(116,116,113,0.3)), url(assets/vchod.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

#hlavicka-kontakt {
    text-align: left;
    color: white;
    font-size: 18px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 5%;
    
}

#uvod {
    text-align: center;
    color: white;
    font-size: 30px;
    border-radius: 8px;
    padding: 2% 2%;
    margin: 8% 20%;
}

/********** Navigace ***************/
nav {
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: rgb(168, 168, 168, 0.8);*/
    position: relative;
    height: 100px;
    padding-bottom: 0%;
}

nav ul {
    display: flex;
    gap: 20px;
}

nav ul li {
    list-style-type: none;
}

nav ul li a {
    text-decoration: none;
    color: rgb(255, 254, 254);
    font-size: 20px;
    border-radius: 8px;
    padding: 5px 10px;
    width: 200px;
    /*background-color: rgb(116, 116, 113, 0.7);*/
}

nav ul a:hover {
    color: rgb(128, 182, 248);
    transition: all 0.3s ease;
}

.menu-icon {
    display: none;
}

.menu-icon  {
    color: rgb(255, 255, 255);
    border: 2px solid black;
    background-color: rgb(116, 116, 113, 0.7);
    font-size: 30px;

}

.border-box {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(assets/pokoj\ 5\ \(1\).jpg);
    background-size: cover;
    background-position: center;
    min-height: 90vh;
    
}

.border-box h1 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-decoration: underline;
    padding-top: 3%;
    text-align: center;
    font-size: 50px;
    color: rgb(0, 0, 0);
}
.h2 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    padding-top: 2,5%;
    text-align: center;
    font-size: 35px;
    color: black;
    background: none;
    padding: 2,5%, 5%;
    margin-top: 3%;
    margin-left: 30%;
    margin-right: 30%;
}

.ubytovani-cena {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 25px;
    background: yellow;
    padding: 10%, 10%;
    border-radius: 50px;
    margin-top: 3%;
    margin-left: 25%;
    margin-right: 25%;

    
}

.ikony-kontejner {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    display: flex;
    min-width: 300px;
    padding-top: 5%;
    justify-content: center;
    font-size: 100px;
    gap: 100px;     /* Mezera mezi ikonami */
    align-items: center;
}

.ikony-kontejner i {
    color: rgb(64, 144, 209);
}

.ikony-kontejner h2 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding-top: 20%;
    padding-bottom: 20%;
    font-size: 18px;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.gallery {
    padding-left: 6%;
    padding-top: 4%;
    padding-bottom: 4%;
    display: flex;
    flex-wrap: wrap; /* Zalomení na nový řádek */
    gap: 30px; /* Mezery mezi obrázky */
    min-height: 100vh;
}
.item img {
  width: 200px; /* Pevná šířka */
  height: 225px; /* Zachování poměru stran */
  border: 1px solid #ccc;
}

.index-zapati {
    display: flex;
    gap: 100px;
    padding-left: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    max-height: 60vh;
    background-color: grey;
}



footer {
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
    background-color: black;
    color: white;
}

.maps {
    height: 150px;
    width: 300px;
    padding-bottom: 2%;
}



@media (max-width: 900px) {
    nav ul {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        text-align: center;
        background: rgba(116, 116, 113, 1);
        gap: 8px;
        overflow: hidden;
        padding-top: 0%;
        padding-bottom: 0%;
    }
    nav ul li {
        padding: 8px;
    }

    .menu-icon {
        display: block;
    }
    #menuList {
        transition: all 0.5s;
    }

    .border-box {
        flex-direction: column;
    }
    .ikony-kontejner {
    display: flex;
    justify-content: center; /* Vodorovné zarovnání na střed */
    align-items: center;    /* Svislé zarovnání na střed */
    flex-wrap: wrap;        /* Zalomení řádků na mobilu */
    gap: 100px;              /* Mezery mezi ikonami */

    }

    .index-zapati {
        min-height: 80vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-left: 2%;
    }

    .index-zapati-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-left: 2%;
    }
 
}

