@charset "utf-8";
.about {
	max-width: 640px;
	margin: 20px auto;
	font-family: "Roboto Slab", serif;
}
.about p {
	margin-bottom: 10px;
}
.about .smaller {
	font-size: 12px;
	margin-top: 30px;
}
.about h4 {
	margin-bottom: 10px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.portrait {
	float: left;
	margin-top: 4px;
	margin-right: 25px;
	border: 2px solid #333333;
	box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}
.clear {
	clear: both;
}

@media (max-width: 640px) {
	.about {
		margin-left: 5px;
		font-size: 0.72em;
	}
	.about h4 {
		font-size: 1.1em;
	}
	.about .smaller {
		font-size: 0.7em;
		margin-top: 15px;
	}
	.portrait {
		margin-right: 20px;
		margin-bottom: 5px;
		width: 80px;
		height: auto;
		border: 1px solid #333333;
	}
}

@media (max-width: 334px) {
	.about h4 {
		margin-bottom: 3px;
	}
	.portrait {
		margin-right: 10px;
		width: 100px;
		height: auto;
	}
}
