body {
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      line-height: 1.8;
      color: #818181;
  }
  h1 {
      font-size: 10px;
  }
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h2.jumbo {
      font-family: 'Lato', sans-serif;
      font-size: 40px;
      color: #FFF;
      text-transform: none;
      font-weight: 400;
      margin-bottom: 10px;
  } 
  .framed-app {
      width: 100%;
      padding: 20px 20px;
  }
  p.jumbo {
      font-family: 'Lato', sans-serif;
  }
  img.jumbo {
      padding-bottom: 20px;
  }
  #copyright {
      font-size: 14px;
  }
  .footer-glyph {
      height: 30px;
      margin-bottom: 10px;
  }
  footer {
      font-size: 12px;
      color: #999;
  }
  #jumbotron-subtext {
      font-size: 14px;
      padding: 10px 0px;
  }
  .half-frame {
      width: 100%;
      padding: 10px 10px;
  }
  .jumbotron {
      background-color: #2575ba;
      color: #fff;
      padding: 0px 25px;
      font-family: Montserrat, sans-serif;
  }
  .container-fluid {
      padding: 5px 50px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }