#bio_container {
	width:  100vw;
	height:  auto;
	position: relative;
	display: flex;
	justify-content:  center;
	align-items:  center;
}

#bio_div {
	max-width: 1200px;
	height: auto;
}

#bio_photo_div {
	display: flex;
	justify-content: center;
	width: auto;
	height: 100%;
	margin-bottom: 0px;

}

#bio_photo_img {
	width: 100vw;
	height: 100vh;
	/*width: 480px;
	height: 618px;
	*/
	background: url('../images/valstarr_neon.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: auto;
	position: relative;
}

#bio_description_div {
	margin: 25px 0px 100px 0px;
	color:  white;
	font-size: 20px;
	padding: 10px 50px 10px 50px;
	border-radius: 2px;
	position: relative;
}

.sfr {
	font-size: 24px;
}

@media all and (max-width: 768px) {
	#bio_description_div {
		font-size: 15px !important;
	}
}




#fixed_header {
	position: absolute;
	top: 0;
	height: 115px;
	width: 100vw;
	background-color: rgb(0,37,63,1);
	/*
	
	background-color: white;
	background-color: rgb(255,255,255,.35);
	*/
	z-index: 1;
}

#corner_logo {
	position: absolute;
	top: 25px;
	left: 25px;
	min-height: 75px;
	max-height: 75px;
	min-width: 75px;
	max-width: 75px;
	z-index: 1;
}

#corner_logo_link {
	min-height: 75px;
	max-height: 75px;
	min-width: 75px;
	max-width: 75px;
}

#corner_logo_img {
	width: 100%;
	height: 100%;
}

#corner_blues_rocket {
	position: absolute;
	top: 25px;
	right: 25px;
	min-width: 100px;
	max-width: 150px;
	height: auto;
	z-index: 0;
}

#corner_blues_img {
	width: 100%;
	height: auto;
}