body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	text-align:left;
}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.bold {
	font-weight: bold;
}
.header {
	text-align:center;
}
.header img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.center {
    margin: auto;
    width: 100%;
}
@media(min-width:992px) {
	.center {
		width: 60%;
	}
}
.jumbotron  {
	padding: 30px 60px;
	margin: 20px 0 60px; 
	color: #3b3b3b;
	background-color: #cfe2ff;
	border-radius:6px;
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
}
.jumbotron.danger {
	background-color: #f5c2c7;
	color:#842029;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.jumbotron .h1, 
.jumbotron h1 {
    font-size: 46px;
}
.jumbotron p {
    font-size: 33px;
}
#progress-bar {
	width: 100%;
	height: 30px;
	background-color: #b2b2b2;
	position: relative;
}

#progress {
	height: 100%;
	width: 100%;
	background-color: #007bff;
	transition: width 1s linear;
	transform-origin: top right;
	position: absolute;
}

#progress-text {
	font-family: sans-serif;
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

