* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/********************
Header
*********************/

header{
    position: relative;
    height: 85vh;
    width: 100%;
    background: linear-gradient(90deg, rgba(174,216,238,0.5), rgba(118,134,255,0.5)), url(img/APARTMAN-JENIK-027.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}
.navigace{
    height: 70px;
    width:100%;
    z-index: 1;
    /* position: fixed; */
}
.menu{
    background: #5d98f9;
    position: fixed;
}
.navigace nav img{
    width: 40px;
    position: absolute;
    right: 60px;
    cursor: pointer;
    display: none;
}

nav {
    position: relative; top: 0px; left: 0px; z-index: 1;
    height: 80px;
}

nav ul{
    position: absolute;
    right: 20px;
}

nav li{
    display: inline-block;
    list-style-type: none;
    margin: 5px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;

}

nav a{
    text-decoration: none;
    color: black;
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 5px;
    border-radius: 15px;
}

nav a.active, nav a:hover{
    background-color: gray;
    transition: background-color 0.3s;
}
     
.logo{
    position: absolute;
    top: -70px;
    left: 20px;
}

.logo img {
    width: 300px;
}

.header-text {
    position: relative;
    top: -80px;
    display: flex;
    flex-direction: column;
}



header h1{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    padding-top: 400px;
}

header h2{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 25px;
    
}

/********************
Main
*********************/

/* O vile */

.o-vile h1{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 50px;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-top: 25px;
}
.o-vile p{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 20px;
    padding: 10px 100px;
}

.rezervace {
    font-family: 'Roboto', sans-serif;
    width: 350px;
    font-size: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 40px;
    color: black;
    letter-spacing: 2px;
    border: 2px solid gray;
    border-radius: 20px;
    background-color: rgb(209, 202, 202);
    text-transform: uppercase;
    text-decoration: none;   
}
/* O vile */
.apartmany h1{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 50px;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-top: 25px;
    }

.fotodum img {
    margin: 0 auto;
    width: 300px;
    height: 170px;
}

.fotodum {
    text-align: center;
}


/***********************************
               APARTMÁNY 
************************************/
.vsechny-apartmany{
    background: rgba(236, 229, 229, 0.6);
    display: flex;
    flex-direction: row;
    flex-basis: 300px;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: center;
}
.apartmany h1{
    background: rgba(236, 229, 229, 0.6);
    font-family: 'Roboto', sans-serif;
        text-align: center;
        font-size: 50px;
        letter-spacing: 10px;
        text-transform: uppercase;
        margin-top: 25px;
         }

article h2{
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 70px;
    
}
.apartmany img{
    width: 300px;
    border-radius: 3px;
    padding: 20px;
    box-shadow: 0px 5px 10px gray;
}
.skryt{
    display: none;
}

/* PODMÍNKY UBYTOVÁNÍ */
.podminky{
    font-family: 'Roboto', sans-serif;
    background: rgba(236, 229, 229, 0.6);
}
.podminky h3{
    font-family: 'Roboto', sans-serif;
    margin: 20px ;
    text-align: left;
    font-size: 25px;
    letter-spacing: 3px;
}
.podminky ul{
    display: block;
    list-style-type: square;
    list-style-position: inside;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-left: 100px;
    
}
.podminky li{
    display: list-item;
    padding-left: auto;
}
/***********************************
               Ceník
************************************/
/* Tabulka */
/* .cenik{
    background: rgba(236, 229, 229, 0.6);
} */

.cenik h3{

    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 50px;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-top: 25px;
     }

.vedle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* flex-basis: 300px; */
    /* flex-wrap: wrap;
    flex-grow: 1; */
    
}

.cenik img{
    border-radius: 10%;
    width: 100%;
}

.cenik h4{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    
}
.podminky-ceny{
    width: 80%;
    margin: 0 auto;
    /* border: 2px solid red; */
    
}


/***********************************
               KONTAKT 
************************************/
.kontakt{
    background: rgba(236, 229, 229, 0.6);
}
.kontakt h2{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 50px;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-top: 25px;
}

.kontakt-poptavka {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: space-evenly;
    align-items: center;
}

.my{
    width: 200px;
    border-radius: 50%;
    
}
.kontakt h3{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-top: 25px;
}
.kontakt p{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
}
.kontakt iframe{
    width: 400px;
}
