@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700");

html,
body {
  font-family: "Poppins", sans-serif;
  height: 100%;
  width: 100%;
}

/* scroll-spy */
body {
  position: relative;
}

/*
nav {
  background-color: white;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
*/
footer {
  background-color: black;
  color: #e2e4e9;
}

footer p {
  color: #e2e4e9;
}

/*
.navbar-nav .active {
  border-bottom: 5px solid #fbb134;
}

.navbar-nav a {
  color: #004076 !important;
  border-bottom: 5px solid white;
  height: 65px;
  line-height: 50px;
}
.navbar-nav a:hover {
  color: white !important;
  background-color: #e50036;
  border-bottom: 5px solid #e50036;
  transition: background-color .3s;
}
*/
footer h3 {
  color: white;
}
footer h1 {
  color: white;
}

.nav-link {
  text-transform: uppercase;
}

.padding {
  padding: 2rem;
}
/*--- Map fix ---*/
.map {
  height: 450px;
}

/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
  padding: 1rem;
}

/*--- Icons ---*/

.icon-holder {
  display: flex;
  vertical-align: middle;
  justify-content: center;
  width: 4.3rem;
  height: 4.3rem;
  background-color: black;
  border-radius: 50%;
  margin: auto;
}

.fa-users,
.fa-shuttle-van,
.fa-file-signature,
.fa-stamp,
.fa-handshake,
.fa-thumbs-up {
  font-size: 2.2rem;
  color: #fbb134;
  margin: auto;
}

/* Horizontal rules */

.welcome hr {
  border-top: 2px solid #fbb134;
  width: 95%;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}

hr.light-75 {
  border-top: 1px inset #a3b9dc;
  width: 75%;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

/* Carousel */



.carousel-inner img {
  width: 100%;
  
}

/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0 !important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url("img/static2.jpg");
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.fixed-caption {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.fixed-caption h1 {
  font-size: 1000%;
  text-shadow: 1px 1px 15px #002147;
  color: #1a85ff;
}

/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
  padding: 1rem;
}

.vektori {
  display: block;
  margin: auto;
  height: 3rem;
  width: 3rem;
}
.vektori-kontakt {
  display: block;
  margin: auto;
  height: 4rem;
  width: 4rem;
}

/* -- top button --*/

#topButton {
  display: flex;
  vertical-align: middle;
  justify-content: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 2.3em;
  height: 2.3em;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background-color: #bfbfbf;
  border-radius: 50%;
}

#topButton::after {
  background-color: #fbb134;
}
#topButton:hover {
  cursor: pointer;
  background-color: #fbb134;
}
#topButton:active {
}
#topButton.show {
  opacity: 1;
  visibility: visible;
}
.fa-chevron-up {
  font-size: 1.9em;
  color: white;
}

/* -- buttons -- */

.btn-outline-secondary:hover {
  background-color: #fbb134;
  border: 1px solid #fbb134;
}
.btn-outline-light:hover {
  background-color: #fbb134;
  color: white;
  border: 1px solid #fbb134;
}
.btn-primary {
  background-color: #004076;
  border: 1px solid #004076;
}
.btn-primary:hover {
  /*background-color: #; */
  border: 1px solid #fbb134;
}

/* -- custom a -- */

.custom-a {
  text-decoration: none;
  color: #fbb134;
}
.custom-a:hover {
  text-decoration: none;
}

/* -- carousel -- */
.carousel-inner img {
  width: 100%;
}
.carousel-caption {
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
}
.carousel-caption h1 {
  font-size: 300%;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px #000;
}
.carousel-caption h3 {
  font-size: 130%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
}
/*
.carousel-indicators li {
  background-color: rgba(229,0,54,0.5);
}
.carousel-indicators li.active {
  background-color: rgba(229,0,54,1);
}
*/
.footer-bsb {
  width: 100%;
  display: flex;
  padding: 100px 0px;
  justify-content: space-between;
}
.footer-bsb .footer-nav-custom ul {
  list-style-type: none;
  padding-left: 14px;
}

.footer-nav-custom {
  display: inline-block;
  border-left: 10px solid #fbb134;
}

.carousel-item img { 
    width:100%;
    
}
.jumbotron {
    margin-bottom: 0;
}

.card-img-top {
    height: 660px;
  }


@media only screen and (max-width: 600px) {
  #onama h1 {
    font-size: 2rem;
  }
  #onama .padding {
    padding: 1rem 0rem;
  }
  #onama p {
    font-size: 14px;
  }
  .card-body ul li {
    font-size: 14px;
  }
  .carousel-caption h1 {
    font-size: 134%;
  }
  .carousel-caption h3 {
    font-size: 90%;
  }
  .card-img-top {
    height: 330px;
  }
}

@media only screen and (max-width: 420px) {
    .carousel-caption {
      top: 10%;
      transform: translateY(-24%);
    }
    
    .carousel-caption {
        font-size: 11px;
    }
}







