/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
  margin:0;
  padding:0;
  background: url(/images/darlingduo/darling_fond.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardis�e */
}

.jumbotron {
    position: relative;
    background: url("#") center center;
    width: 100%;
    height: 60%;
    background-size: cover;
    overflow: hidden;
	color: #dddfd8;
}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f500;
  text-align: center;
}