body{
    background-color: #FFECD1;
    margin:auto;
    padding:auto;
    opacity:0;
    transition: opacity 2s ease;

}
.dropdown button{
  padding:15px;
  background-color: #3E000C;
  border: none;
  color:#FFECD1;
  display: none;
}

.dropdown li{
    padding:15px;
    width: 5%;
  background-color: #3E000C;
  border: none;
  opacity: 0;
  display: none;

}
.dropdown a{
    color:#FFECD1;
    text-decoration: none;
    font-family: "lora";
    
}



.naslov{
  background-image: url(../slike/sixteen-miles-out-dPkn4562j3E-unsplash.jpg);
  background-position: center;
  padding:10px;
  background-size: cover;
  filter:brightness(80%);
  color:#ffffff
}

.navigation img{
height: 150px;
 text-align: center;
    justify-content: center;
    display: flex;
    

}
.navigation {
    text-align: center;
    
}
.navigation a {
    color:#FFECD1;
    position: relative;
    top:-55px;
    
}

.navigation li{
    display: inline-block;
    margin: 0 10px;
     font-family: "lora";
     text-transform: uppercase;
    
}
.navigation {
background-color: #3E000C;
}
.naslov h1{
   font-family: "Monsieur La Doulaise", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding:100px;
  font-size: 100px;
  color:#ffffff;

}

h1 img{
  height: 100px;
  padding:20px;
}
.naslov h2{
    text-align: center;
    font-family: "lora";
    
}

.blok2 img{
height: 500px;
margin: 15px;
padding: 0px 0px;
}
.blok2 h2{
  display: flex;
  width: 50%;
  font-family: "lora";
  font-weight: 100;
  color:#3E000C;
  text-align: justify;
  margin: auto;
  font-size: 25px;
  white-space: 15px;;


}
.blok1 h1{
   font-family: "Monsieur La Doulaise", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 60px;
}
.blok1 p{
font-family: "lora";
  text-align: center;
  font-size: 30px;
  word-spacing: -1px;
  letter-spacing: -1px;;
}

 em{
  margin: auto;
  text-align: center;
  display: block;
  padding: 25px 25px 25px 25px;

}

.footer{
  overflow: hidden;
}

.footer a{
  text-align: center;
  margin: 5px 5px;
  display: flex;
  color:#3E000C;
  text-decoration: none;
  padding:15px;
  float:right;
  font-family: "lora";
    overflow: hidden;
 
 
}

.footer img{
  height: 50px;
  border-radius: 100px;
    overflow: hidden;


}
.footer li{
    display: inline-block;
    float: right;
      overflow: hidden;
}


/*articles page*/

.naslov h1:last-of-type {
   font-family: "Monsieur La Doulaise", cursive;
  font-weight: 400;
  font-style: normal;
  

}
.naslov h2 {
   font-family: "Monsieur La Doulaise", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  color:#ffffff;
  z-index: 10000%;

  
}

.kutija h2{
  font-family: "lora";
}
.kutija p{
  font-family: "lora";
}

.kutija img:hover{
  filter: brightness(0);
  transition: ease-out 1s;
}



.kutija {
  position: relative;
  height: 300px; /* or your image height */
  overflow: hidden;
}

.kutija img {
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: #332302  5px -5px 5px;
}

/* Hover text */
.hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  color: white;
  font-size: 28px;
  font-weight: bold;
  opacity: 0;
  transition: 0.4s ease;
  pointer-events: none;
}

/* Dark overlay on hover */
.kutija::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: black;
  opacity: 50;
  transition: 0.4s ease;
}

/* Hover effects */
.kutija:hover::after {
  opacity: 0.5;
}

.kutija:hover .hover-text {
  opacity: 50;
}





.kutija img{
  height:300px;
  width: 300px;
}


.gallery  {
  display: flex;
  flex-wrap: wrap;

}

.gallery2 {
  display: flex;
  flex-wrap: wrap;
}

