/*
 Theme Name:   Shapely Child
 Theme URI:    http://crackingmedia.com
 Description:  Shapely Child Theme
 Author:       Mike Wheeler
 Author URI:   http://crackingmedia.com
 Template:     shapely
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  shapely-child
*/

/* CSS Document */

#shapely_home_parallax-2 h1,
#shapely_home_parallax-2 .mb32 p{
	line-height: 130%;
	text-shadow: 1px 1px 2px #000;
}

/* Mobile Styles */

@media all and (max-width:991px){
	
	
	#shapely_home_parallax-2 h1{
		font-size: 44px;
	}
	#shapely_home_parallax-2 .mb32 p{
		font-size: 28px;
	}	
	
	
	
}






/* Wide Styles */

@media all and (min-width:992px){
	
	
	#shapely_home_parallax-2 h1{
		font-size: 72px;
	}
	#shapely_home_parallax-2 .mb32 p{
		font-size: 42px;
	}	
	
	
	
	
}





























