@import url(https://fonts.googleapis.com/css?family=Puritan|EB+Garamond|Passion+One);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*@import url(fonts.css);*/
/*@import url(font-awesome.min.css);*/
body {
  margin: 0;
  padding: 0;
  background-color: #999;
  font-family: "EB Garamond", "Adobe Garamond Pro", "Hoefler Text", Palatino, serif; }
  @media print {
    body {
      background-color: white; } }

img[src="oo.svg"]:hover {
  animation: rotate 1s linear 0.5;
  transform: rotate(180deg);
}
@keyframes rotate {
  0% { transform: rotate(0deg); }
  50% { transform: rotate(180deg); }
  100% { transform: rotate(360deg); }
}

abbr:hover {
  cursor: help; }

.chorus {
  font-style: italic; }
  .chorus:before {
    content: "Chorus";
    font-size: .6rem;
    font-family: "Puritan", "Gil Sans", Verdana, sans-serif;
    font-weight: bold;
    font-style: normal;
    margin-left: -2.9rem;
    border-radius: .2rem;
    background-color: #666;
    color: white;
    padding: .1rem .2rem; }

header {
  border-bottom: none dashed #688dc0;
  padding: 3rem .5rem .2rem .5rem;
  margin-bottom: 6rem;
  margin: auto;
  min-width: 16rem;
  max-width: 42rem; }
  @media print {
    header {
      display: none; } }

#page {
  background-color: #fcfbfa;
  padding-bottom: 3rem; }

#posts dt {
  border-bottom: thin dotted black; }
  #posts dt:hover {
    background-color: #eee; }

#posts dd {
  margin: -1.4rem 0 0 20rem;
  text-align: right; }

main {
  position: relative;
  color: #333;
  font-size: 18px;
  padding: 0rem .5rem .2rem .5rem;
  text-align: justify;
  min-height: 23rem;
  clear: both;
  margin: auto;
  min-width: 16rem;
  max-width: 42rem; }

code {
  font-family: Hasklig, monospace;
  text-rendering: optimizeLegibility;
  overflow: scroll;
  font-size: 60%;
  display: block;
  padding: .2rem;
  background-color: #fcf4dc;
  border: thin solid #52676f;
  color: #52676f; }

.drop {
  font-size: 300%;
  float: left;
  line-height: 3rem;
  margin-bottom: -1rem;
  padding: 0 .2rem 0 0; }

.frame {
  width: 100%;
  background-color: white;
  padding: .2rem;
  border: thin solid #333; }

figure {
  margin: 0; }

figcaption {
  font-size: 60%;
  font-family: sans-serif; }

q {
  font-style: italic; }

h3 {
  clear: right; }

#songs li {
  display: inline-block; }

#clients + ul {
  margin: 0;
  padding: 0; }

#clients + ul li {
  display: inline;
  padding: 0;
  margin: 0; }

#clients + ul li:before {
  content: "\00b7";
  padding-right: .5rem;
  padding-left: .3rem; }

#clients + ul li:first-child:before {
  content: " "; }

div#logo a {
  color: #333;
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none; }

#logo a img {
  height: 2rem;
  margin-top: -.3rem; }

img.cc {
  height: .8rem; }

header:hover a {
  opacity: 1; }

nav {
  text-align: right; }
  nav ul, nav li {
    display: inline; }
  nav li a {
    font-size: 18px;
    font-weight: bold;
    margin-left: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #688dc0;
    opacity: .3; }
  nav li:hover {
    border-radius: .2rem .2rem 0 0;
    border-bottom: .3rem solid #688dc0;
    background-color: #688dc0; }
    nav li:hover a {
      color: #fff; }

a {
  color: #333; }

header, footer {
  font-family: "Puritan", "Gil Sans", Verdana, sans-serif; }

footer {
  color: #555;
  font-size: .5rem;
  min-height: 12rem;
  line-height: .8rem;
  background: linear-gradient(to bottom, #333333 0%, #999999 2%); }
  footer div {
    padding: 1rem .5rem;
    margin: auto;
    min-width: 16rem;
    max-width: 42rem; }

.imprint {
  clear: both;
  text-align: center; }

.changed img {
  height: .7rem;
  padding-left: .2rem; }

.changed, .madein {
  clear: both;
  float: right;
  right: .5rem; }

.madein img {
  height: .9rem; }

h1.jumbotron {
  text-align: left;
  margin: 12pt 0 24pt 0;
  font-family: "Passion One", "Block Berthold", "Gil Sans Ultra ", "Impact";
  font-weight: normal;
  font-size: 96pt;
  line-height: 90pt; }
  @media (max-width: 414px) {
    h1.jumbotron {
      font-size: 48pt;
      line-height: 36pt; } }

h1 {
  font-size: 24px; }

h2 {
  font-size: 20px; }

div.info {
  color: #555;
  font-size: 14px;
  font-style: italic; }

#gitrev, .url {
  display: none; }

hr {
  border: none;
  border-top: .1rem solid #333;
  height: 1px; }

.figure img {
  width: 30%;
  float: left;
  padding: 0.3rem;
  margin-right: 1rem;
  border: thin solid #333; }

@media print {
  body, #page, footer {
    background: white; }
  main {
    margin-top: 3rem;
    width: 64%;
    height: 80%; }
  footer {
    min-height: 0;
    border-top: none;
    page-break-before: always;
    padding-top: 54rem; }
  .url:before {
    content: "Printed from:\0020"; }
  #gitrev {
    display: inline;
    padding-left: .1rem; }
  .url, .changed {
    display: block;
    float: none; }
  .url a {
    text-decoration: none; }
  header, .imprint, .madein {
    display: none; }
  hr {
    border-top-style: dotted;
    border-top-width: .1rem;
    height: 1px; }
  .figure img {
    display: none; }
  div.jumbotron {
    background: white; }
  h1.jumbotron {
    font-size: 64pt;
    line-height: 60pt; }
  h1.jumbotron a {
    color: white; }
  section, p, code {
    page-break-inside: avoid; }
  code {
    overflow: visible;
    white-space: pre-wrap; } }

/*
  @page {
      counter-increment: page;
      counter-reset: page 1;
      @top-right {
          content: "Page " counter(page) " of " counter(pages);
      }
  }
*/
