.about-page {
	font-family: "Arimo", sans-serif;
	font-size: 20px;
	line-height: 1.5;
	padding: 1.5em 0 4.5em;
}
.about-page a {
	color: #141414;
	text-decoration: underline;
}
.about-page h1, .about-page h2, .about-page h3 {
	font-weight: normal;
	color: black;
	text-align: center;
}
.about-page h1 {
	padding: 1.75em 0;
	font-size: 1.5em;
}
.about-page h2 {
	padding: 1.5em 0;
	font-size: 1.333em;
}
.about-page h3 {
	padding: 0.5em 0;
	font-size: 1.2em;
}
.about-page header {
	text-align: center;
}
.about-page p {
	margin: 0;
}
.about-page p + p {
	margin: 1.5em;
}
.about-page .main-content {
	width: 100%;
	max-width: 660px;
	padding: 0 20px;
	margin: 0 auto;
}
.about-page .my-photo-image {
	display: block;
	margin: 0 auto;
}
.about-page .blog-image, .about-page .madscanner-image, .about-page .things-image {
	display: block;
	margin: 0 auto 1.5em auto;
}
.about-page .other-projects-header, .about-page .about-blog-header {
	margin: 3em 0 1.5em 0;
}
.about-page .madscanner, .about-page .things-dreams {
	display: table-cell;
	width: 330px;
	min-width: 330px;
	max-width: 330px;
}
.about-page .madscanner {
	padding-right: 30px;
	text-align: center;
}
.about-page .things-dreams {
	padding-left: 30px;
	text-align: center;
}
.about-page .things-image {
	margin-right: 0;
	margin-left: 0;
}
.about-page .social {
	margin: 1.5em 0;
}
.about-page .social-header {
	padding-bottom: 0;
	margin: 3em 0 0 0;
}
.about-page .my-email {
	text-align: center;
}
/*.about-page .my-email a {
	text-decoration: none;
}*/
.about-page .social a {
	color: #ccc;
	text-decoration: none;
}
/*/About*/