body {
	text-align: center;
	font-family: 'Roboto Slab', serif;
	background-color: #f5f5f5;
	font-size: 20px;
	color: #6d6d6d;
}

div#header {
	padding-top: 32px;
	padding-bottom: 32px;
	background-color: #222;
	color: #f5f5f5;
}

div#profile_pic {
	display: block;
	margin: auto;
}

img.profile_pic {
	width: 256px;
	height: 256px;
	border-radius: 50%;
}

div#header_text {
	font-size: 64px;
	font-family: 'Courier New', monospace;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Courier New', monospace;
	color: #444;
}

div.project {
	display: block;
	background-color: #fff;
	margin: auto;
	margin-bottom: 40px;
	padding: 0 20px 20px 20px;
	width: 560px;
	border: 4px double #ebebeb;
}

h2.project_name {
	padding-bottom: 20px;
	border-bottom: 4px double #ebebeb;
}

p.item_desc {
	font-family: 'Courier New', monospace;
	text-align: left;
}

p.item_desc > span.item {
	font-weight: 700;
}

p.description {
	margin-top: 1em;
	margin-bottom: 0;
	padding-top: 1em;
	text-align: left;
	border-top: 4px double #ebebeb;
	line-height: 30px;
}

.media_description {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 4px double #ebebeb;	
	width: 560px;
}

a {
	color: #607d8b;
}
