/* ==========================================================================
   Table of Contents
   ========================================================================== */
/*

    0.  Normalize
    1.  Icons
    2.  General
    3.  Utilities
    4.  General
    5.  Single Post
    6.  Tag Archive
    7.  Read Next
    8.  Third Party Elements
    9.  Pagination
    10.  Footer
    11. Media Queries (Tablet)
    12. Media Queries (Mobile)
    13. Animations

*/
/* ==========================================================================
   0. Normalize.css v2.1.3 | MIT License | git.io/normalize | (minified)
   ========================================================================== */
/* line 29, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
article, aside, details,
figcaption, figure,
footer, header, hgroup,
main, nav, section,
summary {
  display: block; }

/* line 34, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
audio, canvas, video {
  display: inline-block; }

/* line 35, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 36, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
[hidden], template {
  display: none; }

/* line 37, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 42, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
body {
  margin: 0; }

/* line 43, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
a {
  background: transparent; }

/* line 44, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
a:focus {
  outline: thin dotted; }

/* line 45, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
a:active, a:hover {
  outline: 0; }

/* line 46, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 47, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 48, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
b, strong {
  font-weight: 700; }

/* line 49, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
dfn {
  font-style: italic; }

/* line 50, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/* line 55, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
mark {
  background: #FF0;
  color: #000; }

/* line 56, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
code, kbd, pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/* line 58, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
pre {
  white-space: pre-wrap; }

/* line 59, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/* line 60, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
small {
  font-size: 80%; }

/* line 61, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 67, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
sup {
  top: -0.5em; }

/* line 68, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
sub {
  bottom: -0.25em; }

/* line 69, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
img {
  border: 0; }

/* line 70, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
svg:not(:root) {
  overflow: hidden; }

/* line 71, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
figure {
  margin: 0; }

/* line 72, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 77, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
legend {
  border: 0;
  padding: 0; }

/* line 78, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
button, input, select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

/* line 80, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
button, input {
  line-height: normal; }

/* line 81, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
button, select {
  text-transform: none; }

/* line 82, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 87, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
button[disabled], html input[disabled] {
  cursor: default; }

/* line 88, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 90, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 96, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 98, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 100, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
textarea {
  overflow: auto;
  vertical-align: top; }

/* line 101, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   1. Icons - Sets up the icon font and respective classes
   ========================================================================== */
