@import url(bootstrap.css);
body {
	position: absolute;
	font-family: "Roboto Condensed", sans-serif;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #fff;
	background: url(../bg0.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transform: scale(1);	
}
.bg-info {
	background-color: #f00!important;
}
p.pp {
	font-size: 24px;
}
#param-img {
	max-width: 80%;
	max-height: 400px;
}
#param-timeline {
	width: 100%;
	height: 60px;
	border: 0px solid red;
	border-radius: 2px;
	margin: auto;
	margin-top: 40px;
}

#param-timeline div {
	background-color: white;
	height: 100%;
	width: 0%;
}
span#param-time {
	color: transparent;
}

.border {
	border: 0px solid!important;
}
.h1, h1 {
	font-size: 4.2rem!important;
}
.h5, h5 {
	font-size: 4.0rem!important;
	font-weight: 600;
}
.h4, h4 {
	font-size: 18.5rem!important;
	font-weight: 600;
	padding-top: 2%;
}
.h2, h2 {
	font-size: 10.5rem;
}
.h3, h3 {
	font-size: 10.5rem;
}
.center{
	text-align: center;
}
.push50{
	padding-top: 50px;
}
.push20{
	margin-top: 20px;
}
.push10{
	margin-bottom: 20px;
}

#param-img {
	max-width: 80%!important;
	max-height: 80%!important;
}
