
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

p {
  font-size: 18px;
}

.navbar .navbar-brand img {
  max-width: 130px;
  margin-top: 9px;
  margin-left: -3px;
}
.navbar .nav-item {
  margin-right: 25px;
}

.navbar-toggler {
  border-color: white;
}

.navbar-toggler:focus {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
  box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
}

.navbar-toggler .navbar-toggler-icon {
  background: none;
}

.navbar .nav-item:last-child {
  margin-right: 0;
}

.navbar {
  background-color: #8a3b48 !important;
  padding: 5px;
}

.navbar .navbar-brand span {
  float: right;
  font-size: 13px;
  font-style: italic;
  margin-top: 7;
  margin-left: 7;
}

.navbar .navbar-brand i {
  font-size: 50px;
  float: left;
}

.navbar-expand-lg .navbar-nav .nav-link, .navbar-brand {
  color: white !important;
}

.FadeText {
  animation: FadeText 2s forwards;
  opacity: 0.1;

}

@keyframes FadeText {
  from {opacity: 0.1;}
  to {opacity: 1;}
}

.section-spacing {
  margin-top: 80px;
  margin-bottom: 80px;
}

.inner-spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-spacing {
  padding-bottom: 50px;
}

.space-top {
  margin-top: 100px;
}


.right {
  float: right;
}

.top-50 {
  margin-top: 50
}

.nav-tabs .nav-link {
  font-size: 18px;
  text-transform: uppercase;
  color: unset;
  margin-bottom:unset;
  border: none;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.nav-tabs .nav-link:hover {
  border: none;
  margin: 0;
}

.nav-tabs .nav-link.active {
  border: none;
  background-color: unset;
  border-color: unset;
  font-weight: 600;
  border-bottom: 2px solid #a73045;
  color: #a73045;
}

.title {
  text-align: center;
  margin-bottom: 80px;
  font-size: 2.2rem;
}

.sub-title {
  margin-bottom: 30px;
}

.title-underline {
  width: 80px;
  border-top: 3px solid #e95f56;
  margin: 0 0 10px 0;
  opacity: 1;
  margin-bottom: 20px;
}

#biografija .row {
  margin-top: 80px;
  margin-bottom: 80;
}

#kontakt .row {
  margin-top: 80px;
  margin-bottom: 80;
}

#protetika {
  background-color: #F8F8F8;
  /* background-image: url('../images/test.jpg'); */
}

#stomatoloske-procedure {
  margin: 80px auto;
}

#ortopedija-vilica  {
  margin-top: -80px;
  margin-bottom: -80px;
}

#ortopedija-vilica .row {
  margin: 0;
}

#ortopedija-vilica .col-md-7  {
  background: #8a3b48;
  color: white;
  padding: 20px;
}

#ortopedija-vilica .col-md-7 .text {
  max-width: 600px;
  display: block;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

#najcesce-procedure {
  /* background-color: #F8F8F8; */
  background-image: url('../images/procedure.webp');
  margin-bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#najcesce-procedure h3 {
  color: white;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 50px;
}

.procedure {
  background-color: #ffffffcf;
  text-align: center;
  padding: 20px;
  border-radius: var(--bs-border-radius) !important;
  min-height: 339px;
}

.procedure img {
  margin-bottom: 30px;
}

.procedure h4 {
  font-size: 21px;
  margin-bottom: 10px;
}

.procedure p {
  font-size: 17px;
}

.procedure svg {
  fill: #8a3b48;
  width: 80px;
}

.table.table-striped {
  margin-bottom: 50px;
}

.table.table-striped tr td:nth-child(2) {
  text-align: right;
}

#cenovnik {
  margin-top: 80px;
}

#cenovnik h1 {
  margin-bottom: 40px;
}

#cenovnik h4 {
  margin-bottom: 15px;
}

.cenovnik-tekst {
  margin-top: 80px;
  margin-bottom: 80px;
}

#kontakt h5 {
  margin-bottom: 20px;
}