/* Import the font file with the icons in it */
@font-face {
  font-family: "casper-icons";
  src: url("../fonts/casper-icons.eot?v=1");
  src: url("../fonts/casper-icons.eot?v=1#iefix") format("embedded-opentype"), url("../fonts/casper-icons.woff?v=1") format("woff"), url("../fonts/casper-icons.ttf?v=1") format("truetype"), url("../fonts/casper-icons.svg?v=1#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Apply these base styles to all icons */
/* line 121, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "casper-icons", "Open Sans", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Each icon is created by inserting the correct character into the
   content of the :before pseudo element. Like a boss. */
/* line 136, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.icon-ghost:before {
  content: "\f600"; }

/* line 139, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.icon-feed:before {
  content: "\f601"; }

/* line 142, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.icon-twitter:before {
  content: "\f602";
  font-size: 1.1em; }

/* line 146, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.icon-google-plus:before {
  content: "\f603"; }

/* line 149, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.icon-facebook:before {
  content: "\f604"; }

/* line 152, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.icon-arrow-left:before {
  content: "\f605"; }

/* line 155, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.icon-stats:before {
  content: "\f606"; }

/* line 158, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.icon-location:before {
  content: "\f607";
  margin-left: -3px;
  /* Tracking fix */ }

/* line 162, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.icon-link:before {
  content: "\f608"; }

/* line 165, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.icon-menu:before {
  content: "\f609"; }

/*
    IMPORTANT: When making any changes to the icon font, be sure to increment
    the version number by 1 in the @font-face rule. `?v=1` becomes `?v=2`
    This forces browsers to download the new font file.
*/
/* ==========================================================================
   2. General - Setting up some base styles
   ========================================================================== */
/* line 179, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
html {
  height: 100%;
  max-height: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

/* line 186, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
body {
  height: 100%;
  max-height: 100%;
  font-family: "Merriweather", serif;
  letter-spacing: 0.01rem;
  font-size: 1.8rem;
  line-height: 1.75em;
  color: #3A4145;
  -webkit-font-feature-settings: 'kern' 1;
  -moz-font-feature-settings: 'kern' 1;
  -o-font-feature-settings: 'kern' 1;
  text-rendering: geometricPrecision; }

/* line 200, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
::-moz-selection {
  background: #D6EDFF; }

/* line 204, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
::selection {
  background: #D6EDFF; }

/* line 208, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
h1, h2, h3,
h4, h5, h6 {
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  color: #2E2E2E;
  line-height: 1.15em;
  margin: 0 0 0.4em 0;
  font-family: "Open Sans", sans-serif;
  text-rendering: geometricPrecision; }

/* line 220, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
h1 {
  font-size: 5rem;
  letter-spacing: -2px;
  text-indent: -3px; }

/* line 226, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
h2 {
  font-size: 3.6rem;
  letter-spacing: -1px; }

/* line 231, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
h3 {
  font-size: 3rem; }

/* line 235, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
h4 {
  font-size: 2.5rem; }

/* line 239, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
h5 {
  font-size: 2rem; }

/* line 243, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
h6 {
  font-size: 2rem; }

/* line 247, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
a {
  color: #4A4A4A;
  transition: color 0.3s ease; }

/* line 252, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
a:hover {
  color: #111; }

/* line 256, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
p, ul, ol, dl {
  -webkit-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
  -moz-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
  -o-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
  margin: 0 0 1.75em 0;
  text-rendering: geometricPrecision; }

/* line 264, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
ol, ul {
  padding-left: 3rem; }

/* line 268, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
ol ol, ul ul,
ul ol, ol ul {
  margin: 0 0 0.4em 0;
  padding-left: 2em; }

/* line 274, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
dl dt {
  float: left;
  width: 180px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  margin-bottom: 1em; }

/* line 286, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
dl dd {
  margin-left: 200px;
  margin-bottom: 1em; }

/* line 291, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
li {
  margin: 0.4em 0; }

/* line 295, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
li li {
  margin: 0; }

/* line 299, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: #EFEFEF 1px solid;
  margin: 3.2em 0;
  padding: 0; }

/* line 308, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
blockquote {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.75em 0 1.75em -2.2em;
  padding: 0 0 0 1.75em;
  border-left: #4A4A4A 0.4em solid; }

/* line 316, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
blockquote p {
  margin: 0.8em 0;
  font-style: italic; }

/* line 321, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
blockquote small {
  display: inline-block;
  margin: 0.8em 0 0.8em 1.5em;
  font-size: 0.9em;
  color: #CCC; }

/* line 328, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
blockquote small:before {
  content: "\2014 \00A0"; }

/* line 330, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
blockquote cite {
  font-weight: 700; }

/* line 334, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
blockquote cite a {
  font-weight: normal; }

/* line 336, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
mark {
  background-color: #fdffb6; }

/* line 340, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
code, tt {
  padding: 1px 3px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.85em;
  white-space: pre-wrap;
  border: #E3EDF3 1px solid;
  background: #F7FAFB;
  border-radius: 2px; }

/* line 350, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
pre {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 1.75em 0;
  border: #E3EDF3 1px solid;
  width: 100%;
  padding: 10px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.9em;
  white-space: pre;
  overflow: auto;
  background: #F7FAFB;
  border-radius: 3px; }

/* line 365, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
pre code, pre tt {
  font-size: inherit;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0; }

/* line 373, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: #CCC 1px solid;
  color: #666;
  text-shadow: #FFF 0 1px 0;
  font-size: 0.9em;
  font-weight: 700;
  background: #F4F4F4;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset; }

/* line 389, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
table {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.75em 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent; }

/* line 398, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: #EFEFEF 1px solid; }

/* line 407, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
table th {
  color: #000; }

/* line 409, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0; }

/* line 418, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
table tbody + tbody {
  border-top: #EFEFEF 2px solid; }

/* line 420, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
table table table {
  background-color: #FFF; }

/* line 422, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #F6F6F6; }

/* line 427, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
table.plain tbody > tr:nth-child(odd) > td,
table.plain tbody > tr:nth-child(odd) > th {
  background: transparent; }

/* line 432, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
iframe, .fluid-width-video-wrapper {
  display: block;
  margin: 1.75em 0; }

/* When a video is inside the fitvids wrapper, drop the
margin on the iframe, cause it breaks stuff. */
/* line 439, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.fluid-width-video-wrapper iframe {
  margin: 0; }

/* ==========================================================================
   3. Utilities - These things get used a lot
   ========================================================================== */
/* Clears shit */
/* line 449, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

/* line 454, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.clearfix:after {
  clear: both; }

/* line 455, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.clearfix {
  zoom: 1; }

/* Hides shit */
/* line 458, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.hidden {
  text-indent: -9999px;
  visibility: hidden;
  display: none; }

/* Creates a responsive wrapper that makes our content scale nicely */
/* line 465, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.inner {
  position: relative;
  width: 80%;
  max-width: 710px;
  margin: 0 auto; }

/* Centres vertically yo. (IE8+) */
/* line 473, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.vertical {
  display: table-cell;
  vertical-align: middle; }

/* Wraps the main content & footer */
/* line 479, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.site-wrapper {
  position: relative;
  z-index: 10;
  min-height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease; }

/* line 488, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
body.nav-opened .site-wrapper {
  overflow-x: hidden;
  -webkit-transform: translate3D(-240px, 0, 0);
  -ms-transform: translate3D(-240px, 0, 0);
  transform: translate3D(-240px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease; }

/* ==========================================================================
   4. General - The main styles for the the theme
   ========================================================================== */
/* Big cover image on the home page */
/* line 503, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.main-header {
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
  margin-bottom: 5rem;
  text-align: center;
  background: #222 no-repeat center center;
  background-size: cover;
  overflow: hidden; }

/* line 515, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.main-header .inner {
  width: 80%; }

/* line 519, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.main-nav {
  position: relative;
  padding: 35px 40px;
  margin: 0 0 30px 0; }

/* line 525, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.main-nav a {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif; }

/* Navigation */
/* line 531, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
body.nav-opened .nav-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 240px;
  bottom: 0;
  z-index: 200; }

/* line 540, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 240px;
  opacity: 0;
  background: #111;
  margin-bottom: 0;
  text-align: left;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.3s ease 0.7s;
  transition: transform 0.5s ease, opacity 0.3s ease 0.7s; }

/* line 558, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
body.nav-closed .nav {
  -webkit-transform: translate3D(97px, 0, 0);
  -ms-transform: translate3D(97px, 0, 0);
  transform: translate3D(97px, 0, 0); }

/* line 564, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
body.nav-opened .nav {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0s ease 0s;
  transition: transform 0.3s ease, opacity 0s ease 0s;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0); }

/* line 575, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav-title {
  position: absolute;
  top: 45px;
  left: 30px;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  color: #fff; }

/* line 585, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav-close {
  position: absolute;
  top: 38px;
  right: 25px;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 10px; }

/* line 595, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav-close:focus {
  outline: 0; }

/* line 599, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav-close:before,
.nav-close:after {
  content: '';
  position: absolute;
  top: 0;
  width: 20px;
  height: 1px;
  background: #969696;
  top: 15px;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease; }

/* line 612, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 618, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* line 624, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav-close:hover:before,
.nav-close:hover:after {
  background: white; }

/* line 629, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav ul {
  padding: 90px 9% 5%;
  list-style: none;
  counter-reset: item; }

/* line 635, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav li:before {
  display: block;
  float: right;
  padding-right: 4%;
  padding-left: 5px;
  text-align: right;
  font-size: 1.2rem;
  vertical-align: bottom;
  color: #B8B8B8;
  content: counter(item,lower-roman);
  counter-increment: item; }

/* line 647, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav li {
  margin: 0; }

/* line 650, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav li a {
  text-decoration: none;
  line-height: 1.4;
  font-size: 1.4rem;
  display: block;
  padding: 0.6rem 4%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* line 660, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav li a:after {
  display: inline-block;
  content: " .......................................................";
  color: rgba(255, 255, 255, 0.2);
  margin-left: 5px; }

/* line 666, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav .nav-current:before {
  color: #fff; }

/* line 669, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav .nav-current a:after {
  content: " ";
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
  width: 100%;
  height: 1px; }

/* line 676, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav a:link,
.nav a:visited {
  color: #B8B8B8; }

/* line 681, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav li.nav-current a,
.nav a:hover,
.nav a:active,
.nav a:focus {
  color: #fff; }

/* line 688, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.subscribe-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  height: 38px;
  padding: 0 20px;
  color: #111 !important;
  /* Overides `.nav a:link, .nav a:visited` colour */
  text-align: center;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 35px;
  border-radius: 3px;
  background: #fff;
  transition: all ease 0.3s; }

