body {

}

.content-wrapper {
	position: absolute;
	width: 100%;
	top: 17%;
	height: 100%;    
    
}

.content {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 200;;
	margin-top: 4em;
}

.is-center {
	text-align: center;
}

img.portrait {
	width: 33%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 350px;
}

.header-name {
	text-align: center;
	font-weight: 100;
	font-size: 28px;	
}

h2 {
	color: #555;
	font-weight: 500;
	font-size: 24px;
	text-align: left;
}

a {
	color: inherit;
	font-weight: 500;
}

li {
	margin-bottom: 8px;
}

.cell p {
	padding-left: 2px;
	font-size: 16px;
}

.email {
	text-align: center;
}