/*------------ Architecture Page CSS ------------*/

/*------ Hero Header ------*/
#arch-hero {
	background: rgb(18,0,12);
	background: linear-gradient(70deg, rgba(18,0,12,1) 0%, rgba(18,0,12,1) 30%, rgba(89,0,64,0.05) 100%), url("../images/banners/bv-inner-hero-bg-Architecture.jpg") no-repeat center center /cover;
}

/*------ Intro Section ------*/

.intro {
	margin-bottom: 2.625rem;
}
.intro p {
	font-size:1.125rem;
	line-height: 1.625rem;
	margin: 2rem auto 6rem;
}
p.no-bm {
	margin-bottom: 0;
}
.intro h3 {
	margin: 4.313rem 0 3.813rem;
}
#arch-intro {
	margin-bottom: -3rem;
}
#arch-intro img {
	max-width: 55rem;
	height: auto;
}


/*------------ Responsive ------------*/

/* RETINA */
@media (-webkit-min-device-pixel-ratio: 2),(-moz-device-pixel-ratio: 2), (min-resolution: 192dppx) { 
	#arch-hero {
		background-image:  linear-gradient(70deg, rgba(18,0,12,1) 0%, rgba(18,0,12,1) 30%, rgba(89,0,64,0.05) 100%), url("../images/banners/bv-inner-hero-bg-Architecture@2x.jpg");
	}	
}

/* max-width: 992px */
@media (max-width: 992px) {
	#arch-intro img {
		max-width: 85%;
	}
}
/* max-width: 768px */
@media (max-width: 768px) {	
	.intro p {
		margin-bottom: 4.5rem ;
	}
}
/* max-width: 600px */
@media (max-width: 600px) {	
	.inner-hero {
		background-position: 85% center !important;
	}
}
/* max-width: 480px */
@media (max-width: 480px) {	
	.inner-hero {
		background-position: 90% center !important;
	}
	.intro p {
		margin-bottom: 5rem;
	}
}
