@import url("https://fonts.googleapis.com/css?family=Titillium+Web");
* {
  font-family: "Titillium Web", sans-serif;
}

.navbar {
    /* background: #398564; */
    background: rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px #3a196c;

}

.kvalitet {
  margin-bottom: 30px;
}
h2 {
  font-size: 36px;
  font-weight: 700;
}
.navbar .navbar-brand {
  font-size: 30px;
  color:white;

}
.navbar .nav-item {
  padding: 10px 20px;
}
.navbar .nav-link {
  font-size: 24px;
  margin-left: 10px;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}

.navbar .nav-link:hover {
  color:#3a196c;
      text-shadow:  2px 2px 3px white;

}

.navbar-brand:hover {
  transform: rotate(360deg);
  transition: 0.5s ease;
}

.navbar-brand {

  transition: 0.5s ease;
}


.fa-bars {
  color: #fff;
  font-size: 30px;
}


.naslovna h3 {
  color:#deca71;
  text-shadow: 1px 1px 2px black;
  font-size: 40px;
}
.swiper-container {
      width: 100%;
      height: 100vh;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .logoEfekat {
  transition: 0.5s all;
}

.logoEfekat {
  -webkit-animation: rotacija 4s linear infinite;
          animation: rotacija 4s linear infinite;
}

@-webkit-keyframes rotacija {
  from {
    -webkit-transform: perspective(200px) rotateY(0deg);
    transform: perspective(200px) rotateY(0deg);
  }

  to {
    -webkit-transform: perspective(200px) rotateY(360deg);
    transform: perspective(200px) rotateY(360deg);
  }
}

@keyframes rotacija {
  from {
    -webkit-transform: perspective(200px) rotateY(0deg);
    transform: perspective(200px) rotateY(0deg);
  }

  to {
    -webkit-transform: perspective(200px) rotateY(360deg);
    transform: perspective(200px) rotateY(360deg);
  }
}

    body {
      overflow-x: hidden;
    }
    .btn:focus, .btn:active, button:focus, button:active {
      outline: none !important;
      box-shadow: none !important;
    }

    #image-gallery .modal-footer{
      display: block;
    }


    .thumb{
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .baner {
      background-image: url("../img/baner.JPG");
      background-size: cover;
      background-position: center;
      height: 90vh;
    }
    .banerOnama{
      background-image: url("../img/slike/img16.JPG");
      background-size: cover;
      background-position: right;
      height: 90vh;
    }

    .banerOnama1{
      background-image: url("../img/slike/img88.JPG");
      background-size: cover;
      background-position:bottom;
      height: 90vh;
    }
    .banerOdgusenje {
      background-image: url("../img/slike/img92.JPG");
      background-size: cover;
      background-position: center;
      height: 90vh;
    }
    .banerCiscenje {
      background-image: url("../img/baner2.jpg");
      background-size: cover;
      background-position: center;
      height: 90vh;
    }
    .baner h3 {
      color:yellow;
    }

    .onama {
      margin-top: 150px;
    }
    p {
    font-size: 20px;
  }

  footer{
	background: transparent;
	border-top: 1px solid white;
  font-size: 24px;
}
.kontaktTekst {
  font-size: 24px;
}

.animation {
  opacity: 0;
}
nav .fa-facebook:hover{
	color:rgb(59, 89, 152);
}
nav .fa-instagram:hover{
	color:#bc2a8d;
}
nav .fa-envelope:hover{
	color:#c71610;
}
.oprema img:hover {
  transform: scale(1.5);
  transition: 0.5s;
  cursor: pointer;

}
.oprema img {

  transition: 0.5s;
}
footer .fa-facebook:hover{
	color:rgb(59, 89, 152);
}
footer .fa-instagram:hover{
	color:#bc2a8d;
}
footer .fa-envelope:hover{
	color:#c71610;
}
