ck-app {
  background-color: #fff;
  color: #333;
  line-height: 1.5;
}

header,
section {
  min-width: 800px;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 45px 90px 45px 330px;
}

a {
  color: #000;
}

p {
  margin: 0;
}

header {
  /* background-color: #eee; */
  font-size: 24px;
}

hgroup {
  float: left;
  width: 300px;
  margin-left: -330px;
  padding: 0 0 0 60px;
  box-sizing: border-box;
  color: #999;
  cursor: default;
}

hgroup h2 {
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
}

overview-item:not(:first-of-type) {
  margin-top: 1.5em;
}

#about {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

#interests {
  border-top: 1px dotted #999;
}

#projects {
  border-bottom: 1px dotted #333;
}

#interests hgroup {
  color: rgba(0,0,0,.4);
}

#articles {
  margin: 0 0 5em 0;
}
