body {
  background: rgb(0, 0, 0);
  color: #fff;
}

.navbar {
  border-bottom: #d40b52 3px solid;
  opacity: 1;
  background-color: black;
}

.nav-link {
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.nav-item.active {
  border-left: #444 3px solid;
}

#home-section {
  background: url(../img/gray_background_illustrations.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  border-bottom: #0b30d4 3px solid;
}

#about-head-section {
  background-color: #0b30d4;
}

#home-section .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 650px;
  background: rgba(0, 0, 0, 0.3);
}

#home-section .home-inner {
  padding-top: 100px;
}

#explore-head-section {
  border-bottom: #fdfdfd 3px solid;
}
