.site-header {
	background-color: transparent;
}

.subpage-full {
	position: relative;
	margin-top: -136px;
}

.subpage-header-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.subpage-header-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.subpage-full .sub-header {
	box-shadow: inset 0px -14px 14px 0px rgba(0,0,0,0.6);
	position: relative;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 0 0 36px;
}

.sub-header-flex {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;	
	height: 348px;
}

.subpage-full .entry-title {
	font-family: 'Open Sans Semibold';
	text-transform: uppercase;
	letter-spacing: 8px;
	font-size: 60px;
}

.site-inner .wrap {
    max-width: 100%;
}

.kier-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kier-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.kier-content {
    position: relative;
}

.kier-title {
    font-family: 'Open Sans Semibold';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 36px;
}

.kier-line {
    border-top: 2px solid #fff;
    width: 380px;
    margin: 0 auto 20px;
}

/* Overview */

.industry-overview {
	text-align: center;
	background-color: #444;
	border-top: 3px solid #cc0000;
	border-bottom: 3px solid #cc0000;
	padding: 66px 0px;
}

.industry-overview .wrap {
	max-width: 1200px;
}

.overview-flex {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}

.overview-left {
	width: 50%;
}

	.project-overview-left {
		width: 60%;
	}

.overview-left p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}

	.overview-left p:last-of-type {
		margin-bottom: 0px;
	}

.overview-right {
	order: 1;
	width: 50%;
}

	.project-overview-right {
		background-color: #1d1d1d;
		text-align: left;
		width: 301px;
		padding: 25px 79px;
	}
	
	.about-industry-title {
		letter-spacing: 2px;
		font-size: 24px;
		margin-bottom: 10px
	}
	
	.about-industry-text {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
		.project-overview-right div:last-of-type .about-industry-text {
			margin-bottom: 0;
		}

/* Related */

.related {
	clear: left;text-align: center;
	background-color: #1d1d1d;
	
	padding: 66px 0 0;
}

.projects {
    position: relative;
	float: left;
    width: 33.33%;
}

.project-link {
	background: linear-gradient(to bottom, rgba(0, 0, 0 , 50%) 0%,rgba(0, 0, 0, 50%) 100%);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    height: 394px;
}

	.project-link:hover {
		background: transparent;
	}

.projects-title {
	width: 100%;
	color: #fff;
	font-size: 25px;
	margin-bottom: 0;
}

.projects-title strong {
	text-transform: uppercase;
	font-weight: normal;
}

	.projects-title strong::after {
	    content: '';
	    display: block;
	    width: 100%;
	    height: 2px;
	    background-color: #fff;
	}

	.project-link:hover .projects-title {
		display: none;
	}

/* Gallery */

.project-gallery {
	text-align: center;
	border-bottom: 3px solid #cc0000;
	padding: 66px 0;
}

.project-gallery .wrap {
	max-width: 1200px;
}

/* Pre Footer */

.pre-footer img {
	object-fit: cover;
	width: 100%;
	height: 340px;
}

/* Footer */

.footer-widgets {
	border-top: 3px solid #cc0000
}

/* Responsive Design */

@media (max-width: 1650px) {

/* Related */
	
	.project-link {
	    height: 334px;
	}	
}

@media (max-width: 1350px) {

.subpage-full .sub-header .wrap {
	max-width: 1100px;
}

/* Overview */
	
	.industry-overview .wrap {
		max-width: 1100px;
	}

/* Related */
	
	.project-link {
	    height: 304px;
	}	

/* Gallery */
	
	.project-gallery .wrap {
		max-width: 1100px;
	}	
}

@media (max-width: 1250px) {

.subpage-full .sub-header .wrap {
	max-width: 1000px;
}	

/* Overview */

	.industry-overview .wrap {
		max-width: 1000px;
	}

/* Related */
	
	.project-link {
	    height: 264px;
	}

/* Gallery */
	
	.project-gallery .wrap {
		max-width: 1000px;
	}	
}

@media (max-width: 1150px) {

.subpage-full .sub-header {
	padding: 0 0 42px;
}

.subpage-full .sub-header .wrap {
	max-width: 900px;
}
	
.sub-header-flex {	
	height: 308px;
}

/* Overview */
	
	.industry-overview .wrap {
		max-width: 900px;
	}

/* Gallery */
	
	.project-gallery .wrap {
		max-width: 900px;
	}	
}

@media (max-width: 1024px) {

.subpage-full {
	margin-top: 0;
}

.subpage-full .sub-header {
	padding: 0;
}

.subpage-full .sub-header .wrap {
	max-width: 90%;
}
	
.sub-header-flex {	
	height: 408px;
}	

/* Overview */

	.industry-overview .wrap {
		max-width: 90%;
	}
	
	.overview-flex {
		flex-direction: column;
	}
	
	.overview-left {
		width: 100%;
	}

		.project-overview-left {
			margin-bottom: 30px;
		}
	
	.overview-right {
		order: 0;
		width: 100%;
		margin: 0 0 30px;
	}

		.project-overview-right {
			text-align: center;
			width: 301px;
			margin: 0;
		}
	
/* Related */
	
	.project-link {
	    height: 234px;
	}

/* Gallery */
	
	.project-gallery .wrap {
		max-width: 90%;
	}	
}

@media (max-width: 900px) {

/* Related */
	
	.projects {
	    width: 50%;
	}
	
	.project-link {
	    height: 264px;
	}	
}

@media (max-width: 768px) {

.subpage-full .entry-title {
	font-size: 50px;
}	

/* Overview */

	.industry-overview .wrap {
		max-width: 85%;
	}
	
/* Related */
	
	.project-link {
	    height: 234px;
	}

/* Gallery */
	
	.project-gallery .wrap {
		max-width: 85%;
	}		
}

@media (max-width: 660px) {

.subpage-full .entry-title {
	font-size: 40px;
}	
}

@media (max-width: 550px) {

.subpage-full .entry-title {
	letter-spacing: 4px;
}	

.kier-title {
    letter-spacing: 2px;
}	

.kier-line {
    width: auto;
}	

/* Overview */

	.industry-overview {
		padding: 46px 0px;
	}	

/* Related */

	.related {
		padding: 46px 0 0;
	}

	.related .kier-line {
	    width: 85%;
	}	
		
	.projects {
		float: none;
	    width: 100%;
	}
	
	.project-link {
	    height: 264px;
	}	

/* Gallery */

	.project-gallery {
		padding: 46px 0;
	}
	
	.project-gallery .wrap {
		max-width: 85%;
	}	
}

@media (max-width: 450px) {

.subpage-full .entry-title {
	letter-spacing: 0px;
	font-size: 35px;
}	

.kier-title {
    letter-spacing: 0px;
	font-size: 33px;
}		

/* Overview */
	
	.overview-left p {
		font-size: 16px;
	}

		.project-overview-right {
			width: 100%;
			padding: 25px 19px;
		}
		
		.about-industry-title {
			letter-spacing: 0px;
			font-size: 22px;
		}
		
		.about-industry-text {
			font-size: 16px;
		}

/* Related */
	
	.project-link {
	    height: 234px;
	}	
}

@media (max-width: 350px) {
	
.sub-header-flex {	
	height: 308px;
}

.subpage-full .entry-title {
	font-size: 30px;
}	

.kier-title {
	font-size: 30px;
}	

/* Related */
	
	.project-link {
	    height: 204px;
	}
}

