
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro|Source+Code+Pro:400,600);

* {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial;
  -webkit-user-select: none;
  user-select: none;
}
*:not(a):not(a *) {
  cursor: default;
}
a,
a:active,
a:visited,
a:hover {
  text-decoration : underline;
}
html {
  height: 100%;
}
body {
  background: #fff;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  color: #101214;
  min-height: 100%;
}
h1 {
  font-weight: normal;
  font-size: 25px;
  color: #000;
}
h2 {
  font-weight: normal;
  font-size: 25px;
  color: #000;
}
.full-size {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#page {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -280px;
  height: 560px;
}
@media only screen and (max-height: 580px),
       only screen and (max-width: 578px) {
  #page {
    top: 14px;
    margin-top: 0;
  }
}
/*
header {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 60%;
  width: 240px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
*/
#header-content {
  text-align: center;
}
#header-logo {
  text-align: center;
  margin-bottom: 6px;
}
#header-content p {
  color: #555f68;
  padding-top: 2px;
}
#contact {
  padding-top: 12px;
}
#contact a {
  display: inline-block;
  margin-right: 6px;
}
#contact a,
#contact a svg {
  width: 25px;
  height: 19px;
  cursor: pointer;
}
#content {
  position: absolute;
  left: 50%;
  width: 50%;
}
section {
  margin-bottom: 30px;
}
section h2 {
  height: 30px;
}
section p {
  line-height: 22px;
  padding-top: 6px;
  padding-bottom: 6px;
}
section p a {
  color: #555f68;
  text-decoration: underline;
}
section p a:hover {
  color: #000;
  text-decoration: underline;
}
section#about p {
  width: 500px;
  line-height: 24px;
  padding-top:12px;
  margin: 0 auto;
}
section ul {
  line-height: 24px;
  list-style: none;
  padding-top: 6px;
  padding-bottom: 6px;
}
section ul a {
  color: #555f68;
  text-decoration: none;
}
section ul a:hover {
  color: #000;
  text-decoration: underline;
}
section#about ul li {
  width: 420px;
}
a svg {
  fill: #555f68;
  width: 6px;
  height: 10px;
  margin-left: 4px;
}
a.more {
	color: #555f68;
  text-decoration: none;
}
a.more:hover {
  color: #000;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  header {
    position: static;
    top: 10px;
    padding-bottom: 16px;
    margin: 40px 24px 16px;
    width: auto;
  }
  #header-content #logo {
    top: -33px;
  }
  #header-content h1, #header-content p {
    left: 24px;
    margin-left: 0;
  }
  #contact {
    left: 252px;
    margin-left: 0;
  }
  #content {
    position: absolute;
    left: 24px;
    right: 24px;
    margin-left: 0;
    width: auto;
  }
  section,
  section#about,
  section#work,
  section#misc {
    width: 100%;
    float: left;
    clear: both;
  }
	section#about ul li {
	  width: 100%;
	}
}