/* Move down content because we have a fixed navbar that is 50px tall */


.jumbotron{
    height: 350px;
background: url("../img/header_mail.jpg") center center no-repeat;
background-color: rgba(255,255,255,.9);
background-size:100%;

	margin-bottom:0;
	margin-top: -20px;
	z-index: -2;
  padding-top: 0;


    }


@media (max-width: 767px){
.jumbotron {
    height: 250px;
  /*  background: url("../img/planning.png") center no-repeat;*/
    background-size:100%;


}


@media (max-width: 420px){
.jumbotron {
    height: 170px;
  /*  background: url("../img/planning.png") center no-repeat;*/
    background-size:100%;


}
