/* ==========================================================================
   ForceFive New Front-Page Styles
   ========================================================================== */

.section-slider {
	padding: 0 !important;	
}

.overlay-bg {
	background-color:rgba(0, 0, 0, 0.5) !important;
	position:absolute;
	z-index:4;
	width:100%;
	height:100%;
	top:0;
}

.overlay-bg2 {
	background-color:rgba(0, 0, 0, 0.5) !important;
	/*background-color:rgba(23, 192, 201, 0.3) !important;*/
	position:absolute;
	z-index:20;
	width:100%;
	height:100%;
	top:0;
}


.site-title h1 {
    /* margin-top: 20px; */
    /* margin-top: 1.25rem; */
    line-height: 65px;
    margin: 0 !important;
    vertical-align: middle;
}
	.page_impact {
		padding: 11rem 0;
	}

	.page_impact_sub {
		padding: 6rem 0;
	}


	.section-header {
		padding: 2rem 0;
		position: relative;
		z-index: 50;
	}

	.section-header-sub {
		padding: 1rem 0;
		position: relative;
		z-index: 50;
	}


	.col_header {
		width:49.2% !important;
	}

.parallax {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-section  {
	color: #fff;
	position: relative;
}

.parallax-content {
	position: relative;
	z-index: 5;
}

@media only screen and (min-width: 40em) { 
	.col_header {
		width:49.2% !important;
	}
	.section-header {
		padding: 4rem 0;
	}
	.page_impact {
		padding: 13rem 0;
	}

	.page_impact_sub {
		padding: 9rem 0;
	}

	
}

@media only screen and (min-width: 50em) { 
	
}