body {
  background-color: #ffcccc;
    
}
.header {
    width: 100%;
    height: 300px;
    background-image: url(n22082.jpg);

}
.header h1 {
    text-align: center;
    padding-top: 100px;
    margin: 0;
}
.topnav {
    overflow: hidden;
    background-color: #cc0000;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: yellow;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: black;
    color: yellow;
  }
  
  .topnav a.active {
    color: yellow;
  }
  
  .topnav .icon {
    display: none;
  }
  .paragraf {
    width: 900px;
    margin-left: 25%;
    margin-top:5%;
    background-color:aqua;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 25px;
    text-align: justify;
  }
  .cenovnik {
    width: 470px;
    margin-left: 37%;
    margin-top:5%;
    background-color:aqua;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 25px;
    text-align: justify;
  }
  .kontakt {
    width: 320px;
    margin-left: 20%;
    margin-top:10%;
    background-color:aqua;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 20px;
  }
  .mapa {
    height:450px;
    width:600px;
    border:0;
    float: right;
    margin-right: 10%;
    margin-top:-17%;
  }
  .mapa iframe {
    height:450px;
    width:600px;
  }
  .podnaslov3 {
    text-align: center;
    color: white;
  }
  .galerija {
    margin-top: 20px;
  }
  .sipak {
    width: 1300px;
    margin-left: 15%;
    height: 300px;
    margin-top:6%;
    background-color:aqua;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 25px;
    text-align: justify;
  }

  * {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  border: 5px inset;
  border-color: green;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* 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);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #cc0000;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .cenovnik {
      margin-left: 8px;
    }
    .paragraf {
      margin-left: 10px;
      width: 460px;
    }
    .mapa iframe  {
      margin-top: 100px;
      margin-left: 180px;
      width: 450px;
    }
    .sipak {
      margin-left: 10px;
      width: 460px;
      height: 710px;
    }
    .slideshow-container {
      width: 450px;
    }
   .galerija {
    overflow: auto;
   }
  body {
    background-size: cover;
}
  }