body {
  overflow-x: hidden;   /* to disapper scroll bar on x axis */
}

.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar .nav-item.active {
  border-left: 3px solid #aaa;
} 

.carousel-item {
  height: 450px;
}

.my-carousel-img-1 {
  background: url('../img/image1.jpg');
  background-size: cover;
}

.my-carousel-img-2 {
  background: url('../img/image2.jpg');
  background-size: cover;
}

.my-carousel-img-3 {
  background: url('../img/image3.jpg');
  background-size: cover;
}

#home-heading {
  position: relative;
  min-height: 200px;
  background-image: url('../img/lights.jpg');
  background-attachment: fixed; /* gives parallax effect */
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.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: 150px;
  background-image: url('../img/media.jpg');
  background-attachment: fixed; /* gives parallax effect */
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: 0 -300px; */
  text-align: center;
  color: #fff;
}

#video-play a {
  color: #fff;
}

#page-header {
  height: 200px;
  background-image: url('../img/image1.jpg');
  background-position: 0 -350px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px; 
}


/* About page */
.about-img {
  margin-top: -50px;
}

/* Services page */
#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;
}