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


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

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


    }


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


}


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


}
