.page {
  width: 800px;
  margin: 150px auto;
}
.header {
  font: 110px 'Source Code Pro', monospace;
  margin-bottom: 75px;
  text-align: right;
  text-transform: lowercase;
}
.header a {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}
.header a:hover { color: #ccc; }
.nav {
  position: absolute;
  top: 0;
  padding: 3px 0;
  font: 35px Montez, script;
  text-transform: lowercase;
}
.nav a {
  display: inline-block;
  text-decoration: none;
}
.nav a:last-child { text-align: right; }
.nav a:after {
  position: absolute;
  top: 15px;
  padding-left: 7px;
  content: ':)';
  font: 20px Ubuntu, monospace;
  color: #fff;
}
.nav a:hover:after, .nav .current:after { color: inherit; }
.nav .projects { width: 260px; }
.nav .blog { width: 220px; }
.nav .connect { width: 175px; }
.nav .about { width: 145px; }
.pink { color: #f09; }
.green { color: #0c0; }
.sky-blue { color: #1bf; }
.yellow { color: #fc0; }
.red { color: #e00; } /* Not currently used, but kept for future reference. */
