html, body {
    margin: 0;
    height: 100%;
}

body {
	background-color: #03293e;
	//background-image: url("EGAMart.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.profile {
	position: relative;
	width: 500px;
	height: 500px;
	background-color: transparent;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	border-color: black;
	border-radius: 50%;
	box-shadow: 0px 0px 20px black;
	display: inline-block;
	margin-left: 10%;
}
#profileimage {
	background-image: url("GabrielleMeadowsHeadshot.jpg");
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: 0 -10px;
	border-radius: 50%;
	
}
.bio {
	position: relative;
	display: inline-block;
	margin-left: 5%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	align-items: center;
	background-color: transparent;
	width: 600px;
	height: 500px;
	color: #fff;

}
.content{
	position: absolute;
	display: block;
	margin: 15%;
	line-height: 30px;
	font-family: sans-serif;
	font-size: 20px;
	vertical-align: middle;
}
.bio h1 {
	position: absolute;
	width: 100%;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 20px;
	font-size: 42px;
	font-family: sans-serif;
	font-weight: bold;
}

.biobg {
	z-index: -1;
	position: relative;
	background-color: #03293e;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	color: #fff;
	margin: 0;
}
.banner {
	position: absolute;
	background-color: #4ab6f0;
	height: 50px;
	width: 100%;
	margin: 0;
	text-align: center;

}
.btn{
	color: white;
	background-color: transparent;	
	padding-left: 20px;
	padding-right: 20px;
	border: none;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}















