function showBioDetails() {
	$('bio-details').style.display = 'block'
	$('click-for-more').scrollIntoView(true)
	$('click-for-more').style.display = 'none'
}
