body {
	background-color: #FFF;
	background-image: url("../img/wheelsUP.png");
}

h1{
	font-family: "Montserrat", "sans-serif;";
	color: #000;
	font-size: 1.5em;
	line-height: 1.3em;
	
}
.jumbotron {
	background-image: url("../img/background.png");
	background-color: #FF8E00;
	background-repeat: no-repeat;
	
	/*background-size: cover;*/
}
div.col-sm-3 {
	border: thin solid #F7931D;	
	/*height: 330px;*/
}
@media only screen and (min-device-width : 375px) and (max-device-width : 480px) {
/* Styles */
h1{
	font-size: 2em;
	line-height: 1.5em;
	color: #FFF;
}
div.col-sm-3 {
	/*border: thin solid #F7931D;*/	
	margin-bottom: 2px;
}
}


/* Smartphones (portrait and landscape) ----------- */