.kutija{
  margin:15px;
  padding:20px;
}







@media screen and (max-width:800px) {

  .dropdown button:hover{
transition: all ease-in 0.5s;
transform: rotate(90deg);

}
.dropdown button{
  display: block;
  position: relative;
  top:-95px;
  float:right;
}
.dropdown li{
    display: none;
    width: 100%;
 
}
.dropdown li:hover{
  background-color: #591a27;
}
/* show menu on hover */
.dropdown:hover li{
    display: block;
    opacity: 100%;
}
  .navigation img{
 margin:0;
 padding:0%;
 height: 100px;
 position: relative;
 right:19%;
 
  }
  .navigation li{
    font-size: 10px;
    display: none;
  }
  .naslov h1{
    font-size:50px;
  }
  .naslov img {
    height: 40px;
  }
   .naslov h1 {
    font-size: 10px;
  }
  .blok1 h1{
   font-size: 35px;
  }
  .blok1 p{
    
    font-size: 3px;
  }

   img{
    height: 200px;
    display: block;
em{
  width: 50%;
  text-align:center;
  font-family: "lora";
}

  }
  .kutija p{
    text-align: center;
  }
    .kutija h2{
    text-align: center;
  }
  .kutija img{
    display: block;
    margin:auto;
    
    

 
  /* Dark overlay on hover */
.kutija::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.4s ease;
}

/* Hover effects */
.kutija:hover::after {
  opacity: 0.5;
}

.kutija:hover .hover-text {
  opacity: 50;
}
.blok2 h2{
  display: block;
  font-size: 10px;;
}


.ja {
  display: block;
 
}

  .blok2 img{
    height: 300px;
    text-align: center;
    justify-content: center;
    display: flex;
    margin:auto;
    padding:20px;
    align-items: center;
  }

}
.naslov h2{
  color:#332302;
  font-weight:500;
}

.ja h1{
 text-align: center;
    justify-content: center;
    display: flex;
    margin:auto;
    position: relative;
    right:-20px;
 
}



  }

@media screen and (max-width:1800px) {
  
  .navigation img{
    text-align: center;
    justify-content: center;
    display: flex;
    margin:auto;
  }
  .naslov h1{
    font-size:50px;
  }
  .naslov img {
    height: 40px;
  }
   .naslov h2 {
    font-size: 20px;
  }
  .blok1 img{
    height: 200px;
    text-align: center;
    justify-content: center;
    display: flex;
    margin:auto;
  }
  .blok1 h1{
    font-size: 45px;
  }
  .blok1 p{
   font-size:15px;
   width:50%;
   text-align: justify;
   margin: auto;
    
  }

  .blok2 img{
    height: 200px;
    padding:5px;
    display: flex;
    margin:auto;
    align-items: center;
  }
  .blok2 h2{
   
    display: block;
    font-size: 13px;
    text-align: justify;
    letter-spacing: -2px;
    word-spacing:2px;

    
  }

.blok2 h1{
  font-size: 35px;
}
  .kutija img{
    display: block;

  }

  .blok2 h2{
  display: block;
  font-size: 15px;;
}
.ja {
  display: block;
 
}
.ja img{
  height: 150px;
 
}

}


/* /about me// */

h1{
  font-family: "Monsieur La Doulaise", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 60px;
}

 .ja img{
  height: 500px;
  text-align: center;
  margin: 15px;
  padding:10px 15px;
  margin: auto;
  display: flex;
}

.ja p{
  font-size: 20px;
  width:50%;
  text-align:justify;
  margin: 15px;
  padding:10px 15px;
  font-family: "lora";
   display: flex;
   margin: auto;
}

@media screen and (max-width:500px) {
.ja img{
  height: 180px;
}
.ja p{
  
  display: block;
  font-size: 13px;
  text-indent: 1px;
  text-align: justify;
  letter-spacing: -1px;
  word-spacing:1px;

}


  
}