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

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

.overlay-bg {
	background-color:rgba(0, 0, 0, 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;
}

	
@media only screen and (min-width: 40em) { 
.div_outter {
    height: inherit;
    display: inline-table;
    width: 100%;

}

.div_inner {
	display: table-cell;
	vertical-align: middle;
}

	
	
}

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