ul {

    list-style-type: none;
    margin: 0;
    padding: 5px 6px;
    overflow: hidden;
    background-image: url('../img/slika3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #2b310a;
}


p {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;


}
.dugme {
    width: 180px;
    height: 40px;
    background-image: linear-gradient(rgb(214, 202, 254), rgb(54, 20, 166));
    border: none;
    border-radius: 50px;
    color: rgb(255, 255, 255);
    font-weight: 600;
   
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    box-shadow: 1px 3px 0px rgb(139, 113, 255);

}
.cartIcon {
    width: 14px;
    height: fit-content;
  }
  
  .cartIcon path {
    fill: white;
  }
  
  .dugme:hover {
    transform: translate(2px ,0px);
    box-shadow: 0px 1px 0px rgb(139, 113, 255);
    padding-bottom: 1px;
  }
.dugme a{
    text-decoration: none;
    color: white;
}


.slike {
   
    padding: 20px 15px;
    width: 650px;
    height: 300px;
  




}

.img {
    text-align: center;
  
    margin: 10px 5px;
}



.naslov {
    margin: 10px;

    font-style: italic;
    text-align: center;
    font-size: 20px;
    padding: 10px 20px;
}




footer {
    padding: 0;
    margin: 0px;
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f0f8ff;
    color: black;
    text-align: center;
}
.ikonice{
    margin: 10px;
    padding: 20px 35px;
}

body {
    padding: 0;
    margin: 0;
    background-color: #a9af88ba;

}
@media  screen and (min-width: 320px) and (max-width: 425px)
{

    ul {

        list-style-type: none;
        margin: 0;
        padding: 5px 6px;
        overflow: hidden;
        background-image: url('../img/slika3.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    li {
        margin: 0;
        display: block;
        margin-bottom: 3px;
    }
    
    li a {
        display: block;
        padding: 10px;
        text-align: center;
    }
    
    li a:hover {
        background-color: #2b310a;
    }
    .img{

        width: 100%;
        height: auto;
    }
}
@media  screen and (min-width: 768px) and (max-width: 1024px)
{

    ul {

        list-style-type: none;
        margin: 0;
        padding: 5px 6px;
        overflow: hidden;
        background-image: url('../img/slika3.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    li {
        margin: 0;
        display: block;
        margin-bottom: 3px;
    }
    
    li a {
        display: block;
        padding: 10px;
        text-align: center;
        font-size: 30px;
    }
    
    li a:hover {
        background-color: #2b310a;
    }
}





