@import url('animate.css');
body {
    overflow-x: hidden;
}

.minihero {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: auto 100%;
    position: relative;
	max-height: 841px;
}
.minihero .pfirst {
	
}
.minihero .psecond {

}

.minihero .duration1s 	{-webkit-animation-duration: 1s;animation-duration: 1s;}
.minihero .duration2s 	{-webkit-animation-duration: 2s;animation-duration: 2s;}
.minihero .duration3s 	{-webkit-animation-duration: 3s;animation-duration: 3s;}
.minihero .duration4s	{-webkit-animation-duration: 4s;animation-duration: 4s;}
.minihero .duration5s 	{-webkit-animation-duration: 5s;animation-duration: 5s;}
.minihero .duration6s 	{-webkit-animation-duration: 6s;animation-duration: 6s;}
.minihero .duration7s 	{-webkit-animation-duration: 7s;animation-duration: 7s;}
.minihero .duration8s 	{-webkit-animation-duration: 8s;animation-duration: 8s;}
.minihero .delay1s 		{-webkit-animation-delay: 1s; animation-delay: 1s; }
.minihero .delay2s 		{-webkit-animation-delay: 2s; animation-delay: 2s; }
.minihero .delay3s 		{-webkit-animation-delay: 3s; animation-delay: 3s; }
.minihero .delay4s 		{-webkit-animation-delay: 4s; animation-delay: 4s; }
.minihero .delay5s 		{-webkit-animation-delay: 5s; animation-delay: 5s; }
.minihero .delay6s 		{-webkit-animation-delay: 6s; animation-delay: 6s; }
.minihero .delay7s 		{-webkit-animation-delay: 7s; animation-delay: 7s; }
.minihero .delay8s 		{-webkit-animation-delay: 8s; animation-delay: 8s; }


.minihero-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.org-minihero-text {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    color: #ffffff;
	width: 1170px;
	max-width: 90%;
}
.minihero-text {
    text-align: left;
    position: relative;
    color: #ffffff;
	width: 1260px;
	max-width: 90%;
	margin: auto;
	height: 100%;
}

.minihero-text h1 {
	color: #fff;
	border: 0px solid #fff;
	padding: 10px 0;
	font-size: 72px;
	font-size: 5vw;
	font-weight: 300;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
    font-family: inherit;
}
.minihero-text p.pfirst {
	position: absolute;
	top: 150px;
	color: #fff;
	border: 0px solid #fff;
	padding: 10px 0;
	font-size: 48px;
	/* font-size: 6vmin; */
	line-height: 70px;
	font-weight: 700;
	width:50%;
	/* letter-spacing: 2px; */
	/* text-shadow: 1px 1px 1px #000; */
    /* font-family: inherit; */
}
.minihero-text p.psecond {
	position: absolute;
	bottom: 25px;
}
@media(max-width:991px){
	.minihero-text p.pfirst {
		font-size: 32px;
		line-height: 40px;
		width:75%;
	}
}