@font-face {
  font-family: 'Fira Sans';
  src: url("fonts/FiraSans-Light.html");
  src: local("Fira Sans Light"), url("fonts/FiraSans-Light.html") format("embedded-opentype"), url("fonts/FiraSans-Light-2.html") format("woff"), url("fonts/FiraSans-Light-3.html") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Fira Sans';
  src: url("fonts/FiraSans-Regular.html");
  src: local("Fira Sans Regular"), url("fonts/FiraSans-Regular.html") format("embedded-opentype"), url("fonts/FiraSans-Regular-2.html") format("woff"), url("fonts/FiraSans-Regular-3.html") format("truetype");
  font-weight: 400;
  font-style: normal; }
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 300 16px/1.5 "Fira Sans", sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

.section {
  margin-bottom: 42.66667px; }

.section > p {
  text-align: justify; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlighter-rouge {
  padding-bottom: 21.33333px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

.profile-pic {
  float: right;
  text-align: center;
  width: 140px;
  max-width: 40%;
  font-size: 14px;
  margin-left: 32px; }

.profile-pic > img {
  width: calc(100% - 6px);
  padding: 3px;
  border: 1px solid #84B818;
  border-radius: 3px;
  margin-bottom: 3px; }

/**
 * Figures
 */
figure > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-bottom: 21.33333px; }

figcaption {
  font-size: 14px;
  margin-left: 21.33333px;
  margin-right: 21.33333px;
  text-align: justify; }

figcaption > span {
  font-weight: 400;
  margin-right: 10.66667px; }

/**
 * Title with heading and abstract
 */
.title > div:first-of-type {
  margin: 20% 32px;
  margin-top: 50%; }

.title > div > h1 {
  font-size: 32px;
  text-align: center; }

.title > div > div {
  font-style: italic;
  text-align: justify; }

.arrow {
  animation-delay: 1s;
  animation-iteration-count: infinite;
  position: relative;
  margin-bottom: 20%;
  left: calc(50% - 30px);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.66);
  width: 60px;
  height: 60px; }

.arrow:before,
.arrow:after {
  background: #84B819;
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  top: 25px;
  left: 15px;
  width: 30px; }

.arrow:before {
  transform: translateY(-50%) rotate(45deg) translateX(-15%);
  transform-origin: top left; }

.arrow:after {
  transform: translateY(-50%) rotate(-45deg) translateX(15%);
  transform-origin: top right; }

/**
 * Lists
 */
ul {
  margin-left: 21.33333px;
  list-style-type: square; }

ul > li {
  padding-left: 10.66667px; }

ol {
  margin-left: 32px;
  font-size: 14px;
  list-style-type: none;
  counter-reset: ol-counter; }

ol > li::before {
  content: "[" counter(ol-counter) "] ";
  counter-increment: ol-counter;
  margin-right: 10.66667px;
  margin-left: -32px; }

li > ul,
li > p,
li > ol {
  margin-bottom: 0; }

strong {
  font-weight: 400; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

h1 {
  font-size: 24px;
  color: #424242;
  letter-spacing: 1px; }

/**
 * Links
 */
a {
  color: #7cb507;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  .social-media-list a:hover {
    text-decoration: none; }
    .social-media-list a:hover .username {
      text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 16px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #C2DC8C;
  border-radius: 3px;
  background-color: #EBF3D9; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0;
    font-size: 14px; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(760px - (32px * 2));
  max-width: calc(760px - (32px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px; }
  @media screen and (max-width: 760px) {
    .wrapper {
      max-width: -webkit-calc(760px - (32px));
      max-width: calc(760px - (32px));
      padding-right: 16px;
      padding-left: 16px; } }

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

.social-media-list .icon {
  padding-right: 5px; }
.social-media-list li + li {
  padding-top: 5px; }

/**
 * Site header
 */
.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: 32px;
  min-height: 59.68px; }

.site-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 54px;
  margin-bottom: 0px;
  margin-right: 20px;
  float: left;
  color: #424242;
  letter-spacing: 1px; }

.site-subtitle {
  font-size: 16px;
  margin-bottom: 0px;
  float: right;
  line-height: 62.4px;
  margin-left: 0px; }
  @media screen and (max-width: 641px) {
    .site-subtitle {
      display: block;
      line-height: 24px;
      padding-bottom: 20px;
      float: left; } }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 8px 0 10.66667px 0;
  text-align: right;
  font-size: 14px; }

.site-footer a {
  color: #828282; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

/**
 * Page content
 */
.page-content {
  padding: 0 0 48px 0; }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 32px; }

.post-meta {
  font-size: 14px;
  color: #828282; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 32px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 760px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 32px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 760px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 760px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 760px) {
      .post-content h4 {
        font-size: 18px; } }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #EBF3D9; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: 400; }
  .highlight .o {
    font-weight: 400; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: 400; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: 400;
    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: 400; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: 400; }
  .highlight .kd {
    font-weight: 400; }
  .highlight .kp {
    font-weight: 400; }
  .highlight .kr {
    font-weight: 400; }
  .highlight .kt {
    color: #458;
    font-weight: 400; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: 400; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: 400; }
  .highlight .nf {
    color: #900;
    font-weight: 400; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: 400; }
  .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; }
