/**
 required files and imports
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.u-bold {
  font-weight: 600;
}
.u-indentedBullets {
  margin-left: 15px;
}
.u-center {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.u-marginTop {
  margin-top: 20px;
}
.u-marginTopLarge {
  margin-top: 40px;
}
.u-marginTopXl {
  margin-top: 80px;
}
.u-block {
  display: block;
}
body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', sans-serif;
  color: #444;
  padding-bottom: 100px;
}
header {
  padding-top: 20px;
  margin: 0 auto;
  text-align: center;
}
header .name h1 {
  display: inline-block;
  font-family: 'Raleway', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-weight: 200;
  font-size: 1.8em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #888;
}
header li {
  display: inline-block;
  margin-left: 0;
}
header li a {
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  color: #888;
  font-weight: 200;
}
h1 {
  font-size: 2.4em;
  padding-top: 20px;
  margin-bottom: 50px;
  font-weight: 400;
  font-family: 'Raleway', 'Helvetica Neue', 'Helvetica', sans-serif;
}
h2 {
  font-size: 1.8em;
  padding-top: 20px;
  margin-bottom: 40px;
  font-weight: 400;
  font-family: 'Raleway', 'Helvetica Neue', 'Helvetica', sans-serif;
}
h3 {
  font-size: 1.4em;
  padding-top: 20px;
  margin-bottom: 30px;
  font-weight: 300;
  font-family: 'Raleway', 'Helvetica Neue', 'Helvetica', sans-serif;
}
p {
  font-size: 1.15em;
  line-height: 1.8em;
  margin-bottom: 20px;
  font-weight: 300;
}
li {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 300;
  margin-left: 15px;
}
h1 a,
h2 a,
h3 a,
p a {
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #bbb;
}
blockquote {
  border-left: 5px solid #888;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
img {
  border-radius: 3px;
}
.container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 600px;
  padding: 10px;
  margin: 30px auto 0 auto;
}
.content {
  -webkit-flex: 5 0px;
      -ms-flex: 5 0px;
          flex: 5 0px;
  padding: 0 10px;
}
.sidebar {
  -webkit-flex: 2 0px;
      -ms-flex: 2 0px;
          flex: 2 0px;
  padding: 0 10px;
}
.homepage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60vh;
}
.homepage h1,
.homepage h2 {
  font-family: 'Raleway', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-weight: 200;
  text-transform: lowercase;
  text-align: center;
  color: #888;
}
.homepage h1 {
  font-size: 1.5em;
  -webkit-animation: fadeinfromtop 3s;
          animation: fadeinfromtop 3s;
  margin-bottom: 30px;
}
.homepage h2 {
  font-size: 1.2em;
  -webkit-animation: fadeinfrombottom 6s;
          animation: fadeinfrombottom 6s;
  opacity: 1;
}
@-webkit-keyframes fadeinfromtop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinfromtop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinfrombottom {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinfrombottom {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about .about-item {
  margin-top: 40px;
}
.about img {
  width: 100%;
}
.blog-post {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
}
.blog-post h1 {
  margin-top: 30px;
  padding-bottom: 30px;
  font-size: 2em;
  text-align: center;
  line-height: 45px;
}
.blog-post h2 {
  font-size: 1.5em;
  margin-bottom: 5px;
}
.blog-post p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 30px;
}
.blog-post p strong {
  font-weight: 400;
}
.blog-post ul {
  margin-bottom: 30px;
}
.blog-post li {
  margin-left: 30px;
}
.blog-post li a {
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #bbb;
}
.blog-post li * {
  font-size: 1em;
}
.blog-post img {
  max-width: 100%;
}
@media all and (max-width: 800px) {
  .blog-post p {
    font-size: 1.1em;
  }
}
.js-tweetable {
  background-color: none;
}
.js-tweetable a {
  color: inherit;
  text-decoration: none;
  border: none;
}
.js-tweetable a:after {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 4px;
  background-image: url("/images/icon-twitter.png");
  background-size: 15px;
  background-repeat: no-repeat;
}
.js-imageLink {
  text-decoration: none;
  border-bottom: none;
}
/**
 other styles
 */
.content li a {
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #bbb;
}
