div#main-form-home {
	position: relative;
    background: url(../img/happy-couple-car-dealership_test2.jpg) no-repeat center center;
    background-size: cover;	
}

div#main-form-home:before {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	content: '';	
	background: rgb(44 104 46 / 64%);
}

span#main-title {
	color: white;
	text-shadow: 0 2px 2px rgb(23 22 22 / 92%);
}


div.tabs-select-vehicle-type div.tab {
	background-color: #e2dbdb;
	opacity: 1;
}


div.search-section a.button-search-type {
	color: white;
	display: none;
}