#about{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100vw;
	padding-top: 10vh;
	padding-bottom: 10vh;
}

#about h2{
	font-size: 3vw;
}

#about h3{
	font-size: 2.2vw;
	padding-top: 2vw;
	padding-bottom: .2vw;
	margin: 0;
}

#about p{
	font-size: 1vw;
}

#about video{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: auto;
	z-index: -100;
	opacity: 40%;
}

#titleDiv{
	width: 60%;
}

#bio{
	width: 60%;
}