body {
	background-color: #fff;
	color: #434343;
	font-family: 'Open Sans', sans-serif;
	/*overflow-x: hidden; /* Prevent scroll on narrow devices */
	/* padding-top: 15px; /* 60px to make the container go all the way to the bottom of the topbar */
}

p, .lead {
	color: #828282;
}

header h1 {
	width: 200px;
}

.navbar {
	background-color: #fff;
}

#home .carousel-caption h2, #services .carousel-caption h2,#work .carousel-caption h2, #about .carousel-caption h2 {
	color: #0f507e;
	background-color: #fff;
	padding: 20px;
}


/* Blockquote
************************************************** */

q,blockquote {
	background-color: #fff;
	border:none;
}



