@charset "utf-8";
.jumbotron {
  background-image: url("../site-files/man-in-auto-body-shop.jpg");
  background-size: cover;
}.container-bg {
	background-color: #FFFFFF;
}
body {
	background-color: #3B3947
}
.font-size {
	font-size: 22px;
}
.font-white {
	color: #FFFFFF;
}

.cpntainer-bg1 {
	background-color: #63A0C9;
}

.row {

}
.bg-grey {
	background-color: #585858;
}
footer {
	text-align: center;
	position: relative;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 35px;
	background-color: #000000;
	color: #A4A2A2;
}