body{
    background-image:url("images/background.jpg");
    background-size: cover;
    }

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;
}
.domovsky_odkaz{
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
  text-decoration: none;
  margin-right:10%;
  margin-top: 2%;
  display: inline-block;
}
.nadpis:hover{
    text-shadow:rgba(194, 193, 193, 0.5) 4px -3px 7px;
}

.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;
}
 



/* Position the image container (needed to position the left and right arrows) */
.gallery {
    position: relative;
    padding-top: 7.1%;
  }
  
  /* Hide the images by default */
  .mySlides {
    display:none;
    
  }


  .fotogallery{
    height: 450px;
    width:auto;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}


  /* šipky */
  .prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 260px;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  margin-top: 3%;

}




  /* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.adresa{
  position:static;
  background-color:rgb(22, 22, 22);
  color:white;
  font-size: 20px;
  margin-top:0.5%;
  max-height:100px;
  border-radius: 2px;
}
.podadresa{
  margin-left:5%
}

.rezervace{
  margin-left:5%;
  padding-top:1%;
  opacity: 0%;
}
.rezervace2{
  margin-left:5%;
  padding-bottom: 1%;
  color:white;
}

.call,.location,.time{
  position:absolute;
  height:30px;
  width:auto;
  margin-left:-6%;
  
}
.time{
  margin-left:-7%;
  margin-top:1%;
}
.location{
  margin-left:-8%;
  margin-top:1%;
}



.underdiv{
  margin-top:5%;
  max-width: 50%;
  margin:auto;
  font-family: 'Trebuchet MS', sans-serif; 
}
.undergallery{
  text-align: center;
  color:#b1a5a5;
  font-size: 50px;
}
.paragrafunder{
  text-align: center;
  color:#b1a5a5;
  font-size: 20px;
  line-height: 150%;
}


.nabidka{
  background-color: black;
  color:#fdecec;
  margin-top:4%;
  border-radius: 10px;
}
.nadpisnabidka{
  text-align: center;
  padding-top:3%;
  padding-bottom: 3%;
}
h2{
  color:#fdecec;
  font-size: 20px;
}
.druhy{
  color:#fdecec;
  background-color: rgb(22, 22, 22);
  border: none;
  padding: 20px 27px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  border-radius: 5px;
  letter-spacing: 5px;
  font-weight: bold;
  margin-left: 10px;
    margin-right: 10px;
    transition: 0.3s;
}
.druhy:hover{
  background: #2c2c2c;
  color: #ca941e;
  transform: translateX(-3px) translateY(4px);
  box-shadow:rgba(194, 193, 193, 0.5) 4px -3px 7px;
}
.paragrafnabidka{
  color:#fdecec;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
  max-width: 50%;
  margin:auto;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: lighter;
}
.strih{
  position:relative;
  height:80px;
  width: auto;
  margin-left:-2%;
}

.kompletnabidky{
  padding-top:2%;
}

::-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);
    }