/* line 710, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.subscribe-button:before {
  font-size: 9px;
  margin-right: 6px; }

/* Create a bouncing scroll-down arrow on homepage with cover image */
/* line 717, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.scroll-down {
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 45px;
  left: 50%;
  margin-left: -16px;
  width: 34px;
  height: 34px;
  font-size: 34px;
  text-align: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-animation: bounce 4s 2s infinite;
  animation: bounce 4s 2s infinite; }

/* Stop it bouncing and increase contrast when hovered */
/* line 738, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.scroll-down:hover {
  color: #fff;
  -webkit-animation: none;
  animation: none; }

/* Put a semi-opaque radial gradient behind the icon to make it more visible
   on photos which happen to have a light background. */
/* line 746, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.home-template .main-header:after {
  display: block;
  content: " ";
  width: 150px;
  height: 130px;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -75px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); }

/* Hide when there's no cover image or on page2+ */
/* line 760, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.no-cover .scroll-down,
.no-cover.main-header:after,
.archive-template .scroll-down,
.archive-template .main-header:after {
  display: none; }

/* Appears in the top left corner of your home page */
/* line 768, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.blog-logo {
  display: block;
  float: left;
  background: none !important;
  /* Makes sure there is never a background */
  border: none !important;
  /* Makes sure there is never a border */ }

/* line 775, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.blog-logo img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 38px;
  padding: 1px 0 5px 0;
  width: auto; }

/* line 785, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.menu-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: right;
  height: 38px;
  padding: 0 15px;
  border-style: solid;
  border-width: 1px;
  opacity: 1;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 35px;
  white-space: nowrap;
  border-radius: 3px;
  transition: all 0.5s ease; }

/* line 804, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.menu-button:before {
  font-size: 12px;
  font-weight: bold;
  margin-right: 6px;
  position: relative;
  top: 1px; }

/* line 811, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.menu-button:hover {
  background: #fff; }

/* line 814, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.menu-button:focus {
  outline: 0; }

/* When the navigation is closed */
/* line 819, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav-closed .menu-button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6); }

/* line 823, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav-closed .menu-button:hover {
  color: #222; }

/* When the navigation is closed and there is no cover image */
/* line 828, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav-closed .no-cover .menu-button {
  border-color: #BFC8CD;
  color: #9EABB3; }

/* line 832, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav-closed .no-cover .menu-button:hover {
  border-color: #555;
  color: #555; }

/* When the navigation is opened */
/* line 838, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav-opened .menu-button {
  padding: 0 12px;
  background: #111;
  border-color: #111;
  color: #fff;
  -webkit-transform: translate3D(94px, 0, 0);
  -ms-transform: translate3D(94px, 0, 0);
  transform: translate3D(94px, 0, 0);
  transition: all 0.3s ease; }

/* line 849, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.nav-opened .menu-button .word {
  opacity: 0;
  transition: all 0.3s ease; }

/* Special styles when overlaid on an image*/
/* line 855, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.main-nav.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  border: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 100%); }

/* line 864, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.no-cover .main-nav.overlay {
  background: none; }

/* The details of your blog. Defined in ghost/settings/ */
/* line 869, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.page-title {
  margin: 10px 0 10px 0;
  font-size: 5rem;
  letter-spacing: -1px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #fff; }

/* line 878, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.page-description {
  margin: 0;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Merriweather", serif;
  letter-spacing: 0.01rem;
  color: rgba(255, 255, 255, 0.8); }

/* line 888, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.no-cover.main-header {
  min-height: 160px;
  max-height: 40vh;
  background: #f5f8fa; }

/* line 894, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.no-cover .page-title {
  color: rgba(0, 0, 0, 0.8); }

/* line 898, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.no-cover .page-description {
  color: rgba(0, 0, 0, 0.5); }

/* Add subtle load-in animation for content on the home page */
/* line 903, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.home-template .page-title {
  -webkit-animation: fade-in-down 0.6s;
  animation: fade-in-down 0.6s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

/* line 909, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.home-template .page-description {
  -webkit-animation: fade-in-down 0.9s;
  animation: fade-in-down 0.9s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

/* Every post, on every page, gets this style on its <article> tag */
/* line 917, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post {
  position: relative;
  width: 80%;
  max-width: 710px;
  margin: 4rem auto;
  padding-bottom: 4rem;
  border-bottom: #EBF2F6 1px solid;
  word-wrap: break-word; }

/* Add a little circle in the middle of the border-bottom on our .post
   just for the lolz and stylepoints. */
