#about-header {
	height: 471px;
	background-image: url(../images/header-about.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#description-text {
	margin-top: 80px;
	margin-bottom: 80px;
	line-height: 25px;
}

#bio-container {
	position: relative;
	padding-top: 60px;
	padding-bottom: 80px;

	background: #26aa64; /* Old browsers */
	background: -moz-linear-gradient(45deg, #26aa64 0%, #26aa99 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #26aa64 0%,#26aa99 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #26aa64 0%,#26aa99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26aa64', endColorstr='#26aa99',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bio-text-container {
	margin: 0 auto;
	max-width: 600px;
	line-height: 25px;
	text-align: justify;
}

.bio-text-container .title h2 {
	margin: 0;
	padding: 0;
	text-align: right;
}

.bio-text-container .title h3 {
	margin: 0;
	margin-bottom: 60px;
	padding: 0;
	font-size: 21px;
	font-weight: bold;
	text-align: right;
}

.bio-text-container p {
	margin-top: 24px;
}

.bio-images {
	min-height: 740px;
	padding-top: 20px;
}

.bio-rounded {
	border-radius: 50%;
	border: 8px #FFF solid;
}

#jakob-headshot {
	z-index: 2;
	position: absolute;
}

#jakob-skydiving {
	z-index: 1;
	position: absolute;
	left: 220px;
	top: 300px;
}

#jointeam-container {
	text-align: center;
	margin: 100px 0 100px 0;
}