.carousel-caption {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover {
  color: white;
}

.carousel-inner a {
  color: rgb(255, 255, 255);
}

.carousel-inner a:hover,
a:hover p {
  color: rgba(255, 255, 255, 0.815);
}

a:not(.carousel-inner a) {
  color: #343a40;
}

@media (min-width: 768px) {
  .banner .bg-dark {
    background-color: transparent !important;
  }

  .position-static {
    position: absolute !important;
    z-index: 111;
  }

  nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.648);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .slika {
    height: 500px;
    object-fit: cover;
  }
}

@media (min-width: 573px) and (max-width: 767px) {
  .slika {
    height: 300px;
    object-fit: cover;
  }

  .h1,
  h1 {
    font-size: 2.2rem;
  }
}

.bottom-0 {
  bottom: 15px;
}
.left-0 {
  left: 8px;
}

img {
  z-index: -5;
}

.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.badge {
  font-size: initial;
}
