/*
 * (Extract from the Bootstrap Documentation: http://getbootstrap.com/css/)
 *
 * Extra small devices (phones, less than 768px)
 * No media query since this is the default in Bootstrap
 *
 * Small devices (tablets, 768px and up)
 * @media (min-width: @screen-sm-min) { ... }
 *
 * Medium devices (desktops, 992px and up)
 * @media (min-width: @screen-md-min) { ... }
 *
 * Large devices (large desktops, 1200px and up)
 * @media (min-width: @screen-lg-min) { ... }
 *
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import "https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
 * Great Loader thanks to:
 * https://ihatetomatoes.net/create-css3-spinning-preloader/
 */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: white; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }
/* Hide the loader when loaded */
.loaded #loader-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s 0.6s ease-out; }
.loaded #loader {
  opacity: 0;
  transition: all 0.3s 0.3s ease-out; }

/* Labels */
#labels {
  padding: 75px 35px;
  background: #4185f4;
  text-align: center;
  color: white; }
  #labels .labels {
    margin-top: 80px;
    padding-left: 0; }
  #labels .label-count {
    display: inline-block;
    color: #4185f4;
    font-weight: bold;
    text-shadow: none; }

ul.labels {
  /* List of available keywords */
  list-style-type: none; }
  ul.labels li {
    display: inline-block;
    width: 150px;
    height: 150px; }
    ul.labels li .label {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: relative; }
      ul.labels li .label .label-icon {
        position: absolute;
        left: 50%;
        margin-left: -35px;
        top: 25px;
        z-index: 5;
        /* Common properties of each icon */
        width: 70px;
        height: 60px;
        background-image: url("../img/labels-sprite.png");
        background-position-x: 0;
        /* Generate classes for each keyword */ }
        ul.labels li .label .label-icon.label-im-readin-it-icon.label-white-icon {
          background-position: 0 0px; }
        ul.labels li .label .label-icon.label-im-readin-it-icon.label-black-icon {
          background-position: -70px 0px; }
        ul.labels li .label .label-icon.label-im-readin-it-icon.label-blue-icon {
          background-position: -140px 0px; }
        ul.labels li .label .label-icon.label-im-watchin-it-icon.label-white-icon {
          background-position: 0 -60px; }
        ul.labels li .label .label-icon.label-im-watchin-it-icon.label-black-icon {
          background-position: -70px -60px; }
        ul.labels li .label .label-icon.label-im-watchin-it-icon.label-blue-icon {
          background-position: -140px -60px; }
        ul.labels li .label .label-icon.label-im-writin-it-icon.label-white-icon {
          background-position: 0 -120px; }
        ul.labels li .label .label-icon.label-im-writin-it-icon.label-black-icon {
          background-position: -70px -120px; }
        ul.labels li .label .label-icon.label-im-writin-it-icon.label-blue-icon {
          background-position: -140px -120px; }
        ul.labels li .label .label-icon.label-im-inspectin-it-icon.label-white-icon {
          background-position: 0 -180px; }
        ul.labels li .label .label-icon.label-im-inspectin-it-icon.label-black-icon {
          background-position: -70px -180px; }
        ul.labels li .label .label-icon.label-im-inspectin-it-icon.label-blue-icon {
          background-position: -140px -180px; }
        ul.labels li .label .label-icon.label-html5-icon.label-white-icon {
          background-position: 0 -240px; }
        ul.labels li .label .label-icon.label-html5-icon.label-black-icon {
          background-position: -70px -240px; }
        ul.labels li .label .label-icon.label-html5-icon.label-blue-icon {
          background-position: -140px -240px; }
        ul.labels li .label .label-icon.label-agile-icon.label-white-icon {
          background-position: 0 -300px; }
        ul.labels li .label .label-icon.label-agile-icon.label-black-icon {
          background-position: -70px -300px; }
        ul.labels li .label .label-icon.label-agile-icon.label-blue-icon {
          background-position: -140px -300px; }
        ul.labels li .label .label-icon.label-architecture-icon.label-white-icon {
          background-position: 0 -360px; }
        ul.labels li .label .label-icon.label-architecture-icon.label-black-icon {
          background-position: -70px -360px; }
        ul.labels li .label .label-icon.label-architecture-icon.label-blue-icon {
          background-position: -140px -360px; }
        ul.labels li .label .label-icon.label-classics-icon.label-white-icon {
          background-position: 0 -420px; }
        ul.labels li .label .label-icon.label-classics-icon.label-black-icon {
          background-position: -70px -420px; }
        ul.labels li .label .label-icon.label-classics-icon.label-blue-icon {
          background-position: -140px -420px; }
        ul.labels li .label .label-icon.label-big-data-icon.label-white-icon {
          background-position: 0 -480px; }
        ul.labels li .label .label-icon.label-big-data-icon.label-black-icon {
          background-position: -70px -480px; }
        ul.labels li .label .label-icon.label-big-data-icon.label-blue-icon {
          background-position: -140px -480px; }
        ul.labels li .label .label-icon.label-build-icon.label-white-icon {
          background-position: 0 -540px; }
        ul.labels li .label .label-icon.label-build-icon.label-black-icon {
          background-position: -70px -540px; }
        ul.labels li .label .label-icon.label-build-icon.label-blue-icon {
          background-position: -140px -540px; }
        ul.labels li .label .label-icon.label-computer-science-icon.label-white-icon {
          background-position: 0 -600px; }
        ul.labels li .label .label-icon.label-computer-science-icon.label-black-icon {
          background-position: -70px -600px; }
        ul.labels li .label .label-icon.label-computer-science-icon.label-blue-icon {
          background-position: -140px -600px; }
        ul.labels li .label .label-icon.label-data-icon.label-white-icon {
          background-position: 0 -660px; }
        ul.labels li .label .label-icon.label-data-icon.label-black-icon {
          background-position: -70px -660px; }
        ul.labels li .label .label-icon.label-data-icon.label-blue-icon {
          background-position: -140px -660px; }
        ul.labels li .label .label-icon.label-ddd-icon.label-white-icon {
          background-position: 0 -720px; }
        ul.labels li .label .label-icon.label-ddd-icon.label-black-icon {
          background-position: -70px -720px; }
        ul.labels li .label .label-icon.label-ddd-icon.label-blue-icon {
          background-position: -140px -720px; }
        ul.labels li .label .label-icon.label-patterns-icon.label-white-icon {
          background-position: 0 -780px; }
        ul.labels li .label .label-icon.label-patterns-icon.label-black-icon {
          background-position: -70px -780px; }
        ul.labels li .label .label-icon.label-patterns-icon.label-blue-icon {
          background-position: -140px -780px; }
        ul.labels li .label .label-icon.label-devops-icon.label-white-icon {
          background-position: 0 -840px; }
        ul.labels li .label .label-icon.label-devops-icon.label-black-icon {
          background-position: -70px -840px; }
        ul.labels li .label .label-icon.label-devops-icon.label-blue-icon {
          background-position: -140px -840px; }
        ul.labels li .label .label-icon.label-essays-icon.label-white-icon {
          background-position: 0 -900px; }
        ul.labels li .label .label-icon.label-essays-icon.label-black-icon {
          background-position: -70px -900px; }
        ul.labels li .label .label-icon.label-essays-icon.label-blue-icon {
          background-position: -140px -900px; }
        ul.labels li .label .label-icon.label-frameworks-icon.label-white-icon {
          background-position: 0 -960px; }
        ul.labels li .label .label-icon.label-frameworks-icon.label-black-icon {
          background-position: -70px -960px; }
        ul.labels li .label .label-icon.label-frameworks-icon.label-blue-icon {
          background-position: -140px -960px; }
        ul.labels li .label .label-icon.label-gaming-icon.label-white-icon {
          background-position: 0 -1020px; }
        ul.labels li .label .label-icon.label-gaming-icon.label-black-icon {
          background-position: -70px -1020px; }
        ul.labels li .label .label-icon.label-gaming-icon.label-blue-icon {
          background-position: -140px -1020px; }
        ul.labels li .label .label-icon.label-hiring-icon.label-white-icon {
          background-position: 0 -1080px; }
        ul.labels li .label .label-icon.label-hiring-icon.label-black-icon {
          background-position: -70px -1080px; }
        ul.labels li .label .label-icon.label-hiring-icon.label-blue-icon {
          background-position: -140px -1080px; }
        ul.labels li .label .label-icon.label-java-icon.label-white-icon {
          background-position: 0 -1140px; }
        ul.labels li .label .label-icon.label-java-icon.label-black-icon {
          background-position: -70px -1140px; }
        ul.labels li .label .label-icon.label-java-icon.label-blue-icon {
          background-position: -140px -1140px; }
        ul.labels li .label .label-icon.label-javascript-icon.label-white-icon {
          background-position: 0 -1200px; }
        ul.labels li .label .label-icon.label-javascript-icon.label-black-icon {
          background-position: -70px -1200px; }
        ul.labels li .label .label-icon.label-javascript-icon.label-blue-icon {
          background-position: -140px -1200px; }
        ul.labels li .label .label-icon.label-kid-programming-icon.label-white-icon {
          background-position: 0 -1260px; }
        ul.labels li .label .label-icon.label-kid-programming-icon.label-black-icon {
          background-position: -70px -1260px; }
        ul.labels li .label .label-icon.label-kid-programming-icon.label-blue-icon {
          background-position: -140px -1260px; }
        ul.labels li .label .label-icon.label-languages-icon.label-white-icon {
          background-position: 0 -1320px; }
        ul.labels li .label .label-icon.label-languages-icon.label-black-icon {
          background-position: -70px -1320px; }
        ul.labels li .label .label-icon.label-languages-icon.label-blue-icon {
          background-position: -140px -1320px; }
        ul.labels li .label .label-icon.label-management-icon.label-white-icon {
          background-position: 0 -1380px; }
        ul.labels li .label .label-icon.label-management-icon.label-black-icon {
          background-position: -70px -1380px; }
        ul.labels li .label .label-icon.label-management-icon.label-blue-icon {
          background-position: -140px -1380px; }
        ul.labels li .label .label-icon.label-performance-icon.label-white-icon {
          background-position: 0 -1440px; }
        ul.labels li .label .label-icon.label-performance-icon.label-black-icon {
          background-position: -70px -1440px; }
        ul.labels li .label .label-icon.label-performance-icon.label-blue-icon {
          background-position: -140px -1440px; }
        ul.labels li .label .label-icon.label-php-icon.label-white-icon {
          background-position: 0 -1500px; }
        ul.labels li .label .label-icon.label-php-icon.label-black-icon {
          background-position: -70px -1500px; }
        ul.labels li .label .label-icon.label-php-icon.label-blue-icon {
          background-position: -140px -1500px; }
        ul.labels li .label .label-icon.label-craftsmanship-icon.label-white-icon {
          background-position: 0 -1560px; }
        ul.labels li .label .label-icon.label-craftsmanship-icon.label-black-icon {
          background-position: -70px -1560px; }
        ul.labels li .label .label-icon.label-craftsmanship-icon.label-blue-icon {
          background-position: -140px -1560px; }
        ul.labels li .label .label-icon.label-soa-icon.label-white-icon {
          background-position: 0 -1620px; }
        ul.labels li .label .label-icon.label-soa-icon.label-black-icon {
          background-position: -70px -1620px; }
        ul.labels li .label .label-icon.label-soa-icon.label-blue-icon {
          background-position: -140px -1620px; }
        ul.labels li .label .label-icon.label-testing-icon.label-white-icon {
          background-position: 0 -1680px; }
        ul.labels li .label .label-icon.label-testing-icon.label-black-icon {
          background-position: -70px -1680px; }
        ul.labels li .label .label-icon.label-testing-icon.label-blue-icon {
          background-position: -140px -1680px; }
        ul.labels li .label .label-icon.label-ux-design-icon.label-white-icon {
          background-position: 0 -1740px; }
        ul.labels li .label .label-icon.label-ux-design-icon.label-black-icon {
          background-position: -70px -1740px; }
        ul.labels li .label .label-icon.label-ux-design-icon.label-blue-icon {
          background-position: -140px -1740px; }
        ul.labels li .label .label-icon.label-web-icon.label-white-icon {
          background-position: 0 -1800px; }
        ul.labels li .label .label-icon.label-web-icon.label-black-icon {
          background-position: -70px -1800px; }
        ul.labels li .label .label-icon.label-web-icon.label-blue-icon {
          background-position: -140px -1800px; }
        ul.labels li .label .label-icon.label-reversing-icon.label-white-icon {
          background-position: 0 -1860px; }
        ul.labels li .label .label-icon.label-reversing-icon.label-black-icon {
          background-position: -70px -1860px; }
        ul.labels li .label .label-icon.label-reversing-icon.label-blue-icon {
          background-position: -140px -1860px; }
        ul.labels li .label .label-icon.label-bad-things-icon.label-white-icon {
          background-position: 0 -1920px; }
        ul.labels li .label .label-icon.label-bad-things-icon.label-black-icon {
          background-position: -70px -1920px; }
        ul.labels li .label .label-icon.label-bad-things-icon.label-blue-icon {
          background-position: -140px -1920px; }
        ul.labels li .label .label-icon.label-clean-code-icon.label-white-icon {
          background-position: 0 -1980px; }
        ul.labels li .label .label-icon.label-clean-code-icon.label-black-icon {
          background-position: -70px -1980px; }
        ul.labels li .label .label-icon.label-clean-code-icon.label-blue-icon {
          background-position: -140px -1980px; }
        ul.labels li .label .label-icon.label-design-icon.label-white-icon {
          background-position: 0 -2040px; }
        ul.labels li .label .label-icon.label-design-icon.label-black-icon {
          background-position: -70px -2040px; }
        ul.labels li .label .label-icon.label-design-icon.label-blue-icon {
          background-position: -140px -2040px; }
        ul.labels li .label .label-icon.label-delivery-icon.label-white-icon {
          background-position: 0 -2100px; }
        ul.labels li .label .label-icon.label-delivery-icon.label-black-icon {
          background-position: -70px -2100px; }
        ul.labels li .label .label-icon.label-delivery-icon.label-blue-icon {
          background-position: -140px -2100px; }
        ul.labels li .label .label-icon.label-popular-icon.label-white-icon {
          background-position: 0 -2160px; }
        ul.labels li .label .label-icon.label-popular-icon.label-black-icon {
          background-position: -70px -2160px; }
        ul.labels li .label .label-icon.label-popular-icon.label-blue-icon {
          background-position: -140px -2160px; }
        ul.labels li .label .label-icon.label-productivity-icon.label-white-icon {
          background-position: 0 -2220px; }
        ul.labels li .label .label-icon.label-productivity-icon.label-black-icon {
          background-position: -70px -2220px; }
        ul.labels li .label .label-icon.label-productivity-icon.label-blue-icon {
          background-position: -140px -2220px; }
        ul.labels li .label .label-icon.label-tools-icon.label-white-icon {
          background-position: 0 -2280px; }
        ul.labels li .label .label-icon.label-tools-icon.label-black-icon {
          background-position: -70px -2280px; }
        ul.labels li .label .label-icon.label-tools-icon.label-blue-icon {
          background-position: -140px -2280px; }
        ul.labels li .label .label-icon.label-human-icon.label-white-icon {
          background-position: 0 -2340px; }
        ul.labels li .label .label-icon.label-human-icon.label-black-icon {
          background-position: -70px -2340px; }
        ul.labels li .label .label-icon.label-human-icon.label-blue-icon {
          background-position: -140px -2340px; }
        ul.labels li .label .label-icon.label-requirements-icon.label-white-icon {
          background-position: 0 -2400px; }
        ul.labels li .label .label-icon.label-requirements-icon.label-black-icon {
          background-position: -70px -2400px; }
        ul.labels li .label .label-icon.label-requirements-icon.label-blue-icon {
          background-position: -140px -2400px; }
        ul.labels li .label .label-icon.label-cloud-icon.label-white-icon {
          background-position: 0 -2460px; }
        ul.labels li .label .label-icon.label-cloud-icon.label-black-icon {
          background-position: -70px -2460px; }
        ul.labels li .label .label-icon.label-cloud-icon.label-blue-icon {
          background-position: -140px -2460px; }
        ul.labels li .label .label-icon.label-tutorial-icon.label-white-icon {
          background-position: 0 -2520px; }
        ul.labels li .label .label-icon.label-tutorial-icon.label-black-icon {
          background-position: -70px -2520px; }
        ul.labels li .label .label-icon.label-tutorial-icon.label-blue-icon {
          background-position: -140px -2520px; }
        ul.labels li .label .label-icon.label-learning-icon.label-white-icon {
          background-position: 0 -2580px; }
        ul.labels li .label .label-icon.label-learning-icon.label-black-icon {
          background-position: -70px -2580px; }
        ul.labels li .label .label-icon.label-learning-icon.label-blue-icon {
          background-position: -140px -2580px; }
        ul.labels li .label .label-icon.label-blog-icon.label-white-icon {
          background-position: 0 -2640px; }
        ul.labels li .label .label-icon.label-blog-icon.label-black-icon {
          background-position: -70px -2640px; }
        ul.labels li .label .label-icon.label-blog-icon.label-blue-icon {
          background-position: -140px -2640px; }
        ul.labels li .label .label-icon.label-label-icon.label-white-icon {
          background-position: 0 -2700px; }
        ul.labels li .label .label-icon.label-label-icon.label-black-icon {
          background-position: -70px -2700px; }
        ul.labels li .label .label-icon.label-label-icon.label-blue-icon {
          background-position: -140px -2700px; }
      ul.labels li .label .label-icon.label-white-icon {
        background-position: 0 -2700px; }
      ul.labels li .label .label-icon.label-black-icon {
        background-position: -70px -2700px; }
      ul.labels li .label .label-icon.label-blue-icon {
        background-position: -140px -2700px; }
      ul.labels li .label .label-text {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        text-align: center;
        color: white;
        font-weight: 300;
        font-size: 13px;
        color: white;
        text-shadow: 1px 1px black;
        z-index: 5; }
        ul.labels li .label .label-text.label-black-text {
          color: black;
          text-shadow: none; }
        ul.labels li .label .label-text.label-blue-text {
          color: blue;
          text-shadow: #4185f4; }
      ul.labels li .label .label-count {
        color: #4185f4;
        display: inline-block;
        font-size: 10px;
        height: 18px;
        border-radius: 9px;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 4px 4px;
        min-width: 18px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-left: 5px;
        z-index: 5; }
      ul.labels li .label .sunshine {
        background: url(../img/sunshine-big.png);
        position: absolute;
        left: -75px;
        top: -90px;
        width: 300px;
        height: 300px;
        display: block;
        opacity: 0;
        transition-property: opacity;
        transition-duration: 3s; }
      ul.labels li .label.hover .sunshine {
        opacity: 1;
        transition-property: opacity;
        transition-duration: 0.5s; }
      ul.labels li .label .eclipse {
        overflow: hidden;
        position: absolute;
        display: block;
        background-color: #4185f4;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: -100%;
        transition-property: top;
        transition-duration: 0.5s; }
      ul.labels li .label:hover .eclipse {
        top: 0;
        transition-property: top;
        transition-duration: 0.5s; }

.category-content {
  margin-top: 150px;
  padding: 30px; }

.post-list {
  max-width: 90%;
  list-style: none;
  margin: 30px auto;
  padding: 0; }

.post-list li {
  display: block;
  float: left;
  padding: 7px;
  width: 270px;
  opacity: 0; }

.post-list li.shown,
.no-js .post-list li,
.no-cssanimations .post-list li {
  opacity: 1; }

.post-list li a,
.post-list li img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%; }

