@import url("https://fonts.googleapis.com/css?family=Titillium+Web");
* {
  font-family: "Titillium Web", sans-serif;
}
body {

  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#52bf90" fill-opacity="0.5" d="M0,160L48,170.7C96,181,192,203,288,213.3C384,224,480,224,576,197.3C672,171,768,117,864,106.7C960,96,1056,128,1152,165.3C1248,203,1344,245,1392,266.7L1440,288L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>
}

.navbar {
    /* background: #398564; */
    background: rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px #52bf90;
}
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:#52bf90;
}
.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: 90vh;
      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;
    }

    .boginja {
      background-image: url("../img/1.png");
      background-size: cover;
      background-position: center;


    }
    .tekstPrekoSlike {
      color:white;
      font-size: 34px;
      text-shadow: 1px 1px 3px black;
      padding: 10px 20px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 20px;
    }

    .tekstPravnaKlinika {

      color:white;
      font-size: 40px;
      text-shadow: 1px 1px 3px black;

      border-radius: 20px;
      position: absolute;
      bottom: 50px;

    }


    .kugla {
      background-image: url("../img/2.jpg");
      background-size: cover;
      background-position: bottom;
        background-repeat: no-repeat;

    }

    .zemlja {
      background-image: url("../img/6.jpg");
      background-size: cover;
      background-position: bottom;
        background-repeat: no-repeat;
         }

    .grana {
      background-image: url("../img/7.jpg");
      background-size: cover;
      background-position: bottom;
        background-repeat: no-repeat;

    }

    .rukovanje {
      background-image: url("../img/3.jpg");
      background-size: cover;
      background-position: bottom;
        background-repeat: no-repeat;

    }

    .tastatura {
      background-image: url("../img/grupna.jpeg");
      background-size: cover;
      background-position: top;
      background-repeat: no-repeat;

          }

    .grad {
      background-image: url("../img/5.jpg");
      background-size: cover;
      background-position: bottom;
      height: 100vh;
        background-repeat: no-repeat;
    }

    .swiper-pagination-bullet {
    opacity: 0.5;
    background-color: #52bf90 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-button-next {
  color:#52bf90 !important;
}
.swiper-button-prev {
  color:#52bf90 !important;
}
.rounded-img {
  -webkit-box-shadow: 5px 5px 19px -4px rgba(0,0,0,0.44);
  box-shadow: 5px 5px 19px -4px rgba(0,0,0,0.44);
}
#onama p {
  font-size: 20px;
  font-weight: 500;
text-align: justify;
}
.zvanje {
  font-size: 24px;
  font-weight: 400;
}
.aktuelno {
  height: 400px;
}
#tim .tekst {
  max-width: 600px;
  margin:0 auto;
  font-size: 20px;
}

.sreten-tekst{
  max-width: 600px;
  margin:0 auto;
  font-size: 20px;
}

.dugme {
  background: #52bf90;
  color: #fff;
  text-shadow: 1px 1px 3px black;
}
footer a {
  text-decoration: none;
  color: #52bf90;
  text-shadow:  0px 0px 1px white;
  font-weight: 700;
}
