<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-galerija
{
    background: url("../../img/cover/galerije.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:40vh;
    width:100%;
    /*opacity: 0.7;*/
    position: relative;
    background-color: #D92528;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;

    border-bottom: 2px solid #C91619;
}


.header-galerija .text
{
 position:absolute;
 top:50%;
 /*margin-top:-15px;*/
 height:70px;
 line-height: 70px;
 padding-top: 10px;
 padding-left:40px;
 padding-right:40px;
 left: 5%;

 /*background:#363738;
 opacity: 1;
 border-top-right-radius: 100%;
 border-bottom-right-radius: 3%;*/

 color:white;
 font-weight: 700;
 font-size: 30px;
 z-index: 10;
}

.header-galerija .shadow
{
  position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 background: #5D5D5D;
 opacity: 0.7;
 z-index: 5;
}

.album-preview img {
  //position: static;
  border-radius: 5px;
  width: 220px;
  height: 170px;
}

#album-container {
  text-align: center;
  padding: 5vh 5vh 5vh 5vh;
}

.row-centered {
  text-align:center;
}
.col-centered {
  display:inline-block;
  float:none !important;
  /* reset the text-align */
  text-align:left;
  /* inline-block space fix */
  margin-right:-4px;
  width: auto;
}

.Wrapper{
  padding-top: 50px;
}
</pre></body></html>