/*
 Theme Name:   NS PKF v1
 Description:  Skeleton Child Theme, child theme of NS Core Theme
 Author:       North Street Creative
 Author URI:   https://northstreetcreative.com/
 Template:     ns-core-theme
 Version:      0.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, right-sidebar, accessibility-ready
 Text Domain:  proxy-theme
*/

.hero-block{
	position:relative;
}

.hero-block:before{
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	top:0;
	left:0;
}

.hero-block > div{
	position:relative;
}
