#navbar-logo{
  height: 60px;
}

.container-fluid{
  padding: unset;
}

.navbar-nav{
  font-size: 20px;
}

.navbarImage{
  filter: grayscale(100%);
}


.banner-image{
  background-image: url('Slike/indexBackground.jpg');
  background-size: cover;
  background-position: bottom left;
}



@media only screen and (min-width: 1224px) {
  .dropdown:hover .dropdown-menu{
    display: block;
    
  }

  .nav-link:hover{
    /* font-size: 21px; */
    border-bottom: white 1px solid;
  }
}

.center-container {
  position: relative;
  text-align: center;
}

.naslov{
  font-size: 4.5vmax;

}

.naslov2{
  font-size: 2.8vmax;
  font-family: 'Architects Daughter', cursive;
}

@media only screen and (max-width: 600px) {
  .naslov{
    transform: translate(0, 200%);
  }

  .naslov2{
    transform: translate(0, 320%);
  }
}

.content{
  transform: translate(0, -12vh);
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.darken {
  background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    )
}

.module {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url('Slike/biminiSlika.jpg');
  background-size: cover;
  width: 300px;
  height: 200px;
  margin: 10px 0 0 10px;
  position: relative;
  float: left;
}

.mid h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2rem;
  transform: translate(-50%, -50%);
}

.image-holder {
  position:relative; 
}    
.image-holder:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0, 0.1);
}

img{
  filter: sepia(0%) saturate(100%) brightness(50%) hue-rotate(0deg);

}

img:hover{
  filter: sepia(0%) saturate(100%) brightness(80%) hue-rotate(0deg);

}

.icon{
color: white;
}

.Kontakt{
text-decoration: none;
color: white;
}

.textOnGrid{
  font-size: 3vmax;
}
