header {
	text-align: center;
}
footer {
	margin-top: 100px;
	text-align: center;
}

h2 {
	margin-top: 100px;
}

h3 {
	margin-top: 60px;
	padding: 0.25em 0.5em;
	border-left: solid 5px #4a4a4a;
/*
	border-bottom: solid 3px #4a4a4a;
*/
}

h4 {
	margin-top: 40px;
}

/*
 * profile
 */
#profile {
	padding: 2rem;
}
#profile > img {
	display: block;
	width: 20%;
	border-radius:50%;
	margin: 0 auto;
}
#profile > p#profile-name {
	text-align:center;
	font-weight:bold;
	font-size:1.2rem;
	margin: 1rem auto 1rem;
	letter-spacing:.1rem;
}
#profile > p#profile-discription {
	line-height:1.6rem;
}

.info-alert {
	margin:5px auto;
	padding:5px;
	border:solid 1px #f7e9e8;
	background-color: #f7e9e8;
	text-align:center;
}
