#bodyDiv{
	background-repeat: no-repeat;
	position: relative;
	margin-bottom:0; 
}
.jumbotron{
	/*color: #4169e1;*/
	height:350px;
	color: white;
	background-image: url("../images/car.jpg");
	font-weight: bold;
	background-size:cover;
	background-position: 30% 30%;
	background-color: inherit;
	padding: 0;
	text-align: center;
}
 p{
	text-indent:30px;
	line-height: 8pt;
}
.pChild{
	text-indent: 60px;
}
.col-md-4{
	text-align: left;
}
.footer{
	position: relative;
}