@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  columns: #505962;
}
.offset:before {
  height: 3.7rem;
  margin-top: -3.7rem;
  content: "";
  display: block;
}

.navbar {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  background-color: rgba(0,0,0,.6)!important;
}
.navbar-brand img {
  height: 2rem;
}
.navbar-nav li {
  padding-right: 0.7rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #f5f5f5;
  padding-top: 0.8rem;
} 
#naslovna .navbar-dark .navbar-nav .nav-link:hover,
#naslovna .navbar-dark .navbar-nav .nav-link.active {
  color: #ffff22;
}
.dropdown-menu {
  font-size: 0.7rem;
}

/*-- SLIDER --*/
.carousel-item {
  height: 100vh;
}

.carousel-caption {
  position: absolute;
  top: 25%;
  text-transform: uppercase;
  width: 100%;
  right: 0;
  left: 0;
}
.carousel-caption h1 {
  font-size: 3.8rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  text-shadow: .2rem .2rem .9rem black;
}
.carousel-caption h5 {
  letter-spacing: 0.2rem;
  text-shadow: .2rem .2rem .9rem black;
  padding-bottom: 2rem;
  font-size: 0.7rem;
}
.carousel-caption h3 {
  letter-spacing: 0.2rem;
  text-shadow: .2rem .2rem .9rem black;
  font-size: 1rem;
  padding-bottom: 2.5rem;
}
.carousel-caption a {
  letter-spacing: 0.2rem;
  text-shadow: .2rem .2rem .9rem black;
  font-size: 0.7rem;
}
.btn-lg {
  border-radius: 0;
  font-size: 1.1rem;
}

.p-hr {
  font-size: smaller;
  color: darkgrey;
}

/*  USLUGE */
#usluge {
  background-color: #E5E5E5;
}
.card-header {
  font-weight: 700;
  text-align: center;
  scroll-margin-top: 5.7rem;
}
.carousel-item-ro {
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
  margin-right: -100%;
  height: 220px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

/* reference */
.jumbotron {
  border-radius: 0;
  padding: 3rem 0 3rem;
  margin-bottom: 0;
  width: 100%;
}
h3.heading {
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 1.9rem;
}
.heading-underline {
  width: 3rem;
  height: .2rem;
  background-color: #2c70c5;
  margin: 0 auto 2rem;
}

/* --- Reference ---*/
.ref img {
  max-width: 100%;
  transition: transform 0.5s ease;
}
.row.no-padding [class*=col-] {
  padding: 0;
}
.ref img:hover {
  transform: scale(1.1);
  cursor: zoom-in;
}
.ref {
  overflow: hidden;
}
.razmak {
  padding-bottom: 4rem;
}

/* kontakt */

#kontakt {
  background-color: #f2f2f2;
  border-top: 1px solid #383838;
  padding-top: 3.7rem;
  width: 100%;
}
input[type=checkbox]{
  margin-bottom: .5rem;
}
textarea {
  resize: vertical;
}
/*
.g-recaptcha {
  display: inline-block;
}*/
#mapa {
  border-top: 2px solid gray ;
}
.map-responsive {
  overflow:hidden;
  padding-bottom:40%;
  position:relative;
  height:0;
}

.map-responsive iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position: absolute;
}




.status {
  font-size: 1rem;
  color: green;
  padding: 1rem;
}
.status span {
  color: red;
}


.btnsend{
  margin-bottom: 1rem;
}

.tel-mail:link,
.tel-mail.active,
.tel-mail:visited {
  color: #383838;;
  text-decoration: none;
}
.tel-mail:hover {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
.kont {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}

.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}

/* slajderi */
@media (max-width:767px) {
    .carousel-caption h1 {
      font-size: 2.3rem;
      letter-spacing: 0.1rem;
    }
    .carousel-caption h5 {
      padding-bottom: 4rem;
      font-size: 0.7rem;
    }
   .carousel-caption a {
      letter-spacing: 0.2rem;
      text-shadow: .1rem .1rem .8rem black;
      font-size: 0.7rem;
  }
    .btn-lg {
      font-size: 1.1rem;
  }
}
/*============= COURSE SECTION =============*/

.narrow {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.btn-md {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.1rem;
  text-transform: uppercase;
  margin: 1rem;
}

.btn-secondary {
  background-color: #37669e !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #213b5c !important;
}

.map-container{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  }
  .map-container iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }

.map-container {
  border-top: 1px solid #383838;
}
footer {
  text-align: center;
  font-size: 0.6rem;
  background-color: #383838;
  color: whitesmoke;
  padding: 1rem;
}
/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/