*{
	font-family: 'Oxygen', sans-serif;
}

#profilepic{
	max-height: 750px;
	max-width: 75px;
	border-radius: 100px;
	margin: 25px 25px 25px 0px;
}

.about {
	max-width: 66%;
	margin: 150px auto;
  	letter-spacing: 1px;
}

.social_icon {
	border-radius: 5px;
	width:20px;
	height:20px;
	margin-right:15px;
}

.bio{
	word-wrap: break-word;
}

.inline{
	display: flex;
	flex-direction: row;
}

h2{
	line-height: 75px;
	font-size: 32px;
	font-weight: bold;
}

.name {
	margin: 25px 25px 0px 0px;
}

.resume_button {
	text-align:center;
	margin-right:15px;
}