

.jumbotron {
	background-color: #f4f4f4;
}

.strip-cyan {
	background-color: #4eacb4;
	margin-bottom: 0px;
}

.strip-top {
	height: 10px;
	background-color: black;
}
.strip-one  {
	height: 60px;
}

.strip-two {
	height: 80px;
}
.strip-three {
	height: 150px;
	margin-top: 50px;
}

p {
	text-align: center;
}

.btn-ck {
	color: black;
    font-weight: bold;
	background: #5ac7d0;

}

.img-responsive {
    margin: 0 auto;
}

.white {
	color: white;
	font-weight: bold;
}

h2 {
	font-weight: bold;
}

.img-header-text{
	padding-bottom: 10px;
	font-size: 20px;
	color: #4eacb4;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.left-pad{
		margin-bottom: 20px;
	}
}
