@charset "utf-8";

#bgStripeImp {
	width: 100%;
	height: 150px;
	display:table;
	position:fixed;
	margin-left: 0;
	background-color: black;
	transition: 0.5s;
	top: 0;
	left: 0;
}

#impTitle {
	padding-left:5%;
	letter-spacing:6;
	display:table-cell;
	vertical-align:middle;
	transition: 0.5s;
	will-change: transform;
	}
	
.mainImp{
	margin-top: 230px;
	padding-left: 5%;
	display: block;
	width: 60%;
	overflow-wrap: break-word;
 	word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    
	overflow:hidden;
	}
	
@media only screen and (max-aspect-ratio: 1/1) {
	.mainImp {width: 95%; padding-bottom: 100px;}
}

