body {
  background-color: #333;
 
}

.navbar {
  border-bottom: #c0392b 3px solid;
  opacity:1;
}

#home-section {
  background: url('/img/bg1.jpg') no-repeat;
  min-height: 68vh;
  background-size: contain;
  background-attachment: fixed;
}

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

.home-inner {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .home-inner {
    padding-top: 150px;
  }
}
