/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.creamBackground {
	background-color: #FFFDD0;
}

.grayBackground {

	background-color: #f8f9fa;
}

.textOrange {
	color: #fc3402;
}

.textBlue {
	color: #2f3068;
}

.simple-shadow {
  text-shadow: 2px 2px 2px #3b3b3d; /* Horizontal offset, Vertical offset, Blur radius, Color */
}