@CHARSET "ISO-8859-1";

.project-main {
	padding-left: 0px;
	padding-right: 0px;
	background: #efefef;
}
.project-picture-full {
	width: 100%;
	max-height: 550px;
	overflow: hidden;
}

.project-image { 
  	position: relative; 
 	width: 100%;
}

.project-overlay { 
   	color: white;
   	position: absolute; 
   	top: 225px; 
	padding-left: 0;
	text-align: center;
   	padding-bottom: 20px;
   	width: 100%; 
    background: hsla(231, 100%, 0%, 0.26); 
}

.project-overlay h1 {
	font-size: 65px;
}

.project-text {
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 60px;
	padding-right: 50px;
	font-size: 18px;
	overflow : hidden;
}

.project-heading {
	color: white;
	background: #062f3c;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.project-right {
	background: #d5d5d5;
	min-height: 300px;
}

.project-left {
	padding: 10px 30px;
	text-align: center;
}

.project-info {
	font-size: 18px;
}

.project-overview {
	background: white;
	padding: 30px;
}

@media (max-width: 992px) {
	.project-text {
		padding-left: 30px;
		padding-right: 30px;
	}
	.project-main {
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (max-width: 768px) {	
	.project-info {
		text-align: center;
		padding-top: 20px;
	}
}