body{
    background-color: #7bb1b3;
    font-family:"Inconsolata";
    font-size: 19px;
    margin: 0;
    padding: 0;
}

header {
    text-align: center;
    background-color: #141a4f;
    color: whitesmoke;
    width: 100%;
    height: 100px;
    position: relative; 
    margin: 0;
    z-index: 1; 
    top: 0;
}

nav {
    padding: 10px;
    position: fixed;
    width: 100%; 
    z-index: 2; 
    margin: 0;
}


nav ul {
    margin: 0;
    padding: 0;
    text-align: center; 
    list-style: none; 
}


nav ul li {
    display: inline-block; 
    margin-right: 25px;
    position: relative;
}
nav ul li a {
    color: tomato; 
    padding: 10px 20px; 
    transition: background-color 0.6s, color 1s; 
}

nav ul li a:hover {
    background-color: #555; 
    color: yellowgreen;
}

#telo{
    text-align: center;
    border-style:outset;
    border-color: gold;
    border-width: 10px;
    border-radius: 20px;
    padding: 20px;
    background-color: #62de74;
    border-bottom-style: dotted;
    border-top-color: purple;
}
.firma {
    text-align: center;
} 
.firma-img 
{
    border: 5px solid palevioletred;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;; 
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  display: inline-block;
  margin: 0 auto;
}


.carousel-inner {
  max-width: 320px;
  margin: 0 auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-size: 50%, 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
}

.carousel-indicators {
  bottom: -30px;
}


.img-300 {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 576px) {
  .img-300 {
    width: 200px;
    height: 200px;
  }
  .mapa{
    width: 430px;
    height: 200px;
  }
}
.cenik {
    border-style: solid;
    border-width: 8px;
    text-align: center;
    background-color: #0217f7;
    color: white;
    width: 65%;
    height: auto;
    margin: 20px auto;
}

.telo1{
    border-style:outset;
    border-color: gold;
    border-width: 10px;
    border-radius: 20px;
    padding: 20px;
    background-color: #62de74;
    border-bottom-style: dotted;
    border-top-color: purple;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
}
.pravidla{
    font-size: xx-small;
}
.Luuovostore {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.galerie{
    text-align: center;
}
footer{
    text-align: center;
    border-top-style: solid;
    border-width: 4px;
    background-color: #fcba03;
}
footer p {
  font-weight: bold;
  margin: 0px;
  text-align: center;
}
.pozadi{
  background-image: url('Mraky.webp');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
html, body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}