button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus {
  background-color: #2c5999;
  color: #fff
}

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em
}

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em
}

label {
  font-weight: 600;
  margin-bottom: 0.375em
}

label.required::after {
  content: "*"
}

label abbr {
  display: none
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color;
  transition: border-color;
  width: 100%
}

input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
input:not([type]):hover,
textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #c4c4c4
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #477dca;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none
}

textarea {
  resize: vertical
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0
}

dl {
  margin-bottom: 0.75em
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em
}

dl dd {
  margin: 0
}

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0
}

tr,
td,
th {
  vertical-align: middle
}

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em
}

p {
  margin: 0 0 0.75em
}

a {
  color: #477dca;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear
}

a:active,
a:focus,
a:hover {
  color: #2c5999
}

a:active,
a:focus {
  outline: none
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0
}

img,
picture {
  margin: 0;
  max-width: 100%
}

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

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit
}

#main {
  max-width: 37.5em;
  margin-left: auto;
  margin-right: auto
}

#main::after {
  clear: both;
  content: "";
  display: block
}

@media screen and (max-width: 50em) {
  #main {
    margin-left: 1.6em;
    margin-right: 1.6em
  }
}

.large-column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%
}

.large-column:last-child {
  margin-right: 0
}

.small-column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%
}

.small-column:last-child {
  margin-right: 0
}

@media screen and (max-width: 50em) {

  .large-column,
  .small-column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 1em
  }

  .large-column:last-child,
  .small-column:last-child {
    margin-right: 0
  }
}

ol {
  font-size: 1em;
  font-weight: 500
}

ol li {
  margin: 0.1em 0
}

ol li span {
  display: inline-block
}

ol li span:before {
  content: "/";
  margin: 0 0.3em
}

.home {
  margin-right: 8em
}

.home .links {
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 1em;
  padding-right: 0.8em;
  font-weight: bold
}

.home h1,
.err-404 h1 {
  background: url("/images/me.png?1367773638") no-repeat center 100px;
  padding-top: 460px;
  text-indent: -100000px;
  margin: 0;
  -webkit-animation-name: welcome;
  -webkit-animation-duration: 0.9s
}

.social-icons {
  width: 350px;
  margin: auto
}

.social-icons .icon {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  -webkit-background-size: 80px 80px;
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 15px
}

.social-icons .icon.twitter-icon {
  background-image: url("/images/social/twitter_128x128.png?1425235929");
  top: -50px
}

.social-icons .icon.linkedin-icon {
  background-image: url("/images/social/linkedin_128x128.png?1425235929")
}

.social-icons .icon.mail-icon {
  background-image: url("/images/social/mail_128x128.png?1425235929");
  top: -50px
}

#quote {
  position: absolute;
  width: 400px;
  right: 4%;
  top: 2em;
  padding: 10px;
  background-color: rgba(14, 48, 65, 0.3);
  border-radius: 2px
}

#quote .text {
  text-align: justify;
  font-size: 1em;
  padding: 0.4em 0.4em 1em 0.4em;
  color: #fff;
}

#quote .author {
  text-align: right;
  font-size: 0.7em;
  color: #fff;
}

.err-404 h1 {
  background: url("/images/me-sad.png?1367777058") no-repeat center 100px
}

.err-404 p {
  font-size: 1.5em;
  color: #0e3041;
  padding: 5px 0;
  text-align: center
}

@-webkit-keyframes welcome {
  from {
    -webkit-transform: scale(0);
    opacity: 0
  }

  50% {
    -webkit-transform: scale(0);
    opacity: 0
  }

  82.5% {
    -webkit-transform: scale(1.03);
    -webkit-animation-timing-function: ease-out;
    opacity: 1
  }

  to {
    -webkit-transform: scale(1)
  }
}

@media only screen and (max-width: 480px) {
  #quote {
    left: 1em;
    right: 1em;
  }
}

@media only screen and (max-width: 580px) and (orientation: portrait) {
  .home h1,
  .err-404 h1 {
    margin-top: 12em;
  }
}

@media only screen and (max-width: 580px), screen and (max-width: 740px) and (orientation: landscape) {
  .home,
  .err-404 {
    margin: auto
  }

  .home h1,
  .err-404 h1 {
    -webkit-background-size: 60% 60%;
    background-size: 60%;
    background-position-y: 80%;
    padding-top: 420px;
  }

  #quote {
    width: inherit;
    top: 1em;
    left: 2em;
    right: 2em;
    font-size: 0.8em;
  }
}

nav {
  border-bottom: 1px solid #ddd;
  margin: 1.875em 0
}

nav ul {
  display: inline-block;
  margin-bottom: 0.625em
}

.blog-title {
  font-size: 1.4em;
  font-weight: 700;
  letterspacing: 4px;
  text-transform: uppercase
}

footer {
  border-top: 1px solid #ddd;
  margin: 2em 0;
  padding-top: 2em
}

footer::after {
  clear: both;
  content: "";
  display: block
}

footer .bio img {
  width: 20%
}

footer .bio p {
  text-align: justify;
  display: inline-block;
  vertical-align: top;
  width: 70%;
  margin-left: 5%;
  margin-top: 1.5em
}

@media only screen and (max-width: 580px), screen and (max-width: 740px) and (orientation: landscape) {
  footer .bio::after {
    clear: both;
    content: "";
    display: block
  }

  footer .bio img {
    width: 30%;
    display: block;
    margin: 0 auto
  }

  footer .bio p {
    text-align: justify;
    width: 100%;
    margin-left: 0;
    float: none
  }
}

