.body {
  background-color: #363636;
}


.navbar-brand {
  margin-left: 2%;
  text-align: center;
  background-position: center;
}

.navbar ul li a {
  display: block;
  padding: 0.7rem 1rem;
  transition: all 0.4s linear;
}

.navbar ul li a:hover {
  color: #3b6586c5;
}


.carousel-item {
  height: 33rem;
  background-color: rgb(0, 0, 0);
  color: rgba(230, 227, 227, 0.671);
  position: relative;
  margin-bottom: 3%;
}

.overlay-image {
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  top: 0%;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
}

.carousel-caption {
  transition: all 0.4s linear;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: larger;
  font-weight: bold;
  height: 18rem;
  bottom: 3rem;
  margin-top: 5rem;
  padding: 5%;
  z-index: 20;
  text-align: center;
  color: #e9e9e9;
}

.carousel-indicators {
  height: 6rem;
}

.container .marketing {
  background-color: darkgray;
}


.row .col-lg-4 {
  margin-left: 0%;
  margin-right: 0%;
  text-align: center;
  color: white;
}


.fw-normal {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: white;
}


.b-example-divider {
  height: 3rem;
  background-color: rgb(255, 255, 255);
  border: solid rgb(255, 255, 255);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.featurette-divider {
  margin-bottom: 5%;
  margin-top: 5%;
  color: white;
}

.featurette-divider-2 {
  margin-top: 5%;
  margin-bottom: 5%;
  color: white;
}

.featurette-divider-3 {
  margin-top: 5%;
  margin-bottom: 5%;
  color: white;
}

.featurette-divider-4 {
  margin-top: 5%;
  margin-bottom: 5%;
  color: white;
}

.row .col-md-7 {
  margin-top: 10%;

}


.col-md-7 {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: larger;
  color: white;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

}

.featurette-heading .fw-normal .lh-1 {
  font-weight: bolder;
  font-size: small;
  color: white;
}


.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  color: white;
}

#footer {
  background-color: #202020;
  background-position: center;
}

#footer .footer-widgets {
  padding: 30px 0;
}

#footer .footer-widgets.alt {
  border-top: 5px solid #d6d1d1;
}

#footer .footer-widgets a {
  color: #fff;
}

#footer .footer-widgets a:hover {
  color: #2a5ca7;
}

#footer .footer-widgets .widget .widget-title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #727171;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(231, 226, 226);
}