@charset "utf-8";

#profile .inner{
	width: 55vw;
	margin-left: 5vw;
	padding: 7vw 0;
}

#pageTitle{
	font-size: 32px;
	font-weight: 200;
}

#profile figure{
	margin: 1.5em 0;
}

span.iconCircle{
	display: inline-block;
	width: 3em;
	height: 3em;
	border-radius: 100%;
	overflow: hidden;
}

.entry-content p{
	padding-top: 1em;
}



@media screen and (max-width:800px) {
	#profile .inner{
		width: 80vw;
		padding: 120px 0;
	}
	
	#pageTitle{
		padding-bottom: 0.25em;
		font-size: 5.5vw;
		font-weight: 300;
		line-height: 1.5;
	}
}



