.bio-section {
	width: 100%;
	text-align: center;
	/*background: url('/img/bio/city_bkgd.jpg');
  	background-repeat: no-repeat;
  	background-size: cover;
	*/
	background-color: #000;	
}
.bio-section h1 {
	color: #fff;
}
.bio-boxes {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.bio-box {
	position: relative;
	width: 50%;		
	display: inline-block;
	margin: 0px;	
	height: auto;
}
.bio-image {
	border: 0px solid white;
	margin: 0px;
	position: relative;	
	width: 100%;
	height: auto;
	background-color: #303030;
}
.bio-image img  {
	width: 100%;	
}
.bio-epk {
	position: absolute;
	background-color: #303030;
	opacity: .8;
	font-size: 16pt;
	color: white;
	width: 100%;
	text-align: left;
	bottom: 0px;
	display: none;
	line-height: 7px;	
}
.bio-epk p:first-child {
	margin: 12px 0px 0px 7px;
}
.bio-epk p:last-child {
	margin: 7px 0px 12px 7px;
}
.bio-epk img {
	width: 90%;	
	margin-left: 5px;
	padding: 0px;
}
.bio-epk a, .bio-epk a:visited {
	text-decoration: none;
	color: white;
	font-size: 14pt;	
}
.bio-epk a:hover {
	color: red;
}
.bio-social {	
	position: absolute;		
	display: flex;
	flex-direction: row;
	bottom: 12px;
	margin: 10px;
}
.social-left {	
	right: 50px;
}
.social-right {	
	left: 10px;
}
.bio-social img {
	width: 32px;
	margin: 2px 5px;
}
.bio-social img:hover {
	opacity: .7;
}
@media only screen and (max-width: 800px) {		
	.bio-social { bottom: 0px; }
	.social-left { right: 30px; }
	.social-right { left: 4px; }
	.bio-social img { width: 24px; }
}
@media only screen and (max-width: 700px) {		
	.bio-social img { width: 24px; }
}
@media only screen and (max-width: 500px) {
	.bio-boxes { flex-direction: column; }
	.bio-box { width: 100%; }
	.bio-social img { width: 24px; }
	.social-left { right: 45px; }
	.social-right { left: 15px; }
}
@media only screen and (max-width: 200px) {
	.bio-social img { width: 18px; }
}
