* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Summit Leasing Kalkulator IFrame */
#enostavnoIframe {
  width: 100%;
  /* height: 500px; */
  border: none;
}

/*
.container {
  max-width: 960px;
  margin: auto;
  overflow: hidden;
  padding: 0 3rem;
}
*/

.navbar {
  background-color: #262626;
}

.nav-link {
  color: Gainsboro !important;
}
.nav-link:hover {
  color: #89C238 !important;
}

.dropdown-item {
  color: Black !important;
}
.dropdown-item:hover {
  color: #008080 !important;
}

.footer {
  background-color: #262626;
  color: Gainsboro;
}

.footer a:link {
  color: Gainsboro;
}

.footer a:visited {
  color: Gainsboro;
}

.footer a:hover {
  color: #89C238;
  text-decoration: none;
}

.footer a:active {
  color: Gainsboro;
}

.footer .btn.btn-social {
  margin-right: 5px;
  color: Gainsboro;
  border: 1px solid Gainsboro;
  border-radius: 38px;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  color: #89C238;
  border-color: #89C238;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: Gainsboro;
  font-weight: normal;
  transition: .3s;
}

.footer .btn.btn-link:hover {
  color: #89C238;
  text-decoration: none;
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.card-img-top {
  object-fit: cover;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f061";
  font-weight: 900;
}

.HTMLBesedilo li {
  margin-left: 50px;
}

/* Responsive breakpoints are mostly based on minimum viewport widths and allow us to scale up elements as the viewport changes. */
/* Bootstrap primarily uses the following media query ranges or breakpoints: */

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

  .card-img-top {
    height: 40vh;
  }

  .responsive-card-text {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .card-img-top {
    height: 30vh;
  }

  .responsive-card-text {
    font-size: 24px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .card-img-top {
    height: 40vh;
  }

  .responsive-card-text {
    font-size: 26px;
  }

  h3 {
    font-size: 30px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .card-img-top {
    height: 40vh;
  }

  .responsive-card-text {
    font-size: 30px;
  }
}


/* We occasionally use media queries that go in the other direction (the given screen size or smaller): */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/* Extra large devices (large desktops) */
/* No media query since the extra-large breakpoint has no upper bound on its width */







