.author-profile-title {
	margin-top: 60px;
	margin-bottom: 15px;
	text-align: center;
	font-family: 'Playfair Display';
	font-weight: normal;
	line-height: 1;
}

.author-profile-desc {
	margin-bottom: 50px;
	text-align: center;
	font-size: 130%;
}

article.author-profile {
	width: 310px;
	height: 520px;
	border: 1px solid #CCCCCC;
	float: left;
	padding: 15px 30px;
	margin-bottom: 40px;
	overflow: auto;
}

article.author-profile a {
	color: #e06f71;
	text-decoration: underline;
}

article.author-profile:nth-child( odd ){
	margin-right: 36px;
}

article.author-profile .thumbnail {
	text-align: center;
}


article.author-profile .thumbnail img {
	border-radius: 500px;
}

article.author-profile .author-name {
	margin: 25px 0;
	text-align: center;
	font-size: 130%;
}

article.author-profile .author-name a {
	color: #000000;
	text-decoration: none;
}

article.author-profile .author-contents {
	margin-bottom: 15px;
	font-size: 90%;
}

article.author-profile .author-footer {
	text-align: center;

}

article.author-profile .author-footer h3 {
	font-size: 85%;
}

article.author-profile .author-footer p {
	margin-bottom: 10px;
	font-size: 85%;
}

article.author-profile .author-articles {
	margin-bottom: 15px;
	font-size: 85%;
}












