* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

a {
  color: rgb(93, 82, 53);
}

.slike a {
  text-decoration: none;
}

body {
  background-color: bisque;
}

header {
  height: 120px;
  background-color: rgb(247, 218, 172);
  padding: 10px 20px 20px 20px;
  margin-bottom: 30px;
}

header h1 {
  font-size: 45px;
  color: rgb(93, 82, 53);
  text-align: center;
}

.kontejner {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
}

h2 {
  text-align: justify;
  font-size: 30px;
  color: rgb(82, 72, 47);
  margin: 10px 20px 30px 30px;
}

p {
  text-align: justify;
  font-size: 20px;
  margin: 10px 20px 30px 20px;
  line-height: 125%;
 
}
.slike {
  width: 70%;
  min-height: 800px;
  margin: 20px auto 20px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 15px 0 10px;
  background-color: rgb(246, 217, 182);
}

.omotac {
  width: 23%;
  margin-bottom: 30px;
  border-radius: 5%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hidden {
  height: 100%;
  width: 15%;
  position: absolute;
}

.omotac p {
  font-size: 24px;
  background-color: rgba(170, 133, 73, 0);
  margin-top: 45%;
  color: rgb(255, 255, 255);
  text-align: center;
  display: none;
}

h4 {
  text-align: center;
  color: rgb(165, 78, 20);
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  caption-side: bottom;
}

.shorten {
  height: 60%;
  width: 30%;

}

figcaption {
  text-align: center;
  color: rgb(165, 78, 20);
}

.omotac:hover p {
  display: block;
}

.desnoSl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lijevoSl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prvo {
  width: 49%;
  margin-bottom: 20px;
  background-color: rgb(246, 217, 182);
}

.drugo {
  width: 49%;
  margin-bottom: 20px;
  background-color: rgb(246, 217, 182);
}

figure img {
 margin-top: 20px;
  width: 400px;
}

footer {
  height: 120px;
  background-color: rgb(247, 218, 172);
  padding: 10px 20px 20px 20px;
  margin-top: 30px;
}

#dgm {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgb(80, 43, 11);
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
}

#dgm:hover {
  background-color: rgb(117, 71, 35);
}

@media screen and (max-width: 800px) {
  .kontejner  {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
   
  }

  .omotac {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
    border-radius: 5%;
    background-size: cover;
    background-repeat: no-repeat;
    
  }

  .prvo {
    width: 100%;
    margin-bottom: 20px;
    background-color: rgb(246, 217, 182);
  }
  
  .drugo {
    width: 100%;
    margin-bottom: 20px;
    background-color: rgb(246, 217, 182);
  }


}

iframe{
  margin-top: 20px;
margin-bottom: 20px;}