.navbar-shadow {
   box-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
}

.naslov-shadow {
   box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
}

.bg-img {    
  background: url('../slike/cvijet.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: -100;
}

body {
    overflow-x: hidden;
}

html {
   -webkit-user-select: none;
   -webkit-touch-callout: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.stick {
   position: sticky;
   top: 60px;
   z-index: 2;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}