/*Reset all browser styles & set font-size to 100%*/
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; }

/*Set HTML5 elements to block*/
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/*Remove built in list styling*/
ol, ul {
  list-style: none; }

/*Remove link underlining*/
a {
  text-decoration: none; }

/*Normalize block quotes*/
blockquote, q {
  quotes: none; }

/*Remove pseudo elements*/
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*Normalize tables*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*Global border-box*/
* {
  box-sizing: border-box; }

/*additional button reset*/
button {
  border: none;
  background-color: transparent; }

@font-face {
  font-family: Montserrat-;
  src: url("./fonts/Montserrat-UltraLight.otf") format("opentype");
  font-style: normal;
  font-weight: 200; }
@font-face {
  font-family: Montserrat-;
  src: url("./fonts/Montserrat-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: Montserrat-;
  src: url("./fonts/Montserrat-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 500; }
body {
  background-color: #123;
  font-family: Montserrat-, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 200; }

em {
  font-style: italic; }

strong {
  font-weight: 400; }

.main-container {
  width: 80%;
  margin: 40px auto;
  min-width: 300px;
  max-width: 960px; }

.top-nav {
  float: right; }

.top-nav a {
  color: #778899; }

.top-nav a:hover {
  color: #FFFFFF;
  border-bottom: 0; }

/*
header svg,
.twitter a { transition: all 100ms ease-in-out; }
*/
header svg .fill-01 {
  fill: #fff; }

header svg .fill-02 {
  fill: #789; }

.content-container {
  margin: 40px 0; }

.content-container p {
  color: #fff;
  font-size: 23px;
  line-height: 1.42em;
  margin-bottom: .83em;
  -webkit-font-smoothing: antialiased; }

.content-container p:nth-child(2) {
  color: #789; }

a {
  color: #fbb040; }

a:hover {
  border-bottom: 1px solid #fbb040; }

footer {
  float: left;
  width: 100%;
  margin-top: 40px;
  padding: 40px 0;
  border-top: 2px solid #263646; }

.brand-mark {
  float: left; }

.twitter {
  display: block;
  float: right;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px; }

.twitter a {
  color: #424e5b; }

.twitter svg .fill-06 {
  fill: #424e5b; }

.twitter a:hover,
.twitter a:active {
  color: #fff;
  border-bottom: none; }

.copyright {
  display: none;
  color: rgba(255, 255, 255, 0.1); }

/* Tablet */
@media (min-width: 768px) {
  .main-container {
    max-width: 740px;
    margin: 50px auto; }

  .content-container p {
    font-size: 28px; }

  .copyright {
    display: inline; } }
/* Desktop */
@media (min-width: 1024px) {
  .logo svg {
    width: 300px;
    height: 74px; }

  .main-container {
    width: 70%;
    margin: 80px auto; }

  .content-container {
    margin: 50px 0 70px; }

  .content-container p {
    font-size: 40px;
    line-height: 1.32em; }

  .footer {
    margin-top: 80px;
    padding: 60px 0; } }
/* ------------------ top-nav ------------------ */
.top-nav {
  float: right; }
  .top-nav a {
    color: #778899; }
    .top-nav a:hover {
      color: #FFFFFF;
      border-bottom: 0; }

/* ------------------ header-brand-mark ------------------ */
.header-brand-mark .fill-03 {
  fill: #FFFFFF; }
.header-brand-mark .fill-04 {
  fill: #778899; }
.header-brand-mark .fill-05 {
  fill: #596673; }
.header-brand-mark a:hover {
  border: 0; }
.header-brand-mark h1 {
  font-size: 36px;
  margin: 25px 0 50px 0;
  color: rgba(255, 255, 255, 0.8); }

.blog-list .header-brand-mark {
  text-align: center;
  clear: both; }

/* ------------------ blog-list-container ------------------ */
.blog-list-container {
  color: #424E5B; }
  .blog-list-container li {
    border-bottom: 1px solid #263646;
    padding: 25px 0; }
    .blog-list-container li:last-child {
      border: none; }
  .blog-list-container h2 {
    font-size: 24px;
    color: #fff;
    margin: .5em 0; }
    .blog-list-container h2 a {
      color: #fff; }
      .blog-list-container h2 a:hover {
        border-bottom: 1px solid #fff; }
  .blog-list-container p {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Helvetica Neue", Helvetica, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: .5em;
    letter-spacing: .05em; }
  .blog-list-container .title-tags {
    display: block; }

.page-navigation {
  font-size: 17px;
  display: block;
  width: auto;
  overflow: hidden;
  margin-bottom: 25px; }

.page-navigation a {
  display: block;
  width: 50%;
  float: left;
  margin: 1em 0; }

.page-navigation .next {
  text-align: right; }

@media (min-width: 768px) {
  .blog-list-container .title-tags {
    display: inline;
    margin-left: 1.5rem; } }
/* ------------------ title-container ------------------ */
.title-container {
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid #263646;
  padding: 50px 0; }
  .title-container h1 {
    font-size: 36px;
    color: #fff; }

/* ------------------ title-byline ------------------ */
.title-byline {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 3em; }

.title-author {
  color: #fbb040; }

.title-tags {
  font-size: 12px;
  text-transform: uppercase; }

/* ------------------ blog-content-container ------------------ */
.blog-content-container {
  margin: 50px 0 50px;
  color: rgba(255, 255, 255, 0.8); }
  .blog-content-container p, .blog-content-container ol, .blog-content-container ul {
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; }
  .blog-content-container p {
    line-height: 1.75em;
    margin: 1em 0;
    letter-spacing: .05em; }
  .blog-content-container ol, .blog-content-container ul {
    margin-left: 2em; }
  .blog-content-container ol {
    list-style-type: decimal; }
  .blog-content-container ul {
    list-style-type: disc; }
  .blog-content-container ol > li,
  .blog-content-container ul > li {
    line-height: 1.75em;
    margin-top: 1em;
    letter-spacing: .05em; }
  .blog-content-container h2 {
    font-size: 24px;
    color: #ffffff;
    margin: 1.5em 0 1em 0; }
  .blog-content-container h3 {
    font-size: 20px;
    color: #ffffff;
    margin: 1.5em 0 1em 0; }

/* ------------------ code ------------------ */
code, kbd, pre, samp {
  font-family: Menlo, Monaco, 'Courier New', monospace;
  font-size: 1em;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.38);
  border-radius: 2px;
  padding: 4px;
  font-size: 14px;
  color: #eee; }

pre {
  background: rgba(0, 0, 0, 0.15);
  line-height: 1.5em;
  margin: 1.5rem 0;
  overflow-x: auto;
  white-space: pre;
  word-wrap: normal;
  border: 1px solid rgba(0, 0, 0, 0.38);
  border-radius: 2px; }
  pre code {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    outline: none;
    overflow-x: auto;
    padding: 1rem;
    white-space: inherit; }
  pre code.bash .string {
    color: #7ED321; }

/* ------------------ blog-pagination ------------------ */
.blog-pagination {
  color: #424E5B;
  text-align: center;
  font-size: 16px;
  line-height: 1.75em;
  font-family: "Helvetica Neue", Helvetica, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; }

/* ------------------ subscription-form ------------------ */
.subscription-form input[type=submit] {
  border-radius: 2px;
  border: 0;
  width: 100%;
  background: #fbb040;
  color: #102334;
  font-weight: 400 !important;
  padding: 15px;
  font-size: 16px;
  font-family: "Helvetica Neue";
  font-weight: 200;
  cursor: pointer; }
  .subscription-form input[type=submit]:hover, .subscription-form input[type=submit]:focus {
    outline: none;
    background: #f0a029; }
.subscription-form input[type=email] {
  width: 100%;
  margin-bottom: 10px;
  background: transparent;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid #424E5B;
  padding: 15px;
  font-size: 16px; }
  .subscription-form input[type=email]:hover {
    border: 1px solid #5b6a79;
    background: rgba(0, 0, 0, 0.03); }
  .subscription-form input[type=email]:focus {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #667788;
    outline: none; }
.subscription-form input::-webkit-input-placeholder {
  color: #c1c5c9; }

@media (min-width: 768px) {
  .subscription-form input[type=submit] {
    width: 32%;
    margin-left: 4%; }

  .subscription-form input[type=email] {
    width: 63.2%;
    margin-bottom: 0; } }
#disqus_thread {
  margin-top: 2em; }

.highlight, pre.highlight {
  color: #abb2bf; }

.highlight .hll {
  background: #282c34; }

.highlight .c {
  color: #5c6370;
  font-style: italic; }

.highlight .err {
  color: #960050;
  background-color: #1e0010; }

.highlight .k {
  color: #c678dd; }

.highlight .l {
  color: #98c379; }

.highlight .n {
  color: #abb2bf; }

.highlight .o {
  color: #abb2bf; }

.highlight .p {
  color: #abb2bf; }

.highlight .cm {
  color: #5c6370;
  font-style: italic; }

.highlight .cp {
  color: #5c6370;
  font-style: italic; }

.highlight .c1 {
  color: #5c6370;
  font-style: italic; }

.highlight .cs {
  color: #5c6370;
  font-style: italic; }

.highlight .ge {
  font-style: italic; }

.highlight .gs {
  font-weight: 700; }

.highlight .kc {
  color: #c678dd; }

.highlight .kd {
  color: #c678dd; }

.highlight .kn {
  color: #c678dd; }

.highlight .kp {
  color: #c678dd; }

.highlight .kr {
  color: #c678dd; }

.highlight .kt {
  color: #c678dd; }

.highlight .ld {
  color: #98c379; }

.highlight .m {
  color: #d19a66; }

.highlight .s {
  color: #98c379; }

.highlight .na {
  color: #d19a66; }

.highlight .nb {
  color: #e5c07b; }

.highlight .nc {
  color: #e5c07b; }

.highlight .no {
  color: #e5c07b; }

.highlight .nd {
  color: #e5c07b; }

.highlight .ni {
  color: #e5c07b; }

.highlight .ne {
  color: #e5c07b; }

.highlight .nf {
  color: #abb2bf; }

.highlight .nl {
  color: #e5c07b; }

.highlight .nn {
  color: #abb2bf; }

.highlight .nx {
  color: #abb2bf; }

.highlight .py {
  color: #e5c07b; }

.highlight .nt {
  color: #e06c75; }

.highlight .nv {
  color: #e5c07b; }

.highlight .ow {
  font-weight: 700; }

.highlight .w {
  color: #f8f8f2; }

.highlight .mf {
  color: #d19a66; }

.highlight .mh {
  color: #d19a66; }

.highlight .mi {
  color: #d19a66; }

.highlight .mo {
  color: #d19a66; }

.highlight .sb {
  color: #98c379; }

.highlight .sc {
  color: #98c379; }

.highlight .sd {
  color: #98c379; }

.highlight .s2 {
  color: #98c379; }

.highlight .se {
  color: #98c379; }

.highlight .sh {
  color: #98c379; }

.highlight .si {
  color: #98c379; }

.highlight .sx {
  color: #98c379; }

.highlight .sr {
  color: #56b6c2; }

.highlight .s1 {
  color: #98c379; }

.highlight .ss {
  color: #56b6c2; }

.highlight .bp {
  color: #e5c07b; }

.highlight .vc {
  color: #e5c07b; }

.highlight .vg {
  color: #e5c07b; }

.highlight .vi {
  color: #e06c75; }

.highlight .il {
  color: #d19a66; }

.highlight .gu {
  color: #75715e; }

.highlight .gd {
  color: #f92672; }

.highlight .gi {
  color: #a6e22e; }
