html, body {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

body {
	width: 950px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0;
}

div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;     
}

#content-wrap {
	position:absolute; 
	top:50%; 
	left:50%; 
	margin-top:-332px;  
	margin-left: -441px;
}

#content {
	background: #f9b6c1; /* Old browsers */
	background: -moz-linear-gradient(left, #f9b6c1 0%, #ffeaea 5%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9b6c1), color-stop(5%,#ffeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f9b6c1 0%,#ffeaea 5%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f9b6c1 0%,#ffeaea 5%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f9b6c1 0%,#ffeaea 5%); /* IE10+ */
	background: linear-gradient(left, #f9b6c1 0%,#ffeaea 5%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b6c1', endColorstr='#ffeaea',GradientType=1 ); /* IE6-9 */

	/* background-color: #FFEAEA; */
	overflow: auto;
	min-height: 500px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 30px;
}

#bottom {
	background: #f9b6c1; /* Old browsers */
	background: -moz-linear-gradient(left, #f9b6c1 0%, #ffeaea 5%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9b6c1), color-stop(5%,#ffeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f9b6c1 0%,#ffeaea 5%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f9b6c1 0%,#ffeaea 5%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f9b6c1 0%,#ffeaea 5%); /* IE10+ */
	background: linear-gradient(left, #f9b6c1 0%,#ffeaea 5%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b6c1', endColorstr='#ffeaea',GradientType=1 ); /* IE6-9 */
	padding-left: 16px;
	padding-right: 16px;
	overflow: auto;
	border-top: 1px dotted lightgrey;
}

#bottom section {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 253px;
}

#bottom .sections {
	width: 850px;
	margin: 0 auto;
}

#bottom h1 {
	margin-bottom: 5px;
}

#bottom p {
	margin-top: 5px;
}

h1, h2 {
	font-family: 'Nunito',serif;
}

#about h1 {
	font-size: 29px;
}

.project {
	background-color: white;
	padding: 4px;
	width: 400px;
}

.project .img {
	float: left;
	height: 85px;
	margin-right: 15px;
	line-height: 85px;
}

.project .img img{
	vertical-align: middle;
}

.project .desc {

}

.project .desc h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.project .desc p {
	margin-top: 0;
	margin-bottom: 0;
	
}

#bottom .middle {
	border-left: 1px dotted lightgrey;
	border-right: 1px dotted lightgrey;
}