/* line 929, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post:after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border: #E7EEF2 1px solid;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  background: #FFF;
  border-radius: 100%;
  box-shadow: #FFF 0 0 0 5px; }

/* line 944, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
body:not(.post-template) .post-title {
  font-size: 3.6rem; }

/* line 948, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-title a {
  text-decoration: none; }

/* line 952, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-excerpt p {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.7em; }

/* line 958, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-more {
  text-decoration: none; }

/* line 962, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-meta {
  display: block;
  margin: 1.75rem 0 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #9EABB3; }

/* line 971, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.author-thumb {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 9px;
  border-radius: 100%; }

/* line 979, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-meta a {
  color: #9EABB3;
  text-decoration: none; }

/* line 984, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-meta a:hover {
  text-decoration: underline; }

/* line 988, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.user-meta {
  position: relative;
  padding: 0.3rem 40px 0 100px;
  min-height: 77px; }

/* line 994, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-date {
  display: inline-block;
  margin-left: 8px;
  padding-left: 12px;
  border-left: #d5dbde 1px solid;
  text-transform: uppercase;
  font-size: 1.3rem;
  white-space: nowrap; }

/* line 1004, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.user-image {
  position: absolute;
  top: 0;
  left: 0; }

/* line 1010, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.user-name {
  display: block;
  font-weight: 700; }

/* line 1015, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.user-bio {
  display: block;
  max-width: 440px;
  font-size: 1.4rem;
  line-height: 1.5em; }

/* line 1022, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.publish-meta {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4.3rem 0 4rem 0;
  text-align: right; }

/* line 1030, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.publish-heading {
  display: block;
  font-weight: 700; }

/* line 1035, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.publish-date {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5em; }

/* ==========================================================================
   5. Single Post - When you click on an individual post
   ========================================================================== */
/* line 1046, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-template .post-header {
  margin-bottom: 3.4rem; }

/* line 1050, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-template .post-title {
  margin-bottom: 0; }

/* line 1054, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-template .post-meta {
  margin: 0; }

/* line 1058, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-template .post-date {
  padding: 0;
  margin: 0;
  border: none; }

/* Stop elements, such as img wider than the post content, from
   creating horizontal scroll - slight hack due to imperfections
   with browser width % calculations and rounding */
/* line 1067, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-template .content {
  overflow: hidden; }

/* Tweak the .post wrapper style */
/* line 1072, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-template .post {
  margin-top: 0;
  border-bottom: none;
  padding-bottom: 0; }

/* Kill that stylish little circle that was on the border, too */
/* line 1079, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-template .post:after {
  display: none; }

/* Keep images centered, and allow images wider than the main
   text column to break out. */
/* line 1085, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-content img {
  display: block;
  max-width: 126%;
  height: auto;
  padding: 0.6em 0;
  /* Centers an image by (1) pushing its left edge to the
     center of its container and (2) shifting the entire image
     in the opposite direction by half its own width.
     Works for images that are larger than their containers. */
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* for Safari and iOS */
  -ms-transform: translateX(-50%);
  /* for IE9 */
  transform: translateX(-50%); }

/* line 1101, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.footnotes {
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.6em; }

/* line 1107, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.footnotes li {
  margin: 0.6rem 0; }

/* line 1111, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.footnotes p {
  margin: 0; }

/* line 1115, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.footnotes p a:last-child {
  text-decoration: none; }

/* The author credit area after the post */
/* line 1121, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-footer {
  position: relative;
  margin: 6rem 0 0 0;
  padding: 6rem 0 0 0;
  border-top: #EBF2F6 1px solid; }

/* line 1128, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-footer h4 {
  font-size: 1.8rem;
  margin: 0; }

/* line 1133, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-footer p {
  margin: 1rem 0;
  font-size: 1.4rem;
  line-height: 1.75em; }

/* list of author links - location / url */
/* line 1140, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.author-meta {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1;
  font-style: italic;
  color: #9EABB3; }

/* line 1150, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.author-meta a {
  color: #9EABB3; }

/* line 1153, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.author-meta a:hover {
  color: #111; }

/* Create some space to the right for the share links */
/* line 1158, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-footer .author {
  margin-right: 180px; }

/* line 1162, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-footer h4 a {
  color: #2e2e2e;
  text-decoration: none; }

/* line 1167, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-footer h4 a:hover {
  text-decoration: underline; }

/* Drop the share links in the space to the right.
   Doing it like this means it's easier for the author bio
   to be flexible at smaller screen sizes while the share
   links remain at a fixed width the whole time */
