
body {
    font-family: Asap;
    font-style: normal;
    font-weight: 400;
    color: #484848;
}
p, li {
    font: 400 normal medium Asap;
}
h1, h2, h3, h4 {
    font-family: Asap;
    font-style: normal;
    font-weight: 700;
}
.navbar {
	-webkit-box-shadow: 0px 5px 5px rgba(136,118,118,0.74);
	box-shadow: 0px 5px 5px rgba(136,118,118,0.74);
	background-color: rgba(254,254,254,0.95);
}
#section4 .panel-heading, #section4  .panel-body, #section4  .panel {
	background-color: #DFF0D8;
	border: none;
}
#section2 .panel-heading, #section2  .panel-body, #section2  .panel {
	background-color: #F2DEDE;
	border: none;
}
.help-block li {
	font-size: 12px;
}
.carousel-caption {
	background-color: rgba(109,109,109,0.56);
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	padding-top: 0px;
	bottom: 0px;
	height: 70px;
	right: 15%;
	width: auto;
	left: 15%;
}
.carousel-caption h3 {
	margin-bottom: 5px;
	margin-top: 10px;
}
.carousel-indicators {
	bottom: -35px;
}
.carousel-indicators li {
	border-color: #B1B1B1;
	background-color: #B1B1B1;
}
.carousel-indicators .active {
	background-color: #869791;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
@media (max-width: 383px) {
	#intro img {
	width: 65%;
	}
.section h2.title, #intro .item h1 {
	font-size: 30px;
}
	p.lead, #intro .item p.message {
	font-size: 20px;
	line-height: 25px;
	}
	h3 {
		font-size: 18px;
	}
	.carousel-caption p {
		font-size: 12px;
	}
	#intro .icon {
		width: 100px;
		height: 100px;
	}
}
@media (max-width: 991px) {
	#intro img {
	margin-left: auto;
	margin-right: auto;		
	}
}
@media (min-width: 992px) {
	#intro img {
	margin-left: auto;
	}
	#intro h1 {
	text-align: left;
	margin-top: 60px;
	}
}