#pageNav {
	width:500px;
	margin: auto;
	list-style: none;
	text-align: center;
}
#pageNav li {
	display: inline-block;
}
#pageNav li::after {
	content: " |";
}
#pageNav li:last-child::after {
	content: "";
}

article {
	width: 70%;
	padding: 20px 15%;
	margin-top: calc(100vh - 65px);
	background-color:white;
	z-index: 0;
}

.statement {
	width: 70%;
	min-height: 100%;
	padding: 2% 5% 3%;
	margin: 2.5% auto;
	background-color:rgba(255,255,255,.9);
	border-radius: 10px;
	box-shadow: .5px .5px 1.5px 2px rgba(0,0,0,.1);
}

.statement_text {
	font-size: 1.2em;
	line-height: 2em;
	text-align:justify;
}

section {
	margin-top: 1%;
}
.bio_leftIMG {
	float: left;
	width: 35%;
	padding-left: 4%;
}
.bio_leftIMG > .container {
	margin-top: 30px;
	width: 100%;
	height: 0;
	padding: 36% 0;
	display: block;
	border-radius: 5%;
}
.photo {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bio_leftIMG img {
	position: absolute;
	top: 0;
	border-radius: 10px;
}

.bio_leftIMG img:not(.bio_portrait) {
	height: 60%;
	width: auto;
}
.bio_portrait {
	width: 95%;
	height: auto;

}

.bio_text {
	float:right;
	width: 55%;
	padding-right: 4%;
	text-align: justify;
	font-size: 1.15em;
	line-height:2em;
}
.clear {
	clear:both;
}
main video {
	display: block;
	margin: auto;
}
main video#bgvid {
	position: fixed;
	left: 0;
	top: 65px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
}
.arrow_video {
	width: 35px;
	position: relative;
	top: -80px;
	margin: auto;
	opacity: .7;
	color: white;
}
.video_external {
	position: absolute;
	top: calc(100vh - 45px);
	right: 50px;
}
.video_external a {
	text-decoration: none;
	color: grey;
	background-color: rgba(255,255,255,.7);
	padding: 10px;
	border-radius: 10px;
}

.video_external a:hover {
	background-color: rgba(255,255,255,1);
	color: black;
	transition: all 1s;
	}

.bio_main {
	margin: -10px;
	}

#img_empty {
	height:90px;
}


.subtitle {
	position: absolute;
	top: 100%;
	border-bottom: 1px solid grey;
	margin-top: 5px;
}

/* ========== RESPONSIVE ========== */
/* Largest */
@media all and (max-width: 1280px) {
}

/* Large */
@media all and (max-width: 1024px){
	article {
		padding: 20px 15%;
	}
}

/* Medium */
@media all and (max-width: 800px) {
	article {
		width: 80%;
		padding: 20px 10%;
	}
}

/* Small */
@media all and (max-width: 640px) {
	.bio_leftIMG {
		float: none;
		width: 100%;
		padding-left: 0;
		margin-bottom: 0;
	}
	.bio_leftIMG > img {
		width: 100%;
		padding-left: 0;
	}
	.bio_portrait {
		width: 100%;
	}
	.bio_text {
		float: none;
		width: 100%;
		font-size: 1em;
	}
	main {
		display: none;
	}
	.video_external {
		display: none;
	}
	article {
		/*margin-top: calc(75vh - 65px);*/
		margin-top: 0;
	}
	#img_empty {
		display: none;
	}
	#statement_title {
		text-align: center;
		font-size: 1.25em;
	}

	.statement {
		width: 90%;
		padding: 3% 5%;
		margin-top: 10px;
		margin: auto;
	}


	.statement_text {
		font-size: 1.1em;
		line-height: 1.4em;
		text-align:justify;
	}
}
