a:hover{
    text-decoration: none;
}
.album{
    display: table-caption;
    margin: 10px 10px 10px 10px;
    
}

.broj-slika{
    display: inline;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
    color: burlywood;
}

.naslov-albuma{
    display: inline;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 1.5em;
    color: white;
    box-shadow: black;
}
.datum-albuma{
    color: bisque;
    font-size: 0.7em;
}

.slika{
    margin: 0.5em;       
    box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1), 
    0 0  0 5px rgba(225,225,225,0.9),
    0.5em 0.5em 1em rgba(0,0,0,0.3);
}


/* Slajd css */

.row > .column {
    margin-right: 10px;
  }
  
 
  
  /* Create four equal columns that floats next to eachother */
  .column  {
    display: inline;
    overflow: scroll;
}
  .column > img {
      height: 300px;   
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: rgb(32, 32, 32);
    margin: auto;
    padding: 0;
    width:90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Hide the slides by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 500px;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.3);
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 16px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Caption text */
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  img.demo {
    opacity: 0.6;
    height: 100px;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
    margin-bottom: 10px;
  }
  
  .hover-shadow:hover {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    box-shadow:  inset 0 -3em 3em rgba(0,0,0,0.1), 
    0 0  0 5px rgba(225,225,225,0.9),
    0.5em 0.5em 1em rgba(0,0,0,0.3);
  }