@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif&display=swap');

body {
  font-family: 'Roboto Serif', sans-serif;
  overflow-x: hidden;
}

.navbar .nav-link {
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar .nav-item.active {
  border-left: #444 3px solid;
}

.carousel-item {
  height: 800px;
}

.carousel-image-1 {
  background: url('../img/johnmontri.jpg') no-repeat center center/cover;
  /* background-size: cover; */
}

.carousel-image-2 {
  background: url('../img/JohnT.jpeg') no-repeat center center/cover;
  /* background-size: cover; */
}

.carousel-image-3 {
  background: url('../img/slondon.jpg') no-repeat center center/cover;
  /* background-size: cover; */
}

.carousel-caption h3 {
  padding-bottom: 30px;
}

#home-heading {
  position: relative;
  min-height: 200px;
  background: url('../img/lights.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

#video-play {
  position: relative;
  min-height: 200px;
  background: url('../img/media.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: 350px;
  background: url('../img/tkh.jpg') no-repeat center center/cover;
  /* background-position: 0 -360px; */
  background-attachment: fixed;
  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;
}

