<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
}

.intro {
	position: relative;
	z-index: 99;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	height: 100vh;
	text-align: center;
	color: #fff;
	background: #ffffff url(../img/peopleHeroSm.jpg) center center no-repeat;
	background-size: cover;
}

.peoplePic, .peopleDesc {
	width: 100%;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.peoplePic img {
	width: 100%;
}

section.peopleLeft {
	padding: 40px;
	background: #e9e9e9;
}

section.peopleRight {
	padding: 40px;
	background: #f8f8f8;
}

.peopleLan {
	display: block;
}

.peoplePor {
	display: none;
}


@media(min-width: 768px) {

	.intro {
		background: #ffffff url(../img/peopleHero.jpg) center center no-repeat;
		background-size: cover;
	}

	.peoplePic {
		width: calc(50% - 40px);
	}

	.peopleDesc {
		width: 50%;
	}

	section.peopleLeft .peoplePic {
		float: left;
		padding: 0 40px 20px 0;
	}

	section.peopleRight .peoplePic {
		float: right;
		padding: 0 0 20px 40px;
	}

	.peopleLan {
		display: none;
	}

	.peoplePor {
		display: block;
	}

}


@media(min-width: 1025px) {

	.intro {
		background-attachment: fixed;
	}

	.intro h1 {
		padding: 90px 20px 0px 20px;
	}

	.peopleLan {
		display: block;
	}

	.peoplePor {
		display: none;
	}
}

@media(min-width: 1600px) {

	.peopleCont {
		width: 1520px;
		margin: 0 auto;
	}

}
</pre></body></html>