.contactBar {
  	background-image: url("../assets/map.svg");
	background-color: rgb(247, 250, 252);
}

.check ul {
   list-style: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -1em;
}

.check li {
  list-style-image: url("../assets/check.png");
	padding-left: 1.3em;
  text-indent: -1em;
}

.smallHeader {
  width: 100%;
  height: auto;
  background-image: url("../assets/responsive/AdobeStock_88718618.jpeg");
  background-size: contain;
  background-repeat: no-repeat;
 }

 
 .footera{
    background: url(../assets/responsive/highlight-bg4.jpg);
    background-size: cover;
    background-position: center center;		
    color: #fff;
    font-family: 'LatoRegular';
}

.footera1{
    background: url(../assets/responsive/highlight-bg4.jpg);
    background-size: cover;
    background-position: center center;		
	color: #fff !important;
	text-decoration: none !important;
    font-family: 'LatoRegular';
	
}


 
 .footer{
    background: url(../assets/footer.jpg);
    background-size: cover;
    background-position: center center;		
    color: #fff;
}

.footer1{
    background: url(../assets/footer.jpg);
    background-size: cover;
    background-position: center center;		
	color: #fff !important;
	text-decoration: none !important;
}
 

.fixBG{
    background: url(../assets/responsive/highlight-bg3.jpg);
	padding: 20px 0 20px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;		
    margin-bottom: 40px;
    min-height: 200px;
}

.fixBGAdvice{
    background: url(../assets/VWT6_SportCamper_08.jpg);
	padding: 20px 0 20px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;		
    margin-bottom: 40px;
    min-height: 200px;
}

