.header {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background: url(../../resources/img/bg.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


    /* Remove the navbar's default rounded borders and increase the bottom margin */ 
    .navbar {    
      border-radius: 0;    
      margin-bottom: 0px;
      color : white;
    }

    /* Remove the jumbotron's default bottom margin */ 
     .jumbotron {
      margin-top: 0;
       margin-bottom: 50px;
       
    }
     .navbar-brand{
      margin-right:100px;
   }
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }
