@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato|Roboto+Mono");
@font-face {
  font-family: 'fontello';
  src: url("/assets/fonts/icons.eot?93325861");
  src: url("/assets/fonts/icons.eot?93325861#iefix") format("embedded-opentype"), url("/assets/fonts/icons.woff2?93325861") format("woff2"), url("/assets/fonts/icons.woff?93325861") format("woff"), url("/assets/fonts/icons.ttf?93325861") format("truetype"), url("/assets/fonts/icons.svg?93325861#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/assets/fonts/icons.svg?93325861#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-calendar:before {
  content: '\e800'; }

/* '' */
.icon-mail:before {
  content: '\e801'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-github:before {
  content: '\f113'; }

/* '' */
.home__contact .contact__items .contact__item {
  -webkit-box-flex: 1 auto;
  -moz-box-flex: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto; }

.home__contact .contact__items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.home__contact .contact__items .contact__item {
  width: 160px;
  margin: 5px;
  padding: 5px; }

.highlight > .highlight {
  background: #f7f7f7;
  display: block;
  line-height: 1.5;
  overflow: auto;
  padding: 15px;
  white-space: pre;
  word-wrap: normal; }

.highlight > .highlight code {
  background: none;
  padding: 0; }

.highlight > .highlight table td {
  padding: 5px; }

.highlight > .highlight table pre {
  margin: 0; }

.highlight > .highlight .bp {
  color: #999; }

.highlight > .highlight .c,
.highlight > .highlight .cd {
  color: #998;
  font-style: italic; }

.highlight > .highlight .c1 {
  color: #998;
  font-style: italic; }

.highlight > .highlight .cm {
  color: #998;
  font-style: italic; }

.highlight > .highlight .cp {
  color: #999;
  font-weight: bold; }

.highlight > .highlight .cs {
  color: #999;
  font-style: italic;
  font-weight: bold; }

.highlight > .highlight .err {
  background-color: #e3d2d2;
  color: #a61717; }

.highlight > .highlight .gd {
  background-color: #fdd;
  color: #000; }

.highlight > .highlight .ge {
  color: #000;
  font-style: italic; }

.highlight > .highlight .gh {
  color: #999; }

.highlight > .highlight .gi {
  background-color: #dfd;
  color: #000; }

.highlight > .highlight .go {
  color: #888; }

.highlight > .highlight .gp {
  color: #555; }

.highlight > .highlight .gr {
  color: #a00; }

.highlight > .highlight .gs {
  font-weight: bold; }

.highlight > .highlight .gt {
  color: #a00; }

.highlight > .highlight .gu {
  color: #aaa; }

.highlight > .highlight .il {
  color: #099; }

.highlight > .highlight .k,
.highlight > .highlight .kv {
  color: #000;
  font-weight: bold; }

.highlight > .highlight .kc {
  color: #000;
  font-weight: bold; }

.highlight > .highlight .kd {
  color: #000;
  font-weight: bold; }

.highlight > .highlight .kn {
  color: #000;
  font-weight: bold; }

.highlight > .highlight .kp {
  color: #000;
  font-weight: bold; }

.highlight > .highlight .kr {
  color: #000;
  font-weight: bold; }

.highlight > .highlight .kt {
  color: #458;
  font-weight: bold; }

.highlight > .highlight .m,
.highlight > .highlight .mb,
.highlight > .highlight .mx {
  color: #099; }

.highlight > .highlight .mf {
  color: #099; }

.highlight > .highlight .mh {
  color: #099; }

.highlight > .highlight .mi {
  color: #099; }

.highlight > .highlight .mo {
  color: #099; }

.highlight > .highlight .na {
  color: #008080; }

.highlight > .highlight .nb {
  color: #0086b3; }

.highlight > .highlight .nc {
  color: #458;
  font-weight: bold; }

.highlight > .highlight .nd {
  color: #3c5d5d;
  font-weight: bold; }

.highlight > .highlight .ne {
  color: #900;
  font-weight: bold; }

.highlight > .highlight .nf {
  color: #900;
  font-weight: bold; }

.highlight > .highlight .ni {
  color: #800080; }

.highlight > .highlight .nl {
  color: #900;
  font-weight: bold; }

.highlight > .highlight .nn {
  color: #555; }

.highlight > .highlight .no {
  color: #008080; }

.highlight > .highlight .nt {
  color: #000080; }

.highlight > .highlight .s {
  color: #d14; }

.highlight > .highlight .s1 {
  color: #d14; }

.highlight > .highlight .s2 {
  color: #d14; }

.highlight > .highlight .sc {
  color: #d14; }

.highlight > .highlight .sd {
  color: #d14; }

.highlight > .highlight .se {
  color: #d14; }

.highlight > .highlight .sh {
  color: #d14; }

.highlight > .highlight .si {
  color: #d14; }

.highlight > .highlight .sr {
  color: #009926; }

.highlight > .highlight .ss {
  color: #990073; }

.highlight > .highlight .sx {
  color: #d14; }

.highlight > .highlight .vc {
  color: #008080; }

.highlight > .highlight .vg {
  color: #008080; }

.highlight > .highlight .vi {
  color: #008080; }

.highlight > .highlight .nv {
  color: #008080; }

.highlight > .highlight .o {
  color: #000;
  font-weight: bold; }

.highlight > .highlight .ow {
  color: #000;
  font-weight: bold; }

.highlight > .highlight .w {
  color: #bbb; }

article,
aside,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  border-bottom: 1px solid rgba(20, 20, 175, 0.1);
  color: #1abc9c;
  text-decoration: none; }
  a:active, a:hover {
    color: #148f77;
    outline: 0; }

abbr {
  border-bottom: 1px dotted;
  cursor: help; }

blockquote {
  border-left: 3px solid #f0f0f0;
  color: #72909f;
  margin: 0 0 1.5rem;
  padding-left: 20px; }

body {
  background-color: #fff;
  color: #3b4d56;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
  padding-top: 15px;
  border-top: 5px solid #1abc9c; }

main {
  padding: 0 20px; }

button {
  appearance: button;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none; }
  button[disabled] {
    cursor: default; }
  button:-moz-focus-inner {
    border: 0;
    padding: 0; }

cite {
  color: #72909f;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

code,
kbd,
pre {
  font-family: "Roboto Mono", monospace;
  font-size: 13px; }

code {
  background: #f7f7f7;
  border-radius: 3px;
  padding: 3px 6px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #263238;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 1.5rem; }

h1 {
  font-size: 36px;
  letter-spacing: -1px; }

h2 {
  font-size: 22px;
  font-weight: normal; }

h3 {
  font-size: 18px;
  font-weight: normal; }

h4 {
  font-size: 16px;
  font-weight: normal; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 14px; }

html {
  font-size: 16px;
  text-size-adjust: 100%; }

hr {
  border-bottom: 1px solid #f0f0f0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  box-sizing: content-box;
  height: 0;
  margin: 0 0 1.5rem; }

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

kbd {
  background: linear-gradient(bottom, #505050, #111);
  border-radius: 3px;
  box-shadow: inset 0 -1px 1px #505050, 0 1px 0 #212121, 0 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  padding: 2px 6px 0; }

ol {
  padding-left: 25px; }

p {
  margin: 0 0 1.5rem; }

pre {
  margin: 0 0 1.5rem;
  overflow: auto; }

strong {
  font-weight: bold; }

ul {
  list-style-type: disc;
  margin: 0 0 1.5rem;
  padding-left: 20px; }

@media only screen and (min-width: 768px) {
  body {
    font-size: 18px; }
  main {
    padding: 0; }
  code,
  kbd,
  pre {
    font-size: 15px; }
  h1 {
    font-size: 36px;
    font-weight: bold; }
  h2 {
    font-size: 22px; }
  h3 {
    font-size: 18px; }
  h4 {
    font-size: 16px; }
  h5 {
    font-size: 14px; }
  h6 {
    font-size: 14px; } }

.container {
  margin: 0 auto;
  max-width: 720px; }
  .container:after {
    clear: both;
    content: '';
    display: table; }

.page h1 {
  text-align: center; }

.page__header {
  margin-top: 1.5rem;
  margin-bottom: 3rem; }

.page__heading {
  margin-bottom: 0.75rem;
  text-align: center; }
  .page__heading a {
    font-size: 1rem; }

.page__tagline {
  font-family: "Lato", sans-serif;
  color: #9e9e9e;
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
  width: 100%; }

@media only screen and (min-width: 768px) {
  .page__header {
    text-align: left; } }

.footer {
  border-top: 1px solid #f0f0f0;
  padding: 20px 0;
  font-size: .9rem;
  text-align: center;
  color: #9e9e9e; }
  .footer a {
    color: #9e9e9e;
    border-bottom: none; }
    .footer a:hover {
      color: #1abc9c; }

.footer__about {
  margin-top: 20px; }

@media only screen and (min-width: 768px) {
  .footer__credits {
    float: left;
    text-align: left; }
  .footer__about {
    float: right;
    text-align: right;
    margin: 0; } }

.home .avatar-wrapper {
  border-bottom: none; }
  .home .avatar-wrapper img {
    border-radius: 100%; }

.home__introduction {
  margin-top: 30px; }
  .home__introduction .page__header {
    text-align: center; }

.home__about {
  padding: 20px;
  margin-top: 10px;
  font-family: "Roboto Mono", monospace;
  font-size: 1rem;
  background-color: #263238;
  color: #fff; }

@media only screen and (min-width: 768px) {
  .home__about {
    position: relative;
    padding: 30px 0 10px;
    margin-top: 10px;
    transform: skewY(-1deg);
    font-size: 1.1rem; } }

.home__contact {
  margin: 30px 0; }
  .home__contact .contact__title {
    text-align: center; }
  .home__contact .contact__items .contact__item {
    text-align: center; }
  .home__contact .contact__items .contact__link {
    border-bottom: none;
    color: #263238;
    transition: all .1s linear; }
    .home__contact .contact__items .contact__link .icon {
      font-size: 1.2rem; }
    .home__contact .contact__items .contact__link:hover {
      color: #263238; }

.home__clients {
  position: relative;
  padding: 30px 0 10px;
  background-color: #f0f0f0; }

.home__latest-articles {
  margin: 60px 0; }
  .home__latest-articles .latest-articles__title {
    text-align: left; }
  .home__latest-articles .latest-articles__item {
    margin: 10px 0; }
    .home__latest-articles .latest-articles__item .article__title {
      font-family: "Roboto Mono", monospace; }

.contact__how-to {
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  padding: 20px 20px 0;
  margin-bottom: 30px; }

.contact__methods {
  text-align: center;
  margin-bottom: 30px; }
  .contact__methods .contact__item {
    display: inline-block;
    text-align: center; }
  .contact__methods .contact__link {
    border-bottom: none;
    color: #9e9e9e;
    transition: all .1s linear; }
    .contact__methods .contact__link:hover {
      color: #263238; }

.clients__container {
  text-align: center; }

@media only screen and (min-width: 768px) {
  .clients__container {
    display: flex; } }

.clients__title {
  text-align: center; }

.clients__item {
  padding: 20px; }
  .clients__item .client__link {
    border-width: 0; }
    .clients__item .client__link:hover {
      border-width: 1px; }

.articles__item {
  display: block; }
  .articles__item span {
    color: #9e9e9e;
    font-size: 1rem; }

.article img {
  border: 1px solid #f0f0f0;
  border-radius: 5px; }

.article__heading {
  text-align: center; }

.article__tagline {
  color: #9e9e9e;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  width: 100%; }

.article__meta {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #9e9e9e;
  text-align: center;
  font-size: 1rem; }

.article__meta--date {
  display: block; }

.article__meta--tags {
  display: block; }

.article__comments {
  margin-top: 20px; }

.article__archive {
  text-align: center;
  margin-top: 30px; }

.errors {
  text-align: center;
  padding-bottom: 20px; }

.errors__header {
  margin-bottom: 20px; }

.errors__image {
  display: block;
  margin: 0 auto; }

.errors__message {
  font-weight: bold; }

.errors__feedback {
  padding-top: 20px; }
