body {
	background: url("images/sky-clouds.jpg");
	background-size: cover;
	background-attachment: fixed;
	
	font-family: Helvetica, Arial, sans-serif;
}

/* Fix iOS image scaling bug */
.card-img, .card-img-bottom, .card-img-top {
	height: auto;
	min-height: auto;
}
