body {
    height: 100%;
    padding-top: 3.5rem;
  } 

  /* Thin out the marketing headings */
.featurette-divider {
    position: relative;
    top: 40px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
  }
  
  .container-footer {
    position: absolute;
    top: 1380px;
    left: 400px;
  }
  
  .col-md{
    text-align: center;
  }
  
  /* Center align the text within the three columns below the carousel */
  .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;
  }