body {
	color: #393747 !important;
}

.bg-cream {
	background-color: #fbf2ef;
}

.bg-blush {
	background-color: #e19189;
}

.bg-light-blue {
	background-color: #e9e9f2;
}

.bg-light-blue {
	background-color: #e9e9f2;
}

.bg-purple {
	background-color: #7768a5;
}

.bg-yellow {
	background-color: #ffeb3b;
}

.text-charcoal {
	color: #393747 !important;
}

.text-blush {
	color: #e19189 !important;
}

.hide-desktop {
	display: none !important;
}

.menu-bar span .subnav-alt {
	width: 700px !important;
}

@media screen and (max-width: 1016px) {
	.hero-image {
		min-height: 800px;
	}
}

@media screen and (max-width: 1016px) {
	.hide-mobile {
		display: none !important;
	}

	.hide-desktop {
		display: block !important;
	}

}