/* line 1175, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-footer .share {
  position: absolute;
  top: 6rem;
  right: 0;
  width: 140px; }

/* line 1182, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-footer .share a {
  font-size: 1.8rem;
  display: inline-block;
  margin: 1rem 1.6rem 1.6rem 0;
  color: #BBC7CC;
  text-decoration: none; }

/* line 1190, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-footer .share .icon-twitter:hover {
  color: #55acee; }

/* line 1193, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-footer .share .icon-facebook:hover {
  color: #3b5998; }

/* line 1196, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-footer .share .icon-google-plus:hover {
  color: #dd4b39; }

/* ==========================================================================
   6. Author profile
   ========================================================================== */
/* line 1205, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.post-head.main-header {
  height: 65vh;
  min-height: 180px; }

/* line 1210, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.no-cover.post-head.main-header {
  height: 85px;
  min-height: 0;
  margin-bottom: 0;
  background: transparent; }

/* line 1217, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.tag-head.main-header {
  height: 40vh;
  min-height: 180px; }

/* line 1222, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.author-head.main-header {
  height: 40vh;
  min-height: 180px; }

/* line 1227, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.no-cover.author-head.main-header {
  height: 10vh;
  min-height: 100px;
  background: transparent; }

/* line 1233, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.author-profile {
  padding: 0 15px 5rem 15px;
  border-bottom: #EBF2F6 1px solid;
  text-align: center; }

/* Add a little circle in the middle of the border-bottom */
/* line 1240, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.author-profile:after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border: #E7EEF2 1px solid;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  background: #FFF;
  border-radius: 100%;
  box-shadow: #FFF 0 0 0 5px; }

/* line 1255, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.author-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  padding: 6px;
  background: #fff;
  z-index: 2;
  box-shadow: #E7EEF2 0 0 0 1px; }

/* line 1274, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.author-image .img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 100%; }

/* line 1284, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.author-profile .author-image {
  position: relative;
  left: auto;
  top: auto;
  width: 120px;
  height: 120px;
  padding: 3px;
  margin: -100px auto 0 auto;
  box-shadow: none; }

/* line 1295, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.author-title {
  margin: 1.5rem 0 1rem; }

/* line 1299, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.author-bio {
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 200;
  color: #50585D;
  letter-spacing: 0;
  text-indent: 0; }

/* line 1308, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.author-meta {
  margin: 1.6rem 0; }

/* Location, website, and link */
/* line 1312, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.author-profile .author-meta {
  margin: 2rem 0;
  font-family: "Merriweather", serif;
  letter-spacing: 0.01rem;
  font-size: 1.7rem; }

/* line 1318, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.author-meta span {
  display: inline-block;
  margin: 0 2rem 1rem 0;
  word-wrap: break-word; }

/* line 1323, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.author-meta a {
  text-decoration: none; }

/* Turn off meta for page2+ to make room for extra
   pagination prev/next links */
/* line 1329, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.archive-template .author-profile .author-meta {
  display: none; }

/* ==========================================================================
   7. Read More - Next/Prev Post Links
   ========================================================================== */
/* line 1338, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 10rem; }

/* line 1350, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-next-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 50%;
  text-decoration: none;
  position: relative;
  text-align: center;
  color: #fff;
  background: #222 no-repeat center center;
  background-size: cover;
  overflow: hidden; }

/* line 1368, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-next-story:hover:before {
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.2s ease; }

/* line 1372, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-next-story:hover .post:before {
  color: #222;
  background: #fff;
  transition: all 0.2s ease; }

/* line 1378, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-next-story:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease; }

/* line 1390, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-next-story .post {
  padding-top: 6rem;
  padding-bottom: 6rem; }

/* line 1395, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-next-story .post:before {
  content: "Read This Next";
  padding: 4px 10px 5px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  border: rgba(255, 255, 255, 0.5) 1px solid;
  border-radius: 4px;
  transition: all 0.5s ease; }

/* line 1406, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-next-story.prev .post:before {
  content: "You Might Enjoy"; }

/* line 1410, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-next-story h2 {
  margin-top: 1rem;
  color: #fff; }

/* line 1415, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-next-story p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8); }

/* Special styles for posts with no cover images */
/* line 1421, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-next-story.no-cover {
  background: #f5f8fa; }

/* line 1425, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-next-story.no-cover:before {
  display: none; }

/* line 1429, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-next-story.no-cover .post:before {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.2); }

/* line 1434, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-next-story.no-cover h2 {
  color: rgba(0, 0, 0, 0.8); }

/* line 1438, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-next-story.no-cover p {
  color: rgba(0, 0, 0, 0.5); }

/* if there are two posts without covers, put a border between them */
/* line 1443, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-next-story.no-cover + .read-next-story.no-cover {
  border-left: rgba(0, 0, 100, 0.04) 1px solid; }

/* Correctly position site-footer when next to the .read-next container */
/* line 1448, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.read-next + .site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0; }

/* ==========================================================================
   8. Third Party Elements - Embeds from other services
   ========================================================================== */
