.body {
  padding: 0;
  margin: 0;
  background: #f2f6e9;
}


.header {
  background-image:url('images/truck1.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

/*Makes the background image fade into the background more */
.overlay {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.description {
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -55%);
  text-align: center;
}


/*Title (Welcome to Barton Truck!) */
.description h1 {
  color: white;
}

/*description under the title */
.description p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
}

.title {
  padding: 8px;
  background: rgba(0, 0, 0, 0.6);
  border: 1.5px solid red;
}

/*Bottom of the page*/
.page-footer {
  background-color: #222;
  color: #ccc;
  padding: 30px 0 0px;
}
.footer-copyright {
  color: #BFBFBF ;
  padding: 10px ;
}

.footer-backdrop{
  background-color: white;
}

/* Allows the page to be viewed properly on phone */

@media (max-width: 575.98px) {
  .description {
    left: 0;
    padding: 0 15px;
    position: absolute;
    top: 10%;
    transform: none;
    text-align: center;
  }

  @media only screen and (max-width: 991px) {
    .nav-pills{
      display: inline-block;
    }
    .nav-item{
      padding: 2px;
    }
  }

  .description h1 {
    font-size: 2em;
  }

  .description p {
    font-size: 1.2rem;
  }

  .features {
    margin: 0;
  }
}

.logohspace{

  margin-left: 40px;
  margin-right: 40px;
}

.logo-images {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: 0.1px solid darkgrey;

}
