


	.welcomeText { 
		text-align: justify; 
		line-height: 130%;
		font-weight: 600;	
	}

	.footer div {
    	min-height: 180px;
    	text-align: center;
	}

	.footer .freeDelivery24service {
		margin-top: 13%;
		line-height: 25px; 
		color: red; 
		text-decoration: underline;"
	}

 	.navbar-header .navbar-toggle {
   		margin: 4% 23% 0 0;
   	}


@media (min-width:500px){
   .backgroundImage {
	   	background-image: url('../images/background.png');
	    background-size: 100% 450px;
	    background-repeat: no-repeat;
   }

	.modal-dialog {
		width: 850px
	}
	
   .menu {
   	  float: right;
   }

	.carMainImage {
		width: 120%;
	}

}




/** Smartphones 1234 */
@media (max-width:499px){

	.navbar-brand {
		width: 65%;
	}

   .backgroundImage {
	   	background-image: url('../images/background.png');
	    background-repeat: no-repeat;
   	    background-size: 100% 100%;
   }

   	.carMainImage {
		width: 100%;
	}


}