body{
    background-image:url("images/background_third.jpg");
    background-size: cover;
    background-attachment: fixed;
    }
    
button{
  cursor:pointer;
}
    
header{
background-color: rgb(22, 22, 22);
position: fixed;
width:100%;
height:110px;
text-align:left;
margin-left:50px;
margin:-10px;
padding:1px;
z-index:1;
}

.nadpis{
font-size: 50px;
margin-top:5%;
margin-bottom:4%;
margin-left:5%;
color: #ca941e;
text-align:left;
transition: 0.3s;
}
.nadpis:hover{
    text-shadow:rgba(194, 193, 193, 0.5) 4px -3px 7px;
}
.domovsky_odkaz{
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
    text-decoration: none;
    margin-right:10%;
    margin-top: 2%;
    display: inline-block;
}

.logo{
    position:absolute;
    top:5%;
    height: 130px;
    width:auto;
 }
.logo_div{
    display:flex;
    justify-content:center;
}

nav{
margin-top:1%;

}
table{
width: 97.5%;
}

.menu{
text-align: right;

}

.prvni{
    color:white;
    background-color: rgb(22, 22, 22);
    border: none;
    padding: 25px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    transition: 0.3s;
}
.prvni:hover{
  background: #2c2c2c;
  color: #ca941e;
  transform: translateX(-3px) translateY(4px);
  box-shadow:rgba(194, 193, 193, 0.5) 4px -3px 7px;
}

h1{color:white;
    text-shadow: 2px 2px 4px #000000;
    margin:5%;
    margin-bottom: 8%;
    
}

.obsah{
    text-align: center;
    padding-top: 8%;
}

.pruhledny{
    background-color:rgba(194, 193, 193,0.1);
    border-radius: 10px;
    max-width: 70%;
    margin-left:15%;
    padding-top: 4%;
}
img{
    height:150px;
    padding:5px;
}

::-webkit-scrollbar{
    width: 15px;
    }
    ::-webkit-scrollbar-track{
    background: #b1a5a5;
    }
    ::-webkit-scrollbar-thumb{
    background: rgb(117, 103, 103);
    }
    ::-webkit-scrollbar-thumb:hover{
    background: rgb(56, 55, 55);
    }