body {
	background: #666666;
	min-height:500px;
	font-family: 'open_sansregular', sans-serif;
}
.clear{
	clear:both;
}

.col-centered{
	float: none;
	margin: 0 auto;
	text-align: center;
}
.cust_h1{
	font-family: 'open_sansregular', sans-serif;
	font-size: 50px !important;
	text-align:center;
	font-weight:bold;
	margin: 0;
}
.jumbotron {
	margin-bottom: 75px;
	margin-top: 10px;
}