.top-bar{
  width: 100%;
/* background-color: #1E3A5F;*/
height: 120px;
position: fixed;
display: flex;
align-items: center; /* Aligns text vertically */
justify-content: space-between; /* Aligns text horizontally (optional) */
background-color: #002147;
z-index: 10000;
top: 0;
}
body {
margin: 0;
padding: 0;
/* background-color:  #F5F5DC;*/
background-color: white;
padding-top: 120px;
padding-bottom: 40px;
}
.top-bar p{

color: #D4AF37;
font-family: "Libre Bodoni", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 50px;
  
}
.fa-home{
margin-right: 50px;
font-size: 35px;
color: #D4AF37;

}
.artikli{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;

justify-items: center;
width: 100%;

}
.artikli div{
border: 2px solid #002147;
border-radius: 3%;

width: 20vw;
height: 27vw;
margin-top: 50px;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
justify-content:space-around ;


border-radius: 4px;
border: 1px solid rgb(213, 211, 211);
box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.5);
}
.naslov{
color: #D4AF37;
background-color: #002147;
text-align: center;
border-radius: 15%/100%;
font-size: 30px;

margin: 40px auto;
width: 500px;
padding: 20px 0px;
}
.artikli img{
  width: 16vw;
  height: 21vw;
  object-fit: contain;

}
.artikli p{
font-size: 1.5vw;
margin-top: 40px;
text-align: center;

}
.linija{
height:0.5px;
background-color: aliceblue;
width:100%;
}
.filteri-bar{
display:flex;
background-color:#001a38;
align-items: center;
vertical-align: center;
justify-content: space-around;
height:50px;
border-bottom: 1px solid #c3c7cd;

}
.filteri-bar div{
flex:1;
color: #D4AF37;
border-left: 1px solid #c3c7cd;
border-right: 1px solid #c3c7cd;
width:auto;
vertical-align: center;
align-items: center;
margin:0;
text-align: center;

}
.filteri-bar div {
font-size: 1.5vw;
}

.filteri-bar div:hover{
  cursor: pointer;
}
.prvi{
border-left:0;
}
.cetvrti{
border-right: 0;
}
@media(max-width: 768px ){
  .top-bar p{
   font-size: 20px;
  }
  .filteri-bar div{
    font-size: 10px;
    text-align: center;
  }
  
  .top-bar{
    height: 90px;
  }
  .fa-home{
    margin-right: 10px;
  }
  .igifb{
    margin-left: 10px !important;
  }
}
@media(max-width: 1000px){
  .artikli{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .artikli div{
    width: 30vw;
    height: 40vw;
  }
  .artikli img{
    width: 28vw;
    height: 38vw;
    object-fit: contain;
  
  }
  .artikli p{
    font-size: 2.5vw;
  }
  .naslov{
    width: 95vw;
    font-size: 5vw;
  }
  .filteri-bar div{
    font-size: 2vw;
  }
}
@media(max-width: 800px){
  .artikli{
    grid-template-columns: 1fr 1fr ;
   
  }
  .artikli p{
    font-size: 3vw;
  }
  .artikli div{
     width: 40vw;
    height: 50vw;
  }
  .artikli img{
    width: 38vw;
    height: 48vw;
    object-fit: contain;
  
  }
  .filteri-bar div{
    font-size: 2.3vw;
  }
}
@media(max-width: 500px){
  .artikli{
    grid-template-columns: 1fr;
   
  }
  .artikli p{
    font-size: 4vw;
  }
  .artikli div{
     width: 70vw;
    height: 80vw;
  }
  .artikli img{
    width: 68vw;
    height: 78vw;
    object-fit: contain;
  
  }
  .filteri-bar div{
    font-size: 3vw;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden; /* Prevent horizontal scrolling */
  
}