article {
  font-size: 1.2em;
  text-align: left;
  text-align: justify
}

article h1 {
  font-size: 1.3em;
  color: #0e3041
}

article h2 {
  font-size: 1.1em;
  padding-top: 0.8em;
  color: #0e3041
}

article h3 {
  font-size: 0.9em;
  padding-top: 0.5em;
  color: #0e3041
}

article h4 {
  font-size: 0.8em;
  padding-top: 0.5em;
  color: #2b5062
}

article p:last-child {
  margin-bottom: 0
}

article ul {
  padding-bottom: 1em
}

article ul li {
  padding-left: 1em;
  padding-bottom: 0.5em;
  font-size: 0.9em
}

article ol {
  padding-bottom: 1em;
  list-style-type: cjk-ideographic;
  list-style-position: inside
}

article ol li {
  padding-left: 1em;
  padding-bottom: 0.5em;
  font-size: 0.9em
}

.summaries li {
  padding: 1em
}

.summaries li>em {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.3em
}

.summaries .odd {
  background-color: #eeeaf4
}

.paginate a {
  font-weight: bold
}

.paginate.bottom {
  margin-top: 1em
}

.shareaholic-canvas {
  padding-top: 1em;
  min-height: 127px
}

@media only screen and (max-width: 580px), screen and (max-width: 740px) and (orientation: landscape) {
  article {
    font-size: 1em
  }
}

#disqus_wrap {
  padding: 2em 0;
  background-color: #f0e9e4
}

@media screen and (max-width: 50em) {
  #disqus_wrap {
    padding: 1em 1.6em
  }
}

#disqus_thread {
  max-width: 37.5em;
  margin-left: auto;
  margin-right: auto
}

#disqus_thread::after {
  clear: both;
  content: "";
  display: block
}

#disqus_thread p {
  color: #0e3041
}

.highlight table {
  border-spacing: 0
}

.highlight table td {
  padding: 5px
}

.highlight table .gutter {
  text-align: right
}

.highlight,
.highlight .w {
  color: #303030
}

.highlight .err {
  color: #151515;
  background-color: #ac4142
}

.highlight .c,
.highlight .cm,
.highlight .c1,
.highlight .cs {
  color: #505050
}

.highlight .cp {
  color: #f4bf75
}

.highlight .nt {
  color: #f4bf75
}

.highlight .o,
.highlight .ow {
  color: #d0d0d0
}

.highlight .p {
  color: #d0d0d0
}

.highlight .gi {
  color: #90a959
}

.highlight .g {
  color: #ac4142
}

.highlight .gh {
  color: #6a9fb5;
  background-color: #151515;
  font-weight: bold
}

.highlight .k,
.highlight .kn,
.highlight .kp,
.highlight .kr {
  color: #aa759f
}

.highlight .kc {
  color: #d28445
}

.highlight .kt {
  color: #d28445
}

.highlight .kd {
  color: #d28445
}

.highlight .s,
.highlight .sb,
.highlight .sc,
.highlight .sd,
.highlight .s2,
.highlight .sh,
.highlight .sx,
.highlight .s1 {
  color: #90a959
}

.highlight .sr {
  color: #75b5aa
}

.highlight .si {
  color: #8f5536
}

.highlight .se {
  color: #8f5536
}

.highlight .nn {
  color: #f4bf75
}

.highlight .nc {
  color: #f4bf75
}

.highlight .no {
  color: #f4bf75
}

.highlight .na {
  color: #6a9fb5
}

.highlight .m,
.highlight .mf,
.highlight .mh,
.highlight .mi,
.highlight .il,
.highlight .mo {
  color: #90a959
}

.highlight .ss {
  color: #90a959
}

article code,
article kbd,
article pre,
article samp {
  font-family: monaco, serif;
  font-size: 0.8em
}

article code.highlight,
article kbd.highlight,
article pre.highlight,
article samp.highlight {
  font-size: 0.6em;
  background-color: rgba(14, 48, 65, 0.04);
  border-radius: 2px;
  padding: 0.8em 1em 0.7em;
  white-space: pre;
  overflow-x: auto;
  word-break: inherit;
  word-wrap: inherit
}

article code.highlight table .gl,
article kbd.highlight table .gl,
article pre.highlight table .gl,
article samp.highlight table .gl {
  width: 3em;
  border-right: 1px solid #dddddd;
  padding-right: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

article code.highlight table .code,
article kbd.highlight table .code,
article pre.highlight table .code,
article samp.highlight table .code {
  padding-left: 1em;
  margin-right: 1em
}

body {
  background: #eef1ff;
  font-family: "Signika Negative", sans-serif;
  color: #0e3041;
  font-size: 1.3em
}

@media screen and (min-width: 112.5em) {
  body {
    font-size: 1.6em
  }
}

@media screen and (min-width: 150em) {
  body {
    font-size: 2em
  }
}

a,
.blog-title {
  color: #d19531
}

a:active,
a:focus,
a:hover,
.blog-title:active,
.blog-title:focus,
.blog-title:hover {
  color: #a97826
}

code {
  background-color: rgba(228, 192, 132, 0.5);
  border-radius: 0.15em;
  padding: 0 0.3em
}
