@charset "utf-8";
/* Park CSS */

<!--
@import url('https://fonts.googleapis.com/css?family=Roboto+Cond:300');

body {
	font: 100%/1.4 'Roboto Cond', sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #fff;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}


@-webkit-keyframes htmlBkgr {
	0%	{
			position:absolute;
			background:url(http://www.hostingallsites.com/assets/images/bkgr1.jpg) no-repeat center center fixed; 
			height:100%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			overflow:hidden;
  		} /* 0ms initial values */
  
	25%	{
			position:absolute;
  			background:url(http://www.hostingallsites.com/assets/images/bkgr2.jpg) no-repeat center center fixed;  
			height:100%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			overflow:hidden;
		}     /* 2150ms still at half of animation */
	50% { 
			position:absolute;
			background:url(http://www.hostingallsites.com/assets/images/bkgr3.jpg) no-repeat center center fixed;  
			height:100%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			overflow:hidden;
		} /* 2300ms back to initial */
	75% { 
			position:absolute;
			background:url(http://www.hostingallsites.com/assets/images/bkgr4.jpg) no-repeat center center fixed;  
			height:100%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			overflow:hidden;
		} /* 2300ms back to initial */
	100%{ 
			position:absolute;
			background:url(http://www.hostingallsites.com/assets/images/bkgr5.jpg) no-repeat center center fixed;  
			height:100%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			overflow:hidden;
		} /* 6300ms still at initial */
}

html {
	position:absolute;
	background:url(http://www.hostingallsites.com/assets/images/bkgr1.jpg) no-repeat center center fixed; 
	height:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-animation-name: htmlBkgr;
	-webkit-animation-duration: 60s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-delay: 5s;
	overflow:hidden;
}

.content {
	width: 90%;
	text-align:center;
	top:30% !important;
	position:fixed;
	background:rgba(0,0,0,0.30);
	padding:3% 5% 3% 5% !important;
	border-top:1px solid rgba(255,255,255,0.20);
	border-bottom:1px solid rgba(255,255,255,0.20);
}
-->

