/* -------------------- BLANK -------------------- */

.blank {
	background: url(img/blank.svg) no-repeat center center #FAFAFA;
	background-size: 30%;
}

@media only screen and (max-width: 744px) and (orientation: portrait) {
	
	.blank {
		background: url(img/blank.svg) no-repeat center center #FAFAFA;
		background-size: 25%;
	}

}

/* -------------------- BUSINESS -------------------- */

#skyline {
	background: url(img/skyline.webp) no-repeat center center #192B33;
	background-size: 75%;
}

#larkspur {
	background: url(img/larkspur.webp) no-repeat center center #E7EEEA;
	background-size: 75%;
}

#themonte {
	background: url(img/themonte.svg) no-repeat center center #180055;
	background-size: 45%;
}

#recoverycafe {
	background: url(img/recoverycafe.webp) no-repeat center center #EBD0B7;
	background-size: 60%;
}
