.section-intro {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	background: url(../img/raleigh-skyline.jpg) center center/cover no-repeat;
}
.section-intro:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0,0,0,0.5);
	z-index:0;
}
.section-intro-text {
	position: absolute;
	top: 0; right: 10px; bottom: 0; left: 10px;
	margin: auto;
	width: 80%;
	max-width: 600px;
	height: 240px;
	z-index: 1;
	text-align: center;
	padding: 10px;
}
h1 {
	color: white;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid white;
}
h2 {
	color: white;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
}
.icon {
	width: 50px;
	height: 50px;
	display: block;
	margin: auto;
}