body{
	background-color: #03293e;
	margin: 0;
}
.banner {
	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;
}
.webbanner{
	display: inline-block;
	position: relative;
	background-image: url("BlueObjectsTransparent.png");
	height: 500px;
	width: 500px;
	background-size: 100%, 100%;
	background-repeat: no-repeat;
	float: right;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 5%;
}
.bio{

	position: relative;
	margin-top: -5%;
	margin-left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 650px;
}
h1{
	text-align: center;
	width: 50%;
	color: #fff;
	display: inline-block;
	font-size: 198px;
	padding-bottom: 20px;
	font-family: sans-serif;
	margin-left: 5%;

}
.content{
	margin-top: 350%;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-family: sans-serif;
	vertical-align: middle;

}
