html {
    font-size: 1rem;
  }
  
  @include media-breakpoint-up(sm) {
    html {
      font-size: 1.2rem;
    }
  }
  
  @include media-breakpoint-up(md) {
    html {
      font-size: 1.4rem;
    }
  }
  
  @include media-breakpoint-up(lg) {
    html {
      font-size: 1.6rem;
    }
  }

body {
    background: url(img/bg_pat.png) top left repeat;
}


.navbar-brand img {
    margin-bottom: 1rem;
}


.navbar-brand {
    font-weight: 700;
    color: #57606f;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
}


.navbar-brand strong {
    color: #B71C1C;
    font-weight: 700;
}

.navbar-brand span {
    font-size: 1.2rem;
    font-weight: 400;
}

#navGlavna {
    background: #ededed;
}

#navGlavna ul li a {
    font-size: 1rem;
    font-weight: 400;
}

#navGlavna .separator {
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.1);
    font-weight: 900;
}



/* Carousel base class */
.carousel {
    margin-bottom: 2rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 32rem;
  }
  
  
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }

  .odlikeLista .row div {
    text-align: center;
  }

  .odlike {
    margin: 2rem auto;
    display: block;
    background: #ededed;
    border: 5px dashed rgba(0, 0, 0, 0.1);
    width: 80%;
    padding: 2rem 0 0 0;
    transition: all 0.3s;

  }

  .odlike i {
    font-size: 4rem;
    margin: 0 auto;
    color: #B71C1C;
    border: 5px dashed rgba(0, 0, 0, 0.1);
    width: 10rem;
    height: 10rem;
    display: block;
    line-height: 10rem;
    border-radius: 50%;
    transition: all 0.3s;

  }

  .odlike:hover {
      border-color: #ededed;
  }

  .odlike:hover i {
      border-color: #ededed;
      background: #B71C1C;
      color: #FFF;
  }

  .odlike p {
      font-size: 1.4rem;
      color: rgba(0, 0, 0, 0.4);
      transition: all 0.3s;
      margin: 1rem 0;
  }

  .odlike:hover p {
      color: rgba(0, 0, 0, 0.8);
  }

  .lokacija {
      background: url(img/mapa.jpg) top right no-repeat;
      background-size: cover;
  }

  .lokacija .jumbotron {
      background: transparent;
      margin: 0;

  }

  .lokacija {
      color: #FFF;
      text-shadow: 1px 1px 0px #000;
  }

  .lokacija h1 {
      font-weight: 700;
  }

  #myCarousel {
      margin-top: 40px;
  }

#myCarousel .carousel-caption h1 {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
    color: #111;
    display: inline-block;
    padding: 0.5rem;
}

#myCarousel .carousel-caption p {
    text-shadow: 1px 1px 0px #000;
    background: rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 0.5rem;
}


.mainFooter {
    background: #111 url(img/bg_footer.png) top left repeat;
}

.informacije span {
    display: inline-block;
}

.informacije .cright::before {
    width: 70px;
    height: 70px;
    display: block;
    background: url(img/logo_footer.png) top center no-repeat;
    background-size: cover;
    content: "";
    margin: 0 auto;
}

.informacije .cright {
    text-align: center;
    color: #FFF;
}

.informacije {
    text-align: center;
}

.informacije .row div {
    color: rgba(255, 255, 255, 0.1);
}

.informacije .row .col-12:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.informacije .row .col-12:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.informacije .row .col-12 {
    margin: 10px 0;
}


.informacije span {
    font-weight: bold;
}

.informacije .row::before {
    display: block;
    width: 30%;
    height: 1rem;
    content: "";
    border-bottom: 5px double rgba(255, 255, 255, 0.1);
    margin: 0 auto 1rem auto;
}


.lokacija a {
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0.6rem 2rem;
    border: 3px dashed rgba(255, 255, 255, 0.4);
    background: #B71C1C;
    transition: all 0.3s;
    letter-spacing: 0.1rem;
    margin: 1rem 0 0 0;
}

.lokacija a:hover {
    background: #fff;
}

.lokacija h1.display-7 {
    display: block;
}

.lajn {
    display: block;
    width: 100%;
    height: 0.1rem;
    background: #B71C1C;
}

.lajn2 {
    display: block;
    width: 100%;
    height: 0.3rem;
    background: #fff; 
}

#uslugeSlider .carousel-item {
    height: 15rem;
  }
 #uslugeSlider .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 15rem;
  }

#uslugeSlider .carousel-caption h1 {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
    color: #111;
    display: inline-block;
    padding: 0.5rem;
}

#uslugeSlider .carousel-caption p {
    text-shadow: 1px 1px 0px #000;
    background: rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 0.5rem;
}