#kontakt h5 i {
  margin-right: 10px;
}

#kontakt i {
  color: #8a3b48;
}

footer {
  background-color: #8a3b48;
  padding-top: 80px;
  /* padding-bottom: 50px; */
  color: white;
}

footer .kartice i {
  font-size: 40px;
}

footer p, footer ul li {
  font-size: 16px;
  margin-bottom: 8px;
}

footer .mb-15 {
  margin-bottom: 15px;
}

footer .poruka h4 {
  margin-bottom: 20px;
}

footer .poruka p {
  max-width: 90%;
  font-style: italic;
}

footer .informacije i {
  margin-right: 10px;
}

footer i {
  color: white;
}

footer ul {
  padding: 0;
}

footer a {
  color: white;
  text-decoration: none;
}

footer ul li {
  list-style-type: none;
}

footer .copyright {
  background: #6d343d;
  padding: 4px 0;
  text-align: center;
  margin-top: 50px;
}

footer .copyright p {
  margin: 0;
  font-size: 14px;
}

.radno-vreme {
  max-width: 250px;
}

.radno-vreme span {
  float: right
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/coursel/hero-image.webp");
  height: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  z-index: 999;
  color: white;
  top: 25%;
  font-weight: bold;
  left: 15%;
  font-size: 50px;
}

.hero-text h2 {
  font-size: 100px;
}

.hero-text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-top: 30px;
  font-size: 30px;
}

#my-gallery {
  margin-bottom: 100px;
}

#my-gallery .item {
  margin-top: 10px;
  padding: 0;
}

#my-gallery h1 {
  margin-top: 100px;
  margin-bottom: 60px;
}

.slucajevi-bkg {
  background-color: #e7e7e773;
  clip-path: polygon(50% 0%, 100% 1%, 100% 100%, 0 100%, 0 1%);
  margin-bottom: -80px;
}

.slucajevi .sub-title {
  text-align: center;
  margin-bottom: 50px;
}

.slucajevi p {
  text-align: center;
  width: 80%;
  display: block;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 45px;
}

.slucajevi img {
  border-radius: 8px;
}

.right {
  float: right;
}

@media (min-width: 768px) {
  .v-align {
    position: relative;
  }
  
  .v-align div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .visible-sm {
    display: none;
  }

  .image-95 {
    max-width: 95%;
  }

  #biografija img {
    max-width: 550px;
  }

  .ortopedija-image {
    background-image: url('../images/fiksna-pocetna.webp') !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ortopedija-image img {
    display: none;
  }

  footer hr {
    display: none;
  }

  #najcesce-procedure .procedure {
    min-height: 370px;
  }
}

@media (max-width: 1200px) {
  #najcesce-procedure .row div {
      margin-bottom: 20px;
  }
}

@media (max-width: 1100px) {
  .hero-text {
    left: 0;
    top: 10%;
  }
}

@media (max-width: 990px) {
  footer {
    padding-top: 50px;
  }

  footer .row hr {
    width: 70%;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffffa3;
  }

  footer .row div {
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }

  footer .row div p {
    max-width: unset;
  }

  footer .radno-vreme {
    display: block;
    margin: 10px auto !important;
  }

  footer .radno-vreme ul {
    text-align: left;
  }    
}

@media (max-width: 768px) {
  .visible-sm {
    display: block
  }

  .section-spacing {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .hidden-sm {
    display: none;
  }

  .hero-image {
    height: 50%;
  }

  .hero-text {
    position: relative;
    top: 15%;
    left: 0;
  }

  .hero-text h2 {
    font-size: 50px;
  }
  
  .hero-text p {
    font-size: 20px;
    display: none;
  }

  .sub-title {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .ortopedija-image {
    padding: 0;
  }

  #my-gallery h1 {
    text-align: center;
  }

  .slucajevi p {
    width: 100%;
  }

  .slucajevi img {
    margin-bottom: 10px;
  }
}

.v-align div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