/* Github */
/* line 1461, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.gist table {
  margin: 0;
  font-size: 1.4rem; }

/* line 1465, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.gist td {
  line-height: 1.4; }

/* line 1468, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.gist .line-number {
  min-width: 25px; }

/* Pastebin */
/* line 1473, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.content .embedPastebin {
  margin-bottom: 1.75em; }

/* ==========================================================================
   9. Pagination - Tools to let you flick between pages
   ========================================================================== */
/* The main wrapper for our pagination links */
/* line 1483, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.pagination {
  position: relative;
  width: 80%;
  max-width: 710px;
  margin: 4rem auto;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  color: #9EABB3;
  text-align: center; }

/* line 1494, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.pagination a {
  color: #9EABB3;
  transition: all 0.2s ease; }

/* Push the previous/next links out to the left/right */
/* line 1500, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.older-posts,
.newer-posts {
  position: absolute;
  display: inline-block;
  padding: 0 15px;
  border: #bfc8cd 1px solid;
  text-decoration: none;
  border-radius: 4px;
  transition: border 0.3s ease; }

/* line 1511, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.older-posts {
  right: 0; }

/* line 1515, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.page-number {
  display: inline-block;
  padding: 2px 0;
  min-width: 100px; }

/* line 1521, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.newer-posts {
  left: 0; }

/* line 1525, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.older-posts:hover,
.newer-posts:hover {
  color: #889093;
  border-color: #98a0a4; }

/* line 1531, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.extra-pagination {
  display: none;
  border-bottom: #EBF2F6 1px solid; }

/* line 1535, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.extra-pagination:after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border: #E7EEF2 1px solid;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  background: #FFF;
  border-radius: 100%;
  box-shadow: #FFF 0 0 0 5px; }

/* line 1549, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.extra-pagination .pagination {
  width: auto; }

/* On page2+ make all the headers smaller */
/* line 1554, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.archive-template .main-header {
  max-height: 30vh; }

/* On page2+ show extra pagination controls at the top of post list */
/* line 1559, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.archive-template .extra-pagination {
  display: block; }

/* ==========================================================================
   10. Footer - The bottom of every page
   ========================================================================== */
/* line 1568, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.site-footer {
  position: relative;
  margin: 8rem 0 0 0;
  padding: 1rem 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.75em;
  color: #BBC7CC; }

/* line 1578, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.site-footer a {
  color: #BBC7CC;
  text-decoration: none;
  font-weight: bold; }

/* line 1584, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.site-footer a:hover {
  border-bottom: #bbc7cc 1px solid; }

/* line 1588, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.poweredby {
  display: block;
  width: 45%;
  float: right;
  text-align: right; }

/* line 1595, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
.copyright {
  display: block;
  width: 45%;
  float: left; }

/* ==========================================================================
   11. Media Queries - Smaller than 900px
   ========================================================================== */
