body {
font-size: 18px;
font-family: "Spectral", serif;
color: #333;
background: #dee;
}

h1, h2, h3, h4, h5, h6, p {
	padding-bottom: .25em;
	line-height: 1.25em
}

p {
	line-height: 1.5em;
	padding-bottom: .5em;
}

h1 {
	font-family: "Playfair Display", serif;
	font-size: 4em;
	padding: .5em 0 .25em;
}

h2 {
	font-size: 1.25em;
	padding: .5em 0 .5em;
}

h6 {
	font-size: .75em;
}

li {
	padding-bottom: .5em;
	line-height: 1.5em;
}

a {
	color: #26F;
}

a:hover, a:active {
	background-color: #FF0;
}

#wrapper{
  	width: 80%;
  	margin: 0 auto;
}

#header{
 	float: left;
 	width: 100%;
}

#content {
	width: 100%;
	float: left;
	border-top: 1px solid #fff;
	padding-top: 20px;
}

#about {
  	float: left;
 	width: 48%;
}

#projects {
	float: right;
	width: 48%;
	background: #fff;
	padding: 10px 20px
}

#links {
	float: right;
	width: 48%;
	padding-left: 20px;
}

#footer {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid #fff;
	padding-top: 30px;
	margin-top: 20px;
}

@media(max-width: 600px) {

h1 {
	font-family: "Playfair Display", serif;
	font-size: 2.5em;
	padding: .3em 0 .5em;
}

  #header {
  	padding: 0 20px;
  }

  #content {
  	border-top: 0;
	padding-top: 0;
  }

  #content #projects {
  	width: 100%;
  	float: left;
  }

  #content #about {
    width: 100%;
    float: right;
    padding: 0 20px;
  }

  #content #links {
    clear: both;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  #wrapper {
    width: 100%;
  }
}
