/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

/*.dancing-script-head {
	font-family: "Dancing Script", cursive;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}*/

.text-9:hover {
	-webkit-transform: skewY(2deg) skewX(15deg) scale(1.1);
	transform: skewY(2deg) skewX(15deg) scale(1.1);
	text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2);
}

.move {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;

}

.move:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}