@media only screen and (max-width: 900px) {
  /* line 1608, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  blockquote {
    margin-left: 0; }

  /* line 1612, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .main-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    min-height: 240px;
    height: 60vh;
    padding: 15% 0; }

  /* line 1622, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .scroll-down,
  .home-template .main-header:after {
    display: none; }

  /* line 1625, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .archive-template .main-header {
    min-height: 180px;
    padding: 10% 0; }

  /* line 1630, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .blog-logo img {
    padding: 4px 0; }

  /* line 1634, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .page-title {
    font-size: 4rem;
    letter-spacing: -1px; }

  /* line 1639, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .page-description {
    font-size: 1.8rem;
    line-height: 1.5em; }

  /* line 1644, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .post {
    font-size: 0.95em; }

  /* line 1648, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  body:not(.post-template) .post-title {
    font-size: 3.2rem; }

  /* line 1652, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  hr {
    margin: 2.4em 0; }

  /* line 1656, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  ol, ul {
    padding-left: 2em; }

  /* line 1660, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  h1 {
    font-size: 4.5rem;
    text-indent: -2px; }

  /* line 1665, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  h2 {
    font-size: 3.6rem; }

  /* line 1669, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  h3 {
    font-size: 3.1rem; }

  /* line 1673, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  h4 {
    font-size: 2.5rem; }

  /* line 1677, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  h5 {
    font-size: 2.2rem; }

  /* line 1681, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  h6 {
    font-size: 1.8rem; }

  /* line 1685, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .author-profile {
    padding-bottom: 4rem; }

  /* line 1689, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .author-profile .author-bio {
    font-size: 1.6rem; }

  /* line 1693, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .author-meta span {
    display: block;
    margin: 1.5rem 0; }

  /* line 1697, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .author-profile .author-meta span {
    font-size: 1.6rem; }

  /* line 1701, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .post-head.main-header {
    height: 45vh; }

  /* line 1705, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .tag-head.main-header,
  .author-head.main-header {
    height: 30vh; }

  /* line 1710, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .no-cover.post-head.main-header {
    height: 55px;
    padding: 0; }

  /* line 1715, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .no-cover.author-head.main-header {
    padding: 0; }

  /* line 1719, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .read-next {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4rem; }

  /* line 1728, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .read-next p {
    display: none; }

  /* line 1732, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .read-next-story.no-cover + .read-next-story.no-cover {
    border-top: rgba(0, 0, 100, 0.06) 1px solid;
    border-left: none; } }
/* ==========================================================================
   12. Media Queries - Smaller than 500px
   ========================================================================== */
@media only screen and (max-width: 500px) {
  /* line 1746, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .main-header {
    margin-bottom: 15px;
    height: 40vh; }

  /* line 1751, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .no-cover.main-header {
    height: 30vh; }

  /* line 1755, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .archive-template .main-header {
    max-height: 20vh;
    min-height: 160px;
    padding: 10% 0; }

  /* line 1761, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .main-nav {
    padding: 5px;
    margin-bottom: 2rem; }

  /* line 1766, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .blog-logo {
    padding: 5px; }

  /* line 1770, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .blog-logo img {
    height: 30px; }

  /* line 1774, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .menu-button {
    padding: 0 5px;
    border-radius: 0;
    border-color: transparent;
    color: #2e2e2e;
    background: transparent; }

  /* line 1781, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .menu-button:hover {
    color: #2e2e2e;
    border-color: transparent;
    background: none; }

  /* line 1786, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  body.nav-opened .menu-button {
    background: none;
    border: transparent; }

  /* line 1791, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .main-nav.overlay a:hover {
    color: #fff;
    border-color: transparent;
    background: transparent; }

  /* line 1797, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .no-cover .main-nav.overlay {
    background: none; }

  /* line 1800, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .no-cover .main-nav.overlay .menu-button {
    border: none; }

  /* line 1804, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .main-nav.overlay .menu-button {
    border-color: transparent; }

  /* line 1808, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .nav-title {
    top: 25px; }

  /* line 1813, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .nav-close {
    position: absolute;
    top: 18px; }

  /* line 1818, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .nav ul {
    padding: 60px 9% 5%; }

  /* line 1822, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .inner,
  .pagination {
    width: auto;
    margin: 2rem auto; }

  /* line 1828, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .post {
    width: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 2rem;
    line-height: 1.65em; }

  /* line 1838, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .post-date {
    display: none; }

  /* line 1842, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .post-template .post-header {
    margin-bottom: 2rem; }

  /* line 1846, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .post-template .post-date {
    display: inline-block; }

  /* line 1850, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  hr {
    margin: 1.75em 0; }

  /* line 1854, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  p, ul, ol, dl {
    font-size: 0.95em;
    margin: 0 0 2.5rem 0; }

  /* line 1859, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .page-title {
    font-size: 3rem; }

  /* line 1863, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .post-excerpt p {
    font-size: 0.85em; }

  /* line 1867, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .page-description {
    font-size: 1.6rem; }

  /* line 1871, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  h1, h2, h3,
  h4, h5, h6 {
    margin: 0 0 0.3em 0; }

  /* line 1876, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  h1 {
    font-size: 2.8rem;
    letter-spacing: -1px; }

  /* line 1881, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  h2 {
    font-size: 2.4rem;
    letter-spacing: 0; }

  /* line 1886, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  h3 {
    font-size: 2.1rem; }

  /* line 1890, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  h4 {
    font-size: 1.9rem; }

  /* line 1894, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  h5 {
    font-size: 1.8rem; }

  /* line 1898, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  h6 {
    font-size: 1.8rem; }

  /* line 1902, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  body:not(.post-template) .post-title {
    font-size: 2.5rem; }

  /* line 1906, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .post-template .site-footer {
    margin-top: 0; }

  /* line 1910, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .post-content img {
    padding: 0;
    width: calc(100% + 32px);
    /* expand with to image + margins */
    min-width: 0;
    max-width: 112%;
    /* fallback when calc doesn't work */ }

  /* line 1917, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .post-meta {
    font-size: 1.3rem;
    margin-top: 1rem; }

  /* line 1922, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .post-footer {
    padding: 5rem 0 3rem 0;
    text-align: center; }

  /* line 1927, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .post-footer .author {
    margin: 0 0 2rem 0;
    padding: 0 0 1.6rem 0;
    border-bottom: #EBF2F6 1px dashed; }

  /* line 1933, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .post-footer .share {
    position: static;
    width: auto; }

  /* line 1938, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .post-footer .share a {
    margin: 1.4rem 0.8rem 0 0.8rem; }

  /* line 1942, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .author-meta li {
    float: none;
    margin: 0;
    line-height: 1.75em; }

  /* line 1948, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .author-meta li:before {
    display: none; }

  /* line 1952, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .older-posts,
  .newer-posts {
    position: static;
    margin: 10px 0; }

  /* line 1958, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .page-number {
    display: block; }

  /* line 1962, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .site-footer {
    margin-top: 3rem; }

  /* line 1966, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .author-profile {
    padding-bottom: 2rem; }

  /* line 1970, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .post-head.main-header {
    height: 30vh; }

  /* line 1974, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .tag-head.main-header,
  .author-head.main-header {
    height: 20vh; }

  /* line 1979, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .author-profile .author-image {
    margin-top: -70px; }

  /* line 1983, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .author-profile .author-meta span {
    font-size: 1.4rem; }

  /* line 1987, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .archive-template .main-header .page-description {
    display: none; }

  /* line 1991, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .read-next {
    margin-top: 2rem;
    margin-bottom: -37px; }

  /* line 1996, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/vendor/casper.css */
  .read-next .post {
    width: 100%; } }
/* ==========================================================================
   13. Animations
   ========================================================================== */
/* Used to fade in title/desc on the home page */
@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/* Used to bounce .scroll-down on home page */
@-webkit-keyframes bounce {
  0%, 10%, 25%, 40%, 50% {
    -webkit-transform: translateY(0) rotate(-90deg);
    transform: translateY(0) rotate(-90deg); }
  20% {
    -webkit-transform: translateY(-10px) rotate(-90deg);
    transform: translateY(-10px) rotate(-90deg); }
  30% {
    -webkit-transform: translateY(-5px) rotate(-90deg);
    transform: translateY(-5px) rotate(-90deg); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0) rotate(-90deg);
    transform: translateY(0) rotate(-90deg); }
  40% {
    -webkit-transform: translateY(-10px) rotate(-90deg);
    transform: translateY(-10px) rotate(-90deg); }
  60% {
    -webkit-transform: translateY(-5px) rotate(-90deg);
    transform: translateY(-5px) rotate(-90deg); } }
/* ==========================================================================
   End of file. Animations should be the last thing here. Do not add stuff
   below this point, or it will probably fuck everything up.
   ========================================================================== */
/* line 1, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight table td {
  padding: 5px; }

/* line 2, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight table pre {
  margin: 0; }

/* line 3, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .cm {
  color: #999988;
  font-style: italic; }

/* line 7, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .cp {
  color: #999999;
  font-weight: bold; }

/* line 11, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .c1 {
  color: #999988;
  font-style: italic; }

/* line 15, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

/* line 20, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .c, .highlight .cd {
  color: #999988;
  font-style: italic; }

/* line 24, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2; }

/* line 28, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .gd {
  color: #000000;
  background-color: #ffdddd; }

/* line 32, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .ge {
  color: #000000;
  font-style: italic; }

/* line 36, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .gr {
  color: #aa0000; }

/* line 39, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .gh {
  color: #999999; }

/* line 42, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .gi {
  color: #000000;
  background-color: #ddffdd; }

/* line 46, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .go {
  color: #888888; }

/* line 49, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .gp {
  color: #555555; }

/* line 52, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .gs {
  font-weight: bold; }

/* line 55, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .gu {
  color: #aaaaaa; }

/* line 58, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .gt {
  color: #aa0000; }

/* line 61, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .kc {
  color: #000000;
  font-weight: bold; }

/* line 65, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .kd {
  color: #000000;
  font-weight: bold; }

/* line 69, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .kn {
  color: #000000;
  font-weight: bold; }

/* line 73, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .kp {
  color: #000000;
  font-weight: bold; }

/* line 77, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .kr {
  color: #000000;
  font-weight: bold; }

/* line 81, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .kt {
  color: #445588;
  font-weight: bold; }

/* line 85, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .k, .highlight .kv {
  color: #000000;
  font-weight: bold; }

/* line 89, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .mf {
  color: #009999; }

/* line 92, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .mh {
  color: #009999; }

/* line 95, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .il {
  color: #009999; }

/* line 98, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .mi {
  color: #009999; }

/* line 101, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .mo {
  color: #009999; }

/* line 104, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .m, .highlight .mb, .highlight .mx {
  color: #009999; }

/* line 107, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .sb {
  color: #d14; }

/* line 110, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .sc {
  color: #d14; }

/* line 113, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .sd {
  color: #d14; }

/* line 116, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .s2 {
  color: #d14; }

/* line 119, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .se {
  color: #d14; }

/* line 122, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .sh {
  color: #d14; }

/* line 125, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .si {
  color: #d14; }

/* line 128, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .sx {
  color: #d14; }

/* line 131, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .sr {
  color: #009926; }

/* line 134, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .s1 {
  color: #d14; }

/* line 137, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .ss {
  color: #990073; }

/* line 140, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .s {
  color: #d14; }

/* line 143, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .na {
  color: #008080; }

/* line 146, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .bp {
  color: #999999; }

/* line 149, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .nb {
  color: #0086B3; }

/* line 152, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .nc {
  color: #445588;
  font-weight: bold; }

/* line 156, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .no {
  color: #008080; }

/* line 159, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .nd {
  color: #3c5d5d;
  font-weight: bold; }

/* line 163, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .ni {
  color: #800080; }

/* line 166, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .ne {
  color: #990000;
  font-weight: bold; }

/* line 170, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .nf {
  color: #990000;
  font-weight: bold; }

/* line 174, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .nl {
  color: #990000;
  font-weight: bold; }

/* line 178, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .nn {
  color: #555555; }

/* line 181, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .nt {
  color: #000080; }

/* line 184, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .vc {
  color: #008080; }

/* line 187, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .vg {
  color: #008080; }

/* line 190, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .vi {
  color: #008080; }

/* line 193, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .nv {
  color: #008080; }

/* line 196, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .ow {
  color: #000000;
  font-weight: bold; }

/* line 200, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .o {
  color: #000000;
  font-weight: bold; }

/* line 204, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight .w {
  color: #bbbbbb; }

/* line 207, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/_syntax.css.erb */
.highlight {
  background-color: #f8f8f8; }

/* line 5, /Users/dongelen/Documents/Programmeren/ruby/musicroom-blog/source/stylesheets/application.css.scss */
pre {
  background: transparent;
  border-style: none;
  padding: initial; }
