*{
    box-sizing: border-box;
}

body{
    background-color:#ffeacd;
    margin: 0 auto;
    padding: 0;
    color: black;
    background-image: url('img/pozadina2.jpg');
}

.naslov{
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 20px;
    display: flex;
}

.slikice{
    display: flex;
    max-width: 100%;
    max-height: 100%;
   
}

.slikikiki{
    position: sticky;
    top: 0;
    max-width: 100%;
    max-height: 100%;
}

.logo{
    max-width: 107px;
}

.navbar h1{
    align-items: left;
    display: flex;
    text-align: left;
    max-height: 300px;
    flex-wrap: wrap;
}
.navbar{
    overflow: hidden;
    background-color: #001700;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    max-height: 300px;
    flex-basis: 250px;
    flex-wrap: wrap;
    color: white;

    }
     
    .navbar a{
        float: left;
        font-size: 18px;
        color: white;
        text-align: center;
        padding: 25px 27px;
        text-decoration: none;
        flex-wrap: wrap;
    }



main{
    text-align: center;
    padding-top: 70px;
    text-wrap: wrap;
    justify-content: center;
    margin-top: 55px;
    justify-content: space-around;
    align-items: space-around;
}


.naslov{
    text-align: center;
}

.dvoje{
    display: flex;
    margin-bottom: 150px;
    flex-wrap: wrap;
    align-items: space-around;
}

.slikaIndex{
    max-width: 100%;
    border-radius: 25px;
}

.naslovIndex{
    padding-top: 70px;
    text-align: center;
    font-size: 50px;
}

.prvi{
    background-color: #e8919e;
    border-radius: 25px;
    padding: 35px;
    max-width: 600px;
    min-width: 400px;
    margin: 25px;
    text-wrap: wrap;
    justify-content: space-around;
}

.drugi{
    background-color: #e8919e;
    border-radius: 25px;
    padding: 35px;
    max-width: 600px;
    min-width: 400px;
    margin: 25px;
    text-wrap: wrap;
    
}
    
.slika{
    max-width: 100%;
    flex-wrap: wrap;
    border-radius: 25px;
}
    
.opis{
    background-color: #e8919e;
    text-align: center;
    max-width: 1000px;
    min-width: 400px;
    border-radius: 25px;
    padding: 45px;
    margin: 20px;
    font-size: 20px;
}

.slikice{
    display: flex;
}

.slikice img{
    width: 100%;
    height: auto;
    display: block; 
}
    


footer{
    background-color: #001700;
    text-align: center;
    align-items: center;
    position: sticky;
    position: bottom 0;
    max-width: 100%;
    height: 150px;
    padding-top: 15px;
    color: white;
}

.ime{
    padding-top: 35px;
}



/* Slideshow container */
.slideshow-container {
    max-width: 800px;
    position: relative;
    margin: auto;
    border-radius: 25px;
    padding-top: 70px;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

.ig_fb{
    max-width: 50px;
}

main{
    text-align: center;
    padding-top: 70px;
    text-wrap: wrap;
    display: flex;
    justify-content: center;
}

.slika{
    max-width: 100%;
    flex-wrap: wrap;
    border-radius: 25px;
}

.opis{
    background-color: #e8919e;
    text-align: center;
    max-width: 1000px;
    min-width: 400px;
    border-radius: 25px;
    padding: 45px;
    margin: 20px;
    font-size: 20px;
}