body {
  background-image: url('/img/bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.navbar-prospect{
  background: #002907 !important;
}

footer{bottom:0;}