/* Header
************************************************** */

header h1 {
	float: left;
	left: 15px;
	top: 15px;
}

header h1 img {
	margin-top: -12px;
	height: 55px;
	width: 55px;
}

#home .carousel-caption {
	top: 20%;
}

#home .carousel-caption h2, #services .carousel-caption h2,#work .carousel-caption h2, #about .carousel-caption h2 {
	color: #fff;
	background-color: rgba(0,0,0,0.1);
	padding: 20px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

#services .carousel-caption {
	top: 40%;
}

.carousel-caption p {
	display: none;
}

