body {
  overflow-x: hidden;
  background-color: lightgray;
}


.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;

}

.navbar .nav-item.active {
  border-left: white 3px solid;
}

.carousel-item {
  height: 450px;
}

.carousel-image-1 {
  background: url('../img/green.jpg');
  background-size: cover;
  
}

.carousel-image-2 {
  background: url('../img/blured.jpg');
  background-size: cover;
}

.carousel-image-3 {
  background: url('../img/leaf.jpg');
background-size: cover;
opacity: 0.8;
}



#home-heading {
  position: relative;
  min-height: 300px;
  background: url('../img/branches.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color:white;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);

}

#video-play {
  position: relative;
  min-height: 250px;
  background: url('../img/branches.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 -300px;
  text-align: center;
  color: #fff;

}

#video-play a {
  color: #fff;
}

#page-header {
  height: 200px;
  background: url('../img/stranica4.jpg');
  background-position: 0 -360px;
background-attachment: absolute;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

.about-img {

  margin-top: -50px;


}

#faq .card {
  border: #444;
}

#faq a {
  color: #fff;
  text-decoration: none;
}

#faq .card-body,
#faq .card-header {
  background: #333;
}

#main-footer {
  background: #000;
  color: #fff;
}

#page-header{
  background:#32CD32;
  background-image: url('../img/green.jpg');
}

.container .row  .img-fluid {
  max-height: 400px;
}