html {
  font: 14px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  color: #2c2c2c;
  border-top: 2px solid #ddd;
}

#content {
  padding: 0 110px 60px 110px;
}

header {
  padding: 140px 110px 0 110px;
}

h1 {
  position: relative;
  font-style: normal;
  font-weight: 100;
  text-transform: lowercase;
  background-color: #8a6343;
  color: white;
  display: inline-block;
  padding: 48px 30px;
  font-size: 2em;
  opacity: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: opacity 1s, background-color 200ms;
  -moz-transition: opacity 1s, background-color 200ms;
  -o-transition: opacity 1s, background-color 200ms;
  transition: opacity 1s, background-color 200ms;
}

h1:hover {
  background-color: #a07a5c;
}

h1 a {
  color: inherit;
  font-weight: inherit;
}

h1 a:hover {
  text-decoration: none;
}

.onload h1 {
  opacity: 1;
}

h2 {
  margin-top: 80px;
  font-weight: 100;
  letter-spacing: 1px;
  border-bottom: 1px solid #ddd;
}

h3 {
  font-weight: 200;
  letter-spacing: 1px;
  border-bottom: 1px solid #eee;
  margin-top: 40px;
}

#tag {
  opacity: 0;
  color: #c29d7f;
  font-weight: 100;
  font-size: 30px;
  margin-top: -110px;
  margin-left: 140px;
  margin-bottom: 100px;
  letter-spacing: 2px;
  -webkit-transition: opacity 1s, margin-top 200ms, margin-bottom 200ms, margin-left 1s;
  -moz-transition: opacity 1s, margin-top 200ms, margin-bottom 200ms, margin-left 1s;
  -o-transition: opacity 1s, margin-top 200ms, margin-bottom 200ms, margin-left 1s;
  transition: opacity 1s, margin-top 200ms, margin-bottom 200ms, margin-left 1s;
}

#tag em {
  font-style: normal
}

.onload #tag {
  opacity: 1;
  margin-left: 170px;
}

#content > p:first-child {
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 1px;
}

a {
  color: #8a6343;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  padding: 0 15px;
  width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

ul li {
  margin-top: 5px;
  margin-right: 60px;
  list-style: none;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  font-size: 12px;
}

ul::after {
  content: '.';
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

code {
  font: 12px monaco, monospace;
}

pre {
  margin: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  background-color: #f3f3f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 10px #ddd;
  -moz-box-shadow: inset 0 0 10px #ddd;
  box-shadow: inset 0 0 10px #ddd;
  overflow-x: auto;
}

img {
  margin: 30px;
  padding: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 10px #dedede, 0 1px 5px #888;
  -moz-box-shadow: 0 3px 10px #dedede, 0 1px 5px #888;
  box-shadow: 0 3px 10px #dedede, 0 1px 5px #888;
  max-width: 100%;
}

.badge {
  margin-right: 8px;
  display: inline-block;
}

.badge > img {
  margin: 0px;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
}

footer {
  background-color: #eee;
  width: 100%;
  padding: 50px 0;
  text-align: right;
  border-top: 1px solid #ddd;
}

footer span {
  display: block;
  margin-right: 30px;
  color: #888;
  font-size: 12px;
}

@media all and (max-width: 850px) {
  ul li {
    width: 100%;
  }
}

@media all and (max-width: 600px) {
  #tag {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }

  .onload #tag {
    margin-left: 0;
  }
}

blockquote {
  padding: 10px;
  border-left: 1px solid #eee;
}
