.project-container {
	width: 100%;
	margin-top: 75px;
	display:inline-flex;
	flex-wrap:wrap;
}
.project-carousel-container {
	display: block;
	width: 60%;
	float: left;
}
.project-info-container {
	display: block;
	width: 40%;
	float: right;
	padding: 20px;
	background-color: #04091e;
	box-shadow: inset 0 0 200px black;
}
.project-category{
	font-size: 14px;
	color: #8ab92d;
	margin-top: 10px;
	text-transform: uppercase !important;
}
.project-title {
	font-size: 30px;
	color: #fff;
}
.project-blurb{
	font-size: 14px;
	color: #D1D1D1;
}
.project-services-header {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.project-services-list{
	font-size: 14px;
	color: #D1D1D1;
	margin-bottom: 25px;
}
.project-services-subheader{
	font-size: 14px;
	color: #8ab92d;
	margin-top: 10px;
}
.project-next-previous{
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;
}
.project-previous{
	width: 100px;
	float: left;
}
.project-next{
	width: 100px;
	float: right;
}

@media screen and (max-width: 1600px) {
.project-carousel-container {
	display: block;
	width: 100%;
}
.project-info-container {
	display: block;
	width: 100%;
}
}