/* 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.post-list {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.post-list li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip-post-review .8s ease-in-out forwards;
  animation: flip-post-review .8s ease-in-out forwards; }

@-webkit-keyframes flip-post-review {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes flip-post-review {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }
.post-preview {
  width: 250px;
  margin: 10px;
  float: left;
  border: 10px solid #fff;
  text-align: center;
  box-shadow: 1px 1px 2px #a6a6a6;
  cursor: default; }

.post-preview:hover {
  box-shadow: 3px 3px 6px #868686; }

.post-preview .image {
  overflow: hidden;
  height: 150px; }

.post-preview img {
  display: block;
  position: relative;
  width: 100%;
  filter: grayscale(100%) opacity(10%);
  -moz-filter: grayscale(100%) opacity(10%);
  -webkit-filter: grayscale(100%) opacity(10%); }

.post-preview:hover img {
  filter: none;
  -moz-filter: none;
  -webkit-filter: none; }

.post-read-preview .image {
  height: 150px; }

.post-watch-preview .image {
  height: 100px; }

.post-watch-preview .image {
  height: auto; }

.post-watch-preview .image {
  height: auto; }

.post-preview .title {
  position: relative;
  padding: 20px 20px;
  min-height: 100px; }

.post-preview .title::after {
  content: '';
  background-image: url(../img/icons-list-posts.png);
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0px;
  right: 0; }

ul.post-list li:nth-child(4n+0) .post-read-preview .title {
  background-color: #EB5546;
  color: white; }

ul.post-list li:nth-child(4n+1) .post-read-preview .title {
  background-color: #97BCB4;
  color: white; }

ul.post-list li:nth-child(4n+2) .post-read-preview .title {
  background-color: #FFC33E;
  color: white; }

ul.post-list li:nth-child(4n+3) .post-read-preview .title {
  background-color: #E4E1D0;
  color: white; }

ul.post-list li:nth-child(4n+0) .post-read-preview .title::after {
  background-position: 0 0; }

ul.post-list li:nth-child(4n+1) .post-read-preview .title::after {
  background-position: -100px 0; }

ul.post-list li:nth-child(4n+2) .post-read-preview .title::after {
  background-position: -200px 0; }

ul.post-list li:nth-child(4n+3) .post-read-preview .title::after {
  background-position: 100px 0; }

ul.post-list li:nth-child(4n+0) .post-watch-preview .title {
  background-color: #E24F61;
  color: white; }

ul.post-list li:nth-child(4n+1) .post-watch-preview .title {
  background-color: #70C6E7;
  color: white; }

ul.post-list li:nth-child(4n+2) .post-watch-preview .title {
  background-color: #D43726;
  color: white; }

ul.post-list li:nth-child(4n+3) .post-watch-preview .title {
  background-color: #E4E1D0;
  color: white; }

ul.post-list li:nth-child(4n+0) .post-watch-preview .title::after {
  background-position: 0 -100px; }

ul.post-list li:nth-child(4n+1) .post-watch-preview .title::after {
  background-position: -100px -100px; }

ul.post-list li:nth-child(4n+2) .post-watch-preview .title::after {
  background-position: -200px -100px; }

ul.post-list li:nth-child(4n+3) .post-watch-preview .title::after {
  background-position: 100px -100px; }

ul.post-list li:nth-child(4n+0) .post-write-preview .title {
  background-color: #62BCA0;
  color: white; }

ul.post-list li:nth-child(4n+1) .post-write-preview .title {
  background-color: #D65625;
  color: white; }

ul.post-list li:nth-child(4n+2) .post-write-preview .title {
  background-color: #62BCA0;
  color: white; }

ul.post-list li:nth-child(4n+3) .post-write-preview .title {
  background-color: #F0E5C7;
  color: white; }

ul.post-list li:nth-child(4n+0) .post-write-preview .title::after {
  background-position: 0 -200px; }

ul.post-list li:nth-child(4n+1) .post-write-preview .title::after {
  background-position: -100px -200px; }

ul.post-list li:nth-child(4n+2) .post-write-preview .title::after {
  background-position: 100px -200px; }

ul.post-list li:nth-child(4n+3) .post-write-preview .title::after {
  background-position: -200px -200px; }

ul.post-list li:nth-child(4n+0) .post-inspect-preview .title {
  background-color: #FF3E7A;
  color: white; }

ul.post-list li:nth-child(4n+1) .post-inspect-preview .title {
  background-color: #70C6E7;
  color: white; }

ul.post-list li:nth-child(4n+2) .post-inspect-preview .title {
  background-color: #FFC33E;
  color: white; }

ul.post-list li:nth-child(4n+3) .post-inspect-preview .title {
  background-color: #6A77AB;
  color: white; }

ul.post-list li:nth-child(4n+0) .post-inspect-preview .title::after {
  background-position: 0 -300px; }

ul.post-list li:nth-child(4n+1) .post-inspect-preview .title::after {
  background-position: -100px -300px; }

ul.post-list li:nth-child(4n+2) .post-inspect-preview .title::after {
  background-position: -200px -300px; }

ul.post-list li:nth-child(4n+3) .post-inspect-preview .title::after {
  background-position: 100px -300px; }

.post-preview .title h3 {
  font-size: 20px;
  text-shadow: 1px 1px 1px black;
  margin: 0;
  text-transform: none;
  font-family: 'Righteous', cursive;
  z-index: 10; }

.post-preview .title h4 {
  margin: 0;
  /* TODO delete with reset.css */
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Roboto', Sans-Serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  z-index: 10; }

.post-preview .title nav {
  margin-top: 15px;
  margin-bottom: 25px;
  margin-right: 80px; }

/* Effect 5: same word slide in */
/* http://tympanus.net/codrops/2013/08/06/creative-link-effects/ */
.post-preview .title nav a {
  overflow: hidden;
  display: inline-block;
  padding: 0 4px;
  height: 29px;
  padding: 4px 25px;
  font-size: 15px;
  background: black;
  box-sizing: border-box;
  color: white; }

.post-preview .title nav a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  box-sizing: border-box; }

.post-preview .title nav a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.post-preview .title nav a:hover span,
.post-preview .title nav a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%); }

.post-preview img {
  transition: all 0.2s linear; }

.post-preview:hover img {
  transform: scale(1.1); }

.post-preview .more {
  background: white;
  color: black;
  max-height: 0;
  overflow: hidden;
  position: relative; }

.post-preview:hover .more {
  min-height: 30px;
  max-height: 50px;
  transition: all 0.2s; }

.post-preview .note {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/stars-sprite-20px.png);
  width: 100px;
  height: 20px; }

/* Generate classes for each note out of 20 */
.post-preview .note-0-20 {
  background-position: 0 0px; }

.post-preview .note-1-20 {
  background-position: 0 -20px; }

.post-preview .note-2-20 {
  background-position: 0 -20px; }

.post-preview .note-3-20 {
  background-position: 0 -40px; }

.post-preview .note-4-20 {
  background-position: 0 -40px; }

.post-preview .note-5-20 {
  background-position: 0 -60px; }

.post-preview .note-6-20 {
  background-position: 0 -60px; }

.post-preview .note-7-20 {
  background-position: 0 -80px; }

.post-preview .note-8-20 {
  background-position: 0 -80px; }

.post-preview .note-9-20 {
  background-position: 0 -100px; }

.post-preview .note-10-20 {
  background-position: 0 -100px; }

.post-preview .note-11-20 {
  background-position: 0 -120px; }

.post-preview .note-12-20 {
  background-position: 0 -120px; }

.post-preview .note-13-20 {
  background-position: 0 -140px; }

.post-preview .note-14-20 {
  background-position: 0 -140px; }

.post-preview .note-15-20 {
  background-position: 0 -160px; }

.post-preview .note-16-20 {
  background-position: 0 -160px; }

.post-preview .note-17-20 {
  background-position: 0 -180px; }

.post-preview .note-18-20 {
  background-position: 0 -180px; }

.post-preview .note-19-20 {
  background-position: 0 -200px; }

.post-preview .note-20-20 {
  background-position: 0 -200px; }

/* Generate classes for each note out of 5 */
.post-preview .note-0-5 {
  background-position: 0 0px; }

.post-preview .note-1-5 {
  background-position: 0 -40px; }

.post-preview .note-2-5 {
  background-position: 0 -80px; }

.post-preview .note-3-5 {
  background-position: 0 -120px; }

.post-preview .note-4-5 {
  background-position: 0 -160px; }

.post-preview .note-5-5 {
  background-position: 0 -200px; }

/* Blogger specific */
.jump-link {
  display: none; }

.blog-feeds {
  display: none; }

/*
 * Our easter egg is composed of three elements:
 * - The transparent water covers all the screen
 * - The Bikini Bottom landscape arrives from the bottom of the screen
 * - The yellow star show his head when everything is in place
 */
/* Hidden and position the backgrounds */
#water, #easter-egg {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* Configure the images for the backgrounds */
#water {
  background: url("../img/easter-egg/water-texture.jpg") no-repeat center bottom/cover rgba(0, 0, 0, 0);
  z-index: 999; }

#easter-egg {
  background-image: url("../img/easter-egg/bikini-bottom.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 3000px;
  z-index: 1000; }

/* We place Bob outside the screen at the top */
#spongebob {
  position: absolute;
  top: -1000px;
  left: 20%; }

/* The Konami was entered! Welcome to Bikini Bottom! */
/* Display water progressively */
#water.active {
  visibility: visible;
  opacity: 0.5;
  transition: visibility 1s; }

/* Display the landscape progressively */
#easter-egg.active {
  visibility: visible;
  transition: opacity 1s; }

/* Animate the landscape to come from the bottom */
#easter-egg.active {
  background-position: center bottom;
  transition: background-position 1s; }

/* Animate Spongebob to come from the top */
#spongebob.active {
  top: 0;
  transition: top 1s;
  transition-delay: 1s; }

/*
 * Inherit from BootStrap
 */
* {
  box-sizing: border-box; }

html, body {
  overflow-x: hidden;
  width: 100%;
  margin: 0px;
  padding: 0px; }

body {
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  position: relative;
  /* required for scrollspy plugin */ }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 28px; }

h3, .h3 {
  font-size: 22px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 18px; }

p {
  margin: 0 0 10px; }

.lead p {
  font-style: italic;
  font-size: 110%; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none !important; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
@media (min-width: 1400px) {
  .container {
    width: 1370px; } }
@media (min-width: 1600px) {
  .container {
    width: 1570px; } }
/*
 * Start Bootstrap
 */
body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden; }

p {
  font-size: 18px;
  line-height: 32px;
  margin: 32px 0; }

p.small {
  font-size: 16px; }

a,
a:hover,
a:focus,
a:active,
a.active {
  color: #4185f4;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700; }

hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px; }

hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em; }

hr.star-light {
  border-color: white; }

hr.star-light:after {
  background-color: #4185f4;
  color: white; }

hr.star-primary {
  border-color: #2C3E50; }

hr.star-primary:after {
  background-color: white;
  color: #2C3E50; }

.img-centered {
  margin: 0 auto; }

.affix {
  width: 100%;
  z-index: 1024; }

/* Menu */
.navbar-default {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #2C3E50;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  padding: 0 !important;
  z-index: 999; }

.navbar-default a {
  text-decoration: none !important; }

.navbar-header {
  min-height: 50px;
  margin-right: -15px;
  margin-left: -15px; }

.navbar-default .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  color: white; }

.navbar-collapse {
  display: none;
  /* only on large screen */
  border-top: 1px solid white;
  margin-right: -15px;
  margin-left: -15px;
  /*border-bottom: 1px solid white;*/ }

.navbar-default .navbar-nav {
  letter-spacing: 1px;
  list-style-type: none;
  padding: 10px 0;
  margin: 0px; }

.navbar-default .navbar-nav li {
  text-align: left;
  height: 40px; }

.navbar-default .navbar-nav li a {
  display: inline-block;
  color: white;
  padding: 10px 15px;
  line-height: 20px; }

.navbar-default .navbar-nav li a:hover {
  color: #4185f4;
  outline: none; }

.navbar-default .navbar-nav li.active a {
  color: white;
  background: #4185f4; }

.navbar-default .navbar-collapse.expanded {
  display: block; }

.navbar-default .navbar-collapse.expanded li {
  display: block; }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin: 8px 15px;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border: 1px solid white;
  border-radius: 4px;
  background-color: inherit; }

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #4185f4;
  color: white;
  border-color: #4185f4; }

@media (min-width: 1024px) {
  .navbar-default.affix {
    height: 70px;
    padding: 10px 0 !important; }

  .navbar-default {
    height: 100px;
    padding: 25px 0 !important;
    transition: all 0.3s; }

  .navbar-default .navbar-brand {
    font-size: 2em;
    transition: all 0.3s; }

  .navbar-default.affix .navbar-brand {
    font-size: 1.5em; }

  .navbar-custom .navbar-brand {
    font-size: 2em;
    transition: all 0.3s; }

  .navbar-default .navbar-header {
    float: left; }

  .navbar-default .navbar-collapse {
    float: right !important;
    margin: 0;
    margin-right: 15px; }

  .navbar-default .navbar-nav {
    padding: 0; }

  .navbar-default .navbar-nav li {
    display: inline-block; }

  .navbar-toggle {
    display: none; }

  .navbar-collapse {
    display: inline-block;
    border: none; } }
body > nav .container, body > header .container {
  max-width: 1170px !important; }

.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
  border-radius: 5px; }

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #4185f4;
  background: white;
  border: solid 2px white; }

.btn-outline-colored {
  background-color: #4185f4; }

.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px; }

.btn:focus,
.btn:active,
.btn.active {
  outline: none; }

/* Custom */
.manuscript, #page-post p.headline {
  font-family: 'Nothing You Could Do', cursive;
  font-size: 120%; }

#page-home > * {
  text-align: center;
  padding: 100px; }

@media (max-width: 767px) {
  #page-home > * {
    padding: 50px 15px; } }
/* Header */
header {
  background-image: url("../img/pattern.png");
  background-color: #4185f4;
  color: white;
  font-size: 14px;
  padding-top: 150px !important; }

#page-home header #logo {
  margin: 0 auto 20px;
  /* Draw a round circle behind the logo: */
  width: 250px;
  height: 250px;
  border: 1px solid #4185f4;
  border-radius: 50%;
  background-color: #2C3E50;
  /* Center the logo */
  text-align: center;
  overflow: hidden; }

#page-home header #logo img {
  margin-top: 45px; }

#page-home header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em; }

#page-home header .intro-text .author {
  display: block;
  font-size: 1em; }

#page-home header .intro-text .headline {
  font-size: 1.25em;
  font-weight: 300; }

#page-home header blockquote {
  font-size: 1em; }

@media (min-width: 768px) {
  #page-home header .intro-text .name {
    font-size: 4.75em; }

  #page-home header .intro-text .author {
    font-size: 2em; }

  #page-home header .intro-text .headline {
    font-size: 1.75em; }

  #page-home header blockquote {
    font-size: 1.5em; } }
/* Sections */
section {
  padding: 100px 0; }

section .categories {
  margin: 50px 0 0;
  display: flex;
  font-size: 14px;
  flex-direction: column; }

@media (min-width: 768px) {
  section .categories {
    flex-direction: row; } }
section .categories > div {
  flex: 1;
  padding: 25px; }

section .categories img {
  width: 200px;
  height: 200px; }

section .categories h3 {
  font-size: 160%;
  color: #666; }

section .categories p.manuscript, section .categories #page-post p.headline, #page-post section .categories p.headline {
  font-size: 150%;
  height: 90px;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center; }

section .categories ul {
  font-size: 16px;
  list-style-type: none; }
  section .categories ul li {
    display: inline-block;
    margin: 0 2px; }

.text-colored {
  color: #4185f4; }

section.widescreen {
  padding-left: 0 !important;
  padding-right: 0 !important; }

section h2 {
  margin: 0;
  font-size: 2em; }

section.colored {
  background: #4185f4;
  color: white; }

section.colored a {
  text-decoration: underline;
  color: inherit; }

@media (max-width: 767px) {
  section {
    padding: 75px 0; }

  section.first {
    padding-top: 75px; } }
/* - About Me */
#about-me .row {
  margin: 50px 0;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

#about-me .col {
  text-align: left; }

@media (min-width: 768px) {
  #about-me .row {
    flex-direction: row; }

  #about-me .col {
    margin: 0 20px;
    width: 360px; } }
/* Footer */
footer {
  padding: 0 !important;
  /* Cancel padding because footer is composed of two rows with distinct colors */
  color: white;
  font-size: 14px;
  text-align: center;
  position: relative; }

.footer-above {
  padding: 50px 15px;
  background-color: #2C3E50;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

@media (min-width: 768px) {
  .footer-above {
    flex-direction: row; } }
footer img.footer-me {
  position: absolute;
  display: none;
  visibility: hidden; }

@media (min-width: 992px) {
  footer img.footer-me {
    visibility: visible;
    display: block;
    bottom: 139px;
    left: 50%;
    margin-left: -150px;
    /* Compensate 50% */ } }
.footer-above h3 {
  margin-bottom: 30px; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

.footer-below {
  padding: 25px 15px;
  background-color: #233140; }

/* *****************************************
 * Post
 ******************************************* */
#page-post header {
  padding-bottom: 100px; }

#page-post header .date {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-right: 10px;
  text-transform: uppercase; }

#page-post header .label {
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 5px;
  padding: 2px 6px;
  color: white;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: #93c90E; }

#page-post header ul.language {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin-left: 10px; }

#page-post header ul.language li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 0;
  min-width: 30px;
  text-align: center; }

#page-post header ul.language li a {
  border: 1px solid white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: white;
  color: #444;
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
  line-height: 27px;
  display: inline-block;
  padding: 0 5px; }

#page-post header ul.language li.current-language a {
  background: #2C3E50;
  border-color: #2C3E50;
  color: white; }

#page-post header .author-name {
  font-size: 20px;
  color: white; }

#page-post header .author-name a {
  color: white;
  text-decoration: none; }

#page-post header .author-name a:hover {
  text-decoration: underline; }

#page-post header .share-label {
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  margin-top: 25px; }

#page-post header ul.share-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 10px; }

#page-post header ul.share-links li {
  display: inline-block;
  background: white;
  border: 1px solid white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  text-align: center; }

#page-post header ul.share-links li a {
  color: #2C3E50;
  font-size: 17px;
  line-height: 30px; }

#page-post header.post-title .icon-category {
  float: right;
  margin-top: 30px;
  width: 175px;
  height: 175px;
  background-size: 150px 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border: 1px solid white;
  border-radius: 50%; }

#page-post header.post-read .icon-category {
  background-image: url(../img/imreadinit-icon.png); }

#page-post header.post-write .icon-category {
  background-image: url(../img/imwritinit-icon.png); }

#page-post header.post-inspect .icon-category {
  background-image: url(../img/iminspectinit-icon.png); }

@media (max-width: 800px) {
  #page-post header {
    padding: 100px 0 50px 0 !important;
    margin: 0; }

  #page-post header .date {
    display: block;
    margin-bottom: 20px; }

  #page-post header ul.language,
  #page-post header.post-title .icon-category {
    display: none; } }
#page-post .likes, #page-post .dislikes {
  position: relative;
  width: 50%;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 35px; }
  #page-post .likes i, #page-post .dislikes i {
    display: block;
    margin-bottom: 20px; }
  #page-post .likes ul, #page-post .dislikes ul {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    list-style-type: none; }

#page-post .likes {
  float: left; }

#page-post .dislikes {
  float: right; }

#page-post header h3 {
  font-family: 'Nothing You Could Do', cursive; }

#page-post article {
  width: 800px; }
  #page-post article .content li {
    margin: 20px 0; }

#page-post aside {
  width: 375px;
  padding: 32px 10px;
  text-align: center;
  transition: opacity 300ms linear;
  display: none; }

#page-post aside.optional {
  opacity: 0; }

#page-post .aside-left {
  float: left; }

#page-post .aside-right {
  float: right; }

@media (max-width: 800px) {
  #page-post article {
    width: 100%; } }
@media (max-width: 1200px) {
  #page-post article {
    margin: 0 auto; } }
@media (min-width: 1200px) {
  #page-post .aside-right {
    display: block; } }
@media (min-width: 1600px) {
  #page-post article {
    margin: 0 auto; }

  #page-post .aside-left {
    display: block; } }
#page-post .sticky {
  position: relative;
  top: 0; }
  #page-post .sticky > span {
    display: block; }

#page-post aside span {
  display: inline-block;
  color: silver;
  margin-bottom: 32px;
  font-size: 22px; }

.aside-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.aside-links ul a {
  color: silver;
  font-size: 1.5em; }

.aside-links ul li {
  margin: 0 0 32px; }

.aside-links ul a:hover {
  color: #4185f4;
  text-decoration: none;
  transition: color 300ms linear; }

.aside-picture img {
  max-width: 80%;
  max-height: 300px;
  margin: 0 auto; }

#page-post .aside-menu {
  width: 350px;
  font-size: 16px;
  text-align: left;
  padding: 20px;
  padding-top: 90px; }
  #page-post .aside-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #page-post .aside-menu ul ul {
      padding-left: 20px; }
    #page-post .aside-menu ul li {
      border-left: 5px solid white;
      padding-left: 20px;
      margin-top: 20px;
      margin-bottom: 20px; }
      #page-post .aside-menu ul li a {
        color: #999 !important; }
    #page-post .aside-menu ul li.tocify-focus {
      border-left: 5px solid #4185f4; }
      #page-post .aside-menu ul li.tocify-focus a {
        color: black !important; }
  #page-post .aside-menu .tocify-extend-page {
    height: 0 !important; }

@media (max-width: 1200px) {
  .tocify-extend-page {
    display: none; } }
#page-post p.headline {
  text-align: center;
  font-size: 140%; }

