#links_bar {
	background-color: #e7f2f1;
	height: 100px;
	width: 66.5%;
	float: right;
}

#links_bar li:nth-child(3) a {
	color: #43315a;
	font-weight: 600;
}

.page_links {
	display: inline-block;
	float: right;
	width: 150px;
	margin-top: 40px;
}

.page_links a {
	color: #097f73;
	font-weight: 400;
	font-size: 20px;
}

#links_bar li:nth-child(3) a {
	color: #43315a;
}

#how_we_work_container {
	background: url("../images/Collaborate_full-width_w-samples.jpg") no-repeat;
	display: block;
	height: 600px;
}

#how_we_work_para p {
	color: #ffffff;
	max-width: 400px;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	padding: 30px;
}

#how_we_work_para p:nth-of-type(1):first-letter {
	font-size: 50px;
	font-family: 'Roboto Slab', serif; 
	font-weight: 700;
	color: #ace3ce;
	float: left;
	padding-top: 15px;
	padding-right: 5px;
}

#workflow {
	display: block;
	text-align: center;
}

#workflow p {
	color: white;
	font-size: 18px;
	padding: 30px 0 20px 0px;
}

#services_para {
	background-color: #43315a;
	width: 100%;
	border-bottom: 1px solid #ffffff;
}

.para_container {
	background-color: #ace3ce;
	border-radius: 10px;
	margin-left: -135px;
	margin-bottom: 30px;
	float: left;
	width: 300px;
}

#engage {
	margin-left: 30px;
}

.service_text {
	font-weight: 400;
	font-size: 20px;
	color: #43315a;
	padding: 20px;
	line-height: 30px;
}

.service_text span {
	font-weight: 700;
}

footer {
	height: 100px;
	background-color: #43315a;
}

footer h3 {
	color: white;
	font-weight: 400;
	margin-left: 50px;
	padding-top: 30px;
}

/******************************************
/* RESPONSIVE CSS
/*******************************************/

@media (max-width: 450px) {
	#workflow p {
		display: none;
	}
}
