body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #000000;
  background-color: #1b1919 !important;
  font-weight:500;
}

.bg-dark{
   background-color: #0a0a0a !important;
}

.carousel {
  margin-bottom: 1rem;
}

.carousel-caption {
  color: #ffffff;
}

.btn-outline-success {
    color: #fff;
    border-color: #fff;
}

.btn.btn-outline-success:hover {
    background-color: #454a4e; 
    border-color: #fff;
}

.btn.btn-outline-success:active {
    background-color: #44484d;
    border-color: #fff;
}

.btn.btn-lg.btn-primary{
  color: #fff;
  border-color: #fff;
  background-color: #47494b !important;
}


.carousel-caption {
  bottom: 8rem;
  z-index: 10;
}

.carousel-item {
  height: 35rem;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 35rem;
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


.featurette-divider {
  margin: 5rem 0; 
  background-color: #edeff1;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  /*z-index: 1; Sit on top */
  padding-top: 55px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.featurette-heading {
  color: white;
}

.lead {
  color: white
}