#page-post .star {
  text-align: center;
  margin: 40px 0;
  font-size: 14px; }
  #page-post .star i {
    background-color: white;
    padding: 5px;
    margin: -2px; }
  #page-post .star hr {
    border-bottom: 5px solid black;
    margin-top: -25px; }

.author-bio {
  position: relative;
  min-height: 110px;
  border-left: 8px solid #2C3E50;
  border-right: 8px solid #2C3E50;
  margin-top: 70px;
  font-family: "Montserrat";
  padding: 10px 20px;
  padding-bottom: 40px;
  background-color: #4185f4;
  color: white; }
  .author-bio img {
    float: right;
    box-shadow: -8px 8px #2C3E50;
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-left: 20px; }
  .author-bio p strong {
    font-size: 120%;
    font-style: normal;
    border-bottom: 6px dotted #2C3E50; }
  .author-bio p {
    margin: 20px 0;
    margin-right: 40px;
    font-size: 16px;
    line-height: 150%; }
  .author-bio a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
    font-size: 90%;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    background-color: #2C3E50;
    color: #4185f4; }
  .author-bio a:hover {
    color: white;
    text-decoration: none; }

figure {
  text-align: center;
  overflow: hidden; }

/* Un-blur figures when first appearing on screen. */
figure img {
  filter: blur(20px) brightness(120%);
  color: white;
  transition: all 0.4s linear;
  transition-delay: 0.5s;
  opacity: 0.5; }

figure img.in-view {
  filter: none;
  transform: none;
  opacity: 1; }

/* Asciidoc */
.listingblock {
  font-size: 15px;
  border-top: 1px solid gray; }
  .listingblock pre {
    padding-bottom: 20px; }

@media (min-width: 768px) {
  .listingblock {
    border-bottom: 1px solid gray; }
    .listingblock pre {
      padding-bottom: 0; } }
.quoteblock {
  margin: 40px 80px; }

.quoteblock blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Noto Serif","DejaVu Serif","Serif",serif; }

.quoteblock blockquote, .quoteblock blockquote p {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.15rem;
  line-height: 1.75;
  word-spacing: 0.1em;
  letter-spacing: 0;
  font-style: italic;
  text-align: justify; }

.quoteblock blockquote p {
  margin: 0; }

.quoteblock blockquote::before {
  content: "\201c";
  float: left;
  font-size: 2.75em;
  font-weight: bold;
  line-height: 0.6em;
  margin-left: -0.6em;
  color: #4185f4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.quoteblock .attribution, .verseblock .attribution {
  font-size: .9375em;
  line-height: 1.45;
  font-style: italic; }

.quoteblock .attribution {
  margin-top: 0.5em;
  margin-right: 0.5ex;
  text-align: right; }

.quoteblock .attribution cite, .verseblock .attribution cite {
  display: block;
  letter-spacing: -0.05em;
  color: rgba(0, 0, 0, 0.6); }

.admonitionblock {
  font-size: 90%;
  position: relative;
  padding: 30px 110px 30px 30px;
  min-height: 100px;
  margin-top: 35px;
  margin-bottom: 35px; }

.admonitionblock .icon {
  display: none; }

.admonitionblock .content {
  width: 100%; }

.note {
  background-color: #F6B92B;
  color: black !important; }

.caution {
  background-color: #024F79;
  color: white !important; }

.experiment {
  background-color: #024F79;
  color: white !important; }

.congratulations {
  background-color: #77B3D5;
  color: white !important; }

.tip {
  background-color: #F6B92B;
  color: black !important; }

.remember {
  background-color: #8DD8F8;
  color: black !important; }

.admonitionblock::after {
  content: '';
  background-image: url("../img/icons-list-posts.png");
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0px;
  right: 0; }

.note::after {
  background-position: -300px -400px; }

.caution::after {
  background-position: 0 -400px; }

.experiment::after {
  background-position: -100px -400px; }

.congratulations::after {
  background-position: -200px -400px; }

.tip::after {
  background-position: -300px -400px; }

.remember::after {
  background-position: 0 -500px; }

.caution p {
  z-index: 10;
  line-height: 1.6em; }

.admonitionblock .content > .title {
  font-family: "Noto Serif","DejaVu Serif","Serif",serif;
  font-size: 150%;
  margin-bottom: 25px; }

.note .content > .title,
.caution .content > .title,
.experiment .content > .title,
.tip .content > .title,
.congratulations .content > .title {
  color: white;
  text-shadow: 1px 1px black;
  border-bottom: 1px solid white; }

.remember .content > .title {
  color: black;
  text-shadow: 1px 1px white;
  border-bottom: 1px solid black; }

.note li, .caution li, .experiment li, .tip li, .remember li, .congratulations li {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.note a, .caution a, .experiment a, .tip a, .remember a, .congratulations a {
  text-decoration: underline;
  color: inherit; }

.admonitionblock .listingblock {
  padding: 0 20px;
  background: white;
  color: black !important; }

.admonitionblock .listingblock .title {
  line-height: 1.45;
  color: #333;
  font-weight: 400;
  margin-bottom: .25em;
  margin-top: .25em; }

article h1, article h2, article h3, article h4, article h5, article h6 {
  margin-top: 2em;
  margin-bottom: 1em; }

#footnotes .footnote {
  font-size: 75%;
  margin: 20px 15px; }

article.problem-solution .sect1 {
  display: none; }

.imageblock {
  text-align: center; }

.conum[data-value] {
  display: inline-block;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  width: 1.67em;
  height: 1.67em;
  font-size: 0.75em;
  line-height: 1.67em;
  font-family: "Open Sans", "Sans", sans-serif;
  font-style: normal;
  font-weight: bold; }

.conum[data-value] * {
  color: #fff !important; }

.conum[data-value] + b {
  display: none; }

.conum[data-value]:after {
  content: attr(data-value); }

pre .conum[data-value] {
  position: relative;
  top: -0.125em; }

b.conum * {
  color: inherit !important; }

.conum:not([data-value]):empty {
  display: none; }

.colist {
  margin-top: 15px;
  font-size: 90%; }

.colist td {
  padding: 5px 10px; }
