﻿body {
    
    background-color : rgb(248, 248, 249);
}

  /* Custom container */
  .container {
    margin: 0 auto;
    max-width: 1000px;
  }
  .container > hr {
    margin: 60px 0;
  }
  
  .container h1 {
    padding-top : 50px;
  }

  /* Main marketing message and sign up button */
  .jumbotron {
    background : url("../background2.jpg") no-repeat scroll center center;
    padding: 60px 0;
    text-align: center;
    color : white;
  }
  .jumbotron h1 {
    font-size: 100px;
    line-height: 1;
    text-shadow : 2px 2px rgba(0, 0, 0, 0.50);
  }
  .jumbotron .lead {
    font-size: 24px;
    line-height: 1.25;
  }
  .jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
  }

  

    .footer {
        text-align : center;
    }