/* CSS Document {
	License:  Serendipity Salon and Spa (serendipitysalonwillimasville.com);
	Author:  Christopher Martone (christophermartone.com);
	Publisher:  OnCall Computer Solutions (oncallcorp.com);
}
*/
body {
	background: #F3EBFF;
}

/* Typography */
a {

}

/* Responsive */
@media (min-width: 767px) {
	html .uk-grid {
		margin-left: 0;
	}
}

@media (max-width:  767px) {
	html #showcase .uk-overlay.uk-position-right {
		position: relative !important;
	}
	.uk-grid {
		margin-left:  0px;
	}
	.uk-card {
		margin-bottom:  15px;
	}

}