// * ---------------------------------------------------------------------------    
// 
//       __ __  __
//     /  /   /   /     __/__/__
//     \ /   /   /  __   /  /  __  (/__
//      /   /   / /  /  /  /  /__) /  /
//     /   /   / (__/__/_ /__/____/  /_/
//             \
//               SOLUTIONS
// 
// 
//	=Component - Hero Text
//
// 	A text based hero
//
// ---------------------------------------------------------------------------- */

@import 'inc/c.hero-text-vars';


// ------------------------------------------------
//	Output the text hero styles
// ------------------------------------------------
#{ $mk-component-hero-text-selector } {

	&--overhang {

		margin-bottom: -( mk-base-spacing-unit( large ) * .75 );

	}	

}