* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html, button, input, select, textarea, .pure-g [class*="pure-u"] { font-family: "ff-tisa-web-pro", Georgia, serif; font-size: 20px; line-height: 1.65; -webkit-text-size-adjust: 100%; color: #111; }

/** Headings */
h1, h2, h3, h4, h5, h6 { font-family: "brandon-grotesque", Helvetica Neue, Helvetica, Arial, sans-serif; text-transform: uppercase; line-height: 1.1em; color: #444; }

a { text-decoration: none; color: #3d92c9; }

a:hover, a:focus { text-decoration: underline; }

img { max-width: 100%; height: auto; }

#layout { padding: 0; }

.header { text-align: center; top: auto; margin: 3em auto; }

.sidebar { background: #424242; color: #fff; }
.sidebar .brand-title, .sidebar .brand-tagline { margin: 0; }
.sidebar .brand-title { text-transform: uppercase; font-size: 1.5em; }
.sidebar .brand-title a { color: white; }
.sidebar .brand-title a:hover { color: #3d92c9; text-decoration: none; }
.sidebar .brand-tagline { font-weight: 300; color: #e8e8e8; font-size: 1.1em; }
.sidebar .nav-list { margin: 0; padding: 0; list-style: none; display: inline-block; }
.sidebar .nav-item { display: inline-block; zoom: 1; }
.sidebar .nav-item a { background: transparent; border: 2px solid #e8e8e8; color: #fff; letter-spacing: 0.05em; text-transform: uppercase; font-size: 0.5em; font-family: "brandon-grotesque", Helvetica Neue, Helvetica, Arial, sans-serif; padding: .4em .8em; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; transition: all 0.25s ease; }
.sidebar .nav-item a:hover { background: #e8e8e8; text-decoration: none; color: #111; }
.sidebar .nav-item a:focus { text-decoration: none; }

.content { padding: 2em 1em 0; }
.content .page-title { margin: 0 0 1em; text-align: center; }
.content .post-title { font-size: 1.1em; margin-bottom: 0; }
.content .post-meta, .content .original { font-size: 17.5px; margin: 0; font-family: "brandon-grotesque", Helvetica Neue, Helvetica, Arial, sans-serif; text-transform: uppercase; }
.content .post-meta { color: #999; }
.content .original { font-weight: bold; color: #444; }
.content .promo { margin-top: 30px; }
.content article h2 { font-size: 1.2em; color: #444; }
.content article code { background-color: #f9f9f9; }
.content pre { background-color: #f9f9f9; padding: 1em; }
.content pre code { font-size: 16px; }

.project, .post-preview { margin-bottom: 2em; }
.project h2, .post-preview h2 { font-size: 1.1em; }
@media (min-width: 48em) { .project h2, .post-preview h2 { font-size: 1.5em; } }

.app-info h2, .posts h2 { margin: 0; }
.app-info p, .posts p { font-size: 16px; }

.resume .item { margin-bottom: 2em; }
.resume .item h3 { margin: 0; }
.resume .item h4 { font-size: 17.5px; margin: 0; font-family: "brandon-grotesque", Helvetica Neue, Helvetica, Arial, sans-serif; text-transform: uppercase; color: #999; }

@media (min-width: 48em) { .content .post, .content .posts { padding: 0 5em 2em; }
  .content .post-title { font-size: 2em; } }
@media (min-width: 64em) { .content { padding: 2em 3em 0; margin-left: 25%; }
  .content .image { padding-right: 2em; }
  .header { margin: 80% 2em 0 0; text-align: right; }
  .sidebar { position: fixed; top: 0; bottom: 0; }
  .sidebar .nav-list { display: block; margin: 0.5em 0; }
  .sidebar .nav-item a { font-size: 0.85em; } }
/** Syntax highlighting styles */
.highlight { background: #fff; }
.highlight .c { color: #998; font-style: italic; }
.highlight .err { color: #a61717; background-color: #e3d2d2; }
.highlight .k { font-weight: bold; }
.highlight .o { font-weight: bold; }
.highlight .cm { color: #998; font-style: italic; }
.highlight .cp { color: #999; font-weight: bold; }
.highlight .c1 { color: #998; font-style: italic; }
.highlight .cs { color: #999; font-weight: bold; font-style: italic; }
.highlight .gd { color: #000; background-color: #fdd; }
.highlight .gd .x { color: #000; background-color: #faa; }
.highlight .ge { font-style: italic; }
.highlight .gr { color: #a00; }
.highlight .gh { color: #999; }
.highlight .gi { color: #000; background-color: #dfd; }
.highlight .gi .x { color: #000; background-color: #afa; }
.highlight .go { color: #888; }
.highlight .gp { color: #555; }
.highlight .gs { font-weight: bold; }
.highlight .gu { color: #aaa; }
.highlight .gt { color: #a00; }
.highlight .kc { font-weight: bold; }
.highlight .kd { font-weight: bold; }
.highlight .kp { font-weight: bold; }
.highlight .kr { font-weight: bold; }
.highlight .kt { color: #458; font-weight: bold; }
.highlight .m { color: #099; }
.highlight .s { color: #d14; }
.highlight .na { color: #008080; }
.highlight .nb { color: #0086B3; }
.highlight .nc { color: #458; font-weight: bold; }
.highlight .no { color: #008080; }
.highlight .ni { color: #800080; }
.highlight .ne { color: #900; font-weight: bold; }
.highlight .nf { color: #900; font-weight: bold; }
.highlight .nn { color: #555; }
.highlight .nt { color: #000080; }
.highlight .nv { color: #008080; }
.highlight .ow { font-weight: bold; }
.highlight .w { color: #bbb; }
.highlight .mf { color: #099; }
.highlight .mh { color: #099; }
.highlight .mi { color: #099; }
.highlight .mo { color: #099; }
.highlight .sb { color: #d14; }
.highlight .sc { color: #d14; }
.highlight .sd { color: #d14; }
.highlight .s2 { color: #d14; }
.highlight .se { color: #d14; }
.highlight .sh { color: #d14; }
.highlight .si { color: #d14; }
.highlight .sx { color: #d14; }
.highlight .sr { color: #009926; }
.highlight .s1 { color: #d14; }
.highlight .ss { color: #990073; }
.highlight .bp { color: #999; }
.highlight .vc { color: #008080; }
.highlight .vg { color: #008080; }
.highlight .vi { color: #008080; }
.highlight .il { color: #099; }
