*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
}
@font-face {
    font-family: WorkSans;
    src: url("../style/WorkSans-Light.ttf");
}
body{
    background-color: #000000;
    font-family: WorkSans;
}
#slider1, #slider2, #slide1, #slide2, #slide3, #slide4, #slide5{
    display:none;
}
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {opacity: 0.7;}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.modal img{
    height: auto;
    width: 100%;
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
.active {
    background-color: #717171;
}
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
a{
    color: rgb(200, 138, 5);
    text-decoration: none;

}
.row {
    display: flex;
}
.column {
    flex: 25%;
    padding: 5px;
}
.autor img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.column p{
    text-align:right;
    color:brown;
    font-size:14px;
}
h3{
    color:white;
}
.headlight{
    font-size: 64px;
    color:black;
    font-weight: bold;
    background-color:rgb(220,150,0);
}
.dilo{
    padding-left: 12px;
    padding-top: 16px;
    float:left;
}
h1{
    color: rgb(220,150,0);
    font-size: 64px;
}
.slideshow{
    max-width: 1000px;
    position: relative;
    margin: auto;
    background-color: black;
    height: 675px;
}

li a{
    float:left;
    background-color: rgba(0,0,0, 0.6);
    text-decoration: none;
    display: block;
    padding: 12px 24px;
    transition: background-color 2s;
    font-family: sans-serif;
}
p{
    color:white;
    font-size:17px;
}
.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    left: 30%;

}
li a:hover
{
    background-color: rgb(220,150,0);
    color:white;
}
.hidden{
    display:none;
}
.shown{
    display:block;
}
.background{
    width: 100%;
    height: 400px;
    background-image: url("../img/style/sprinkle-gold-glitter-dust-on-a-black-background-with-copy-space.-696201882_4896x3264-3200-1.jpg");
    background-repeat: no-repeat;
    background-position: 20% 50%;
}
.menu{
    margin: auto;
    width: 35%;
    padding-bottom: 64px;

}
.container{
    position: relative;
    min-width: 1200px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}
header{
    margin-top: 92px;
}
.headerImg{
    margin-left:20%;
}
.autori{
    padding-top:128px;
    width: 100%;
    background-image: url("../img/style/sprinkle-gold-glitter-dust-on-a-black-background-with-copy-space.-696201882_4896x3264-3200-1.jpg");
    background-position: 50% 50%;
    background-attachment: fixed;
}
.sluzby{
    padding-top:400px;
}
.autori p{
    padding-top: 8px;
    font-size:14px;
}
.wrap{
    width: 100%;
    background-color: black;
}
.zoubek-o{
    padding-bottom:800px;
}
.zoubek-j
{
    padding-bottom:400px;
}
.andrle{
    padding-bottom:700px;
}
.odvarka{
    padding-bottom:700px;
}
.galerie{
    padding-bottom:700px;
}
.autor{
    margin-top:50px;
    width: 100%;
    height: 100%;
    background-color: black;
}
.blockico {
    background:#666;
    margin-top:-100px;
}
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    *{
        word-wrap: break-word;
    }
    .hidden{
        display:block;
        top:0;
        height: 40px;
    }
    .modal img{
        width: 100%;
    }
    .shown{
        display:none;
    }
    li a{
        padding: 8px 12px;
    }
    .column {
        width: 100%;
        flex:100%;
        float:left;
    }
    .row{
        display:block;
        text-align:center
    }
    h1{
        font-size:54px;
    }
    .menu{
        display:none;
    }
    .headlight{
     font-size:48px;
    }
    .autori p,.autori h3{
        text-align:center;
    }
    header{
        margin-top:0;
        position:fixed;
        z-index:99;
        width: 100%;
        top:0;
        background-color: rgba(0,0,0,1);
    }
    .headerImg{
        margin-left: 0px;
        width: 350px;
    }
    .container{
        min-width: 400px;
        width: 400px;
    }
    .background
    {
        background-image: none;
    }
    .slideshow{
        height: auto;
        margin-top:64px;
    }
    .sluzby{
        padding-top:24px
    }

    .zoubek-o{
        padding-bottom:2300px;
    }
    .zoubek-j
    {
        padding-bottom:1500px;
    }
    .andrle{
        padding-bottom:1700px;
    }
    .odvarka{
        padding-bottom:2450px;
    }
    .galerie{
        padding-bottom:2000px;
    }
}
