body {
  overflow-x: hidden;
}

.navbar .navbar-brand {
  color: #e50000;
}

.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  color: #e50000;
}

.navbar .nav-item.active {
  border-bottom: #e50000 3px solid;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.carousel-item {
  height: 400px;
}

.carousel-image-1 {
  background: url('../img/abstract-architectural.jpg');
  background-size: cover;
  opacity: 0.9;
}

.carousel-image-2 {
  background: url('../img/chess-dark.jpg');
  background-size: cover;
  opacity: 0.9;
}

.carousel-image-3 {
  background: url('../img/business-computer.jpg');
  background-size: cover;
  opacity: 0.9;
}

#home-heading {
  min-height: 200px;
  background: url('../img/lights.jpg');
  background-attachment: fixed;
  text-align: center;
  color: #fff;
}

#page-header {
  height: 200px;
  background: url('../img/art-backlight-blur.jpg');
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

.about-img {
  margin-top: -50px;
}

#main-footer {
  color: #fff;
}

.help-block {
  font: red;
  color: red;
}
