
html{
    font-family: 'Playfair Display', serif;
    zoom:0.8;
}

body{ 
    margin:auto;
    max-width: 100%;
    min-width: 1000px;
    background-color: black;
     



}
.Top{
    position: relative;
    text-align: center;
    margin:0;
    background-image: url(index/bg_6.jpg);
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-bottom:20px;

}


.Menu{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.menu-mob{ 
    display: none;
}
.dropdown:hover .dropdown-content{ 
    display:block;
}
.dropdown{ 
    position: relative;

}
.dropdown-content{ 
    display: none; 
    z-index: 1; 
    position:absolute;
}
#logo{
    margin-top:50px;
    height:250px;
    width:700px;

}
#logo:hover{ 
    border:none;
}
button{
    text-align:center;
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    letter-spacing: 4px;
    height:60px;
    width: 260px;
    margin:0px 2px 25px 2px;
    color:white;
    background-color:black;
    border:none;
}
button:hover{
    cursor: pointer;
    opacity:0.5;
    background-color:white; 
    color:black;

}
.content{
    background-color: ghostwhite;
    position: relative;
    height: 97%;
    margin-bottom: 1%;
    padding:5% 15% 10% 15%;
    font-size:22px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}
.box1  { 
    display: flex;
    flex-direction: column;


}
.box2{ 
    display:flex;
    justify-content: center;
}

.akcie { 
    display: flex; 
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    

}
.akcie .box1{ 
    width:500px;
}
.bottom{ 
    background-color:black;
    color:white;
    height:3%;
    
}

.akc_img { 
    width:400px;
    height:550px;
    margin:5px;
}
.clen_img{ 
    width:400px;
    height:560px;

}

.dkr_img {
    margin:5px;
    max-width: 350px;
    max-height: 400px;
    overflow: hidden;
}
.dkr_img{ 
    overflow: visible;
}
.foto_img{
    margin:5px;
    width: 150px;
    height: 150px;
    

}
.foto_img:hover{ 
    border:none;
    
}




.galeria {
    display: grid; 
    grid-template-columns: 400px 400px 400px;
    grid-gap: 20px;
    margin: auto;
    align-content: center;
}

.clenovia{ 
    display: grid; 
    grid-template-columns: 400px 400px 400px;
    grid-gap: 20px;
    align-content: center;
     margin: auto;

}
.galeria2{
    display: flex;
    justify-content: center; 
    flex-direction: row;
    flex-wrap: wrap;
   
   /* line-height: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;*/
   /* -webkit-row-count: 5;
    -webkit-row-gap:   0px;
    align-items: center;

    /*
    -moz-row-count:    5;
    -moz-column-gap:      0px;
    column-count:         5;
    column-gap:           0px; */ 
  }
.galeria2 img{ 
    width: 300px !important;
    height: 300px !important;
    object-fit: cover;
    
}
.galeria2 .row{ 
    display: flex; 
    align-items: flex-end;
    
}
ul{
    list-style: none;
}
blockquote img{ 
    object-fit: cover;
}

.popis {
    font-size:15px; 
    margin-top:0;
}
img{ 
    margin:5px;
    max-width:100%
    
}

a:hover{ 
    opacity: 0.8;
}
blockquote{
    border: black solid 4px;
    padding:1%1%1%6%;
    width:600px;
    align-items: center;
    height:350px;
}


blockquote a:hover{
    color:black;
}
.clen{
    display: grid;
}
/*.box1{
    width:500px;
}*/
#rozd{ 
    width:500px;
}
@media  (max-width: 768px){ 

    html{
        zoom:0.3;
    }
    img{
        align-self: center;
    }
    .content{ 
        padding:5% 2% 20% 2%;
        font-size: 40px;
        text-align: center;


    }
    .Top{
        flex-wrap: wrap;
    }

    .akcie{
        flex-wrap:wrap;
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
        margin: auto;
        


    }
    blockquote{ 
        height:500px;
    }
    .row{ 
        flex-wrap: wrap;
        justify-content: center;
    }
    .galeria2 img{ 
        width: 500px !important;
        height: 500px !important;} 

    button{
        height:120px;
        width: 340px;

    }
    #logo {
    margin-top:30px;
    height:270px;
    width:740px;

    }
    .box1{
        align-self: center;
    }
    .galeria{
       /* flex-wrap: wrap;*/
        grid-template-columns: 400px 400px;

    }
    .clenovia{
        grid-template-columns: 600px ;
    }
    .clen_img{ 
        height:850px;
        width:600px;
    }
    .menu-mob{ 
        display:inherit; 
        

    }
    .Menu{ 
        display: none;
    }
}
a{
    color:black;
    text-decoration:none;
    cursor: pointer;
}
a:hover{ 
    color:grey;
    text-decoration: none;
    

}
