@import url('https://fonts.googleapis.com/css?family=Roboto:300,700');
@import url('animate.css');
body {
    overflow-x: hidden;
}

.mini-v-hero {
    position: relative;
	overflow: hidden;
}
.mini-v-hero .pfirst {
	
}
.mini-v-hero .psecond {

}

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


.mini-v-hero-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.mini-v-hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
	width: 80%;
    font-family: 'Roboto', sans-serif;
}

.mini-v-hero-text h1 {
	color: #fff;
	border: 0px solid #fff;
	padding: 10px 0;
	font-size: 72px;
	font-size: 5vw;
	font-weight: 700;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
    font-family: inherit;
}
.mini-v-hero-text p.pfirst {
	color: #fff;
	border: 0px solid #fff;
	padding: 10px 0;
	font-size: 28px;
	font-size: 3vmin;
	font-weight: 700;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px #000;
    font-family: inherit;
}
.mini-v-hero-text p.psecond {
	color: #fff;
	border: 0px solid #fff;
	padding: 10px 0;
	font-size: 18px;
	font-size: 2.5vmin;
	font-weight: 400;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
    font-family: inherit;
}
.mini-v-hero-text a.button {
	color: #fff;
	background-color: rgb(76, 175, 80);
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
	text-shadow: none;
    display: inline-block;
	border-radius: 5px;
}
.mini-v-hero-text a.button:hover {
	background-color: rgb(66, 165, 70);
    text-decoration: none;
}

.video-background { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
}
