.images_container {
	width: 33.333%;
	float: left;
	border-right: 1px solid gray;
	background-color: white;
}

#logo {
  background-color: #097f73;
  text-align: center;
}

#logo_bar {
  background-color: #097f73;
  height: 100px;
  width: 33.5%;
  float: left;
}

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

.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(2) a {
	color: #43315a;
	font-weight: 600;
}

.myAwesomeCarousel {
	margin-top: 30px;
}

.myAwesomeCarousel img {
	display: block;
	margin: 0 auto;
	width: 90%;
	outline: none;
	border: none;
}

.carousel-wrapper {
	margin: 0 30px;
	border-bottom: 1px solid #097f73;
}

.carousel-wrapper:nth-of-type(1) {
	margin-top: 20px;
}

.carousel-wrapper:nth-of-type(2) {
	background-color: #e7f2f1;
}

.carousel-wrapper:nth-of-type(3) {
	border-bottom: none;
}

.slick-prev:before, .slick-next:before { 
    color:#43315a !important;
}

.carousel-wrapper h2 {
	color: white;
	font-size: 20px;
	font-weight: 400;
	background-color: #43315a;
	height: 40px;
	text-align: center;
	padding-top: 10px;
}

.images_container figure {
	display: block;
	text-align: center;
	margin: 20px 0;
}

.clients-wrapper h1 {
	font-weight: 600;
	font-size: 34px;
	width: 100%;
	background-color: #43315a; 
	color: white;
	text-align: center;
	padding: 20px 0;
}

.clients1 {
	background-color: #f2f2f2;
	text-align: center;
	padding-top: 20px;
	border-bottom: 1px solid gray;
	padding-bottom: 20px;
}

.clientLogo {
	display: inline-block;
	padding-top: 10px;
}

.clientLogo img {
	width: 80%;
}

.clients2 ul li:nth-of-type(2) {
	margin-left: 0;
}

a.portfolioSample {
	position: relative;
	text-align: center;
}

.projectInfo {
	background: rgba(9,127,115,0.9);
	width: 275px;
	display: none;
	height: 100%;
	top: 65px;
	vertical-align: top;
	position: absolute;
	margin-top: -50px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-left: 30px;
}

.projectInfo p {
	font-size: 18px;
	color: white;
	line-height: 24px;
	padding: 20px;
}

.projectInfo.is-active {
	display: block;
}

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

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

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

@media screen and (max-width: 400px) {
	.page_links {
		color: white;
	}

	.projectInfo {
		max-width: 300px;
		margin-left: 0;
	}

	}
