.container > div {
	display:flex;
	justify-content: center;
	align-items: center;
}

/*
.rectangle {
	position: absolute;
	height: 300px;
	width: 100%;
	background-color: yellow;
}*/


html, body {
	margin: 10px;	
	height: 100%;
	font-family: 'Aleo', sans-serif;
	font-size: calc(1em + 1vw);
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.caption a{

	font-size: 0.5em;
}

.header {
	margin-top: 20px;
	text-align:center;
	font-size: calc(0.8em + 1vw);
	font-weight: lighter;
}

h1{
	font-size: 1.5em;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	color: black;
	font-weight: normal;
}

h2{
	font-size: 0.7em;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	color: black;
	font-weight: normal;
}

.menu {
	margin-top: 30px;
}


.bio p{
	font-size: 0.7em;
	color: black;
	margin: 2px;
	padding-left: 40px;
}

.graph p{
	text-indent: 40px;
	font-size: 0.4em;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	width: 95%;
	padding-left: 40px;
}

.graph a{
	font-size: 1em;
	color: #173697;

}


.links {
	font-size: 0.5em;
	margin: 30px;
}

.footer {
	margin-top: 50px;
}

.subheader{
	margin: 30px;
}

.content {
	margin-right: 10px;
	margin-top: 20px;
}

.bio {
	margin: 10px;
	text-align: center;

}

.graph{
	/*margin-left: 50px;*/	
	max-width: 700px;
}

.flex-container{
	text-align: center;
}

a {
	text-decoration: none;
	color: black;	
	font-size: 0.7em;
}

.flex-container img{
	width: 50px;
	height: 50px;
	
}
/*
.resume img{
	width: 50px;
	height: 50px;
}

.email img{
	width: 50px;
	height: 50px;
}

.publications img{
	width: 50px;
	height: 50px;
}

.github img{
	width: 50px;
	height: 50px;
}
*/
.shoutouts {
	font-size: 10px;
}



