html, body {
  height: 100%; }

body {
  background-color: #24062e;
  padding: 0px;
  margin: 0px;
  min-width: 500px;
  min-height: 480px;
  background-image: url("../img/fallback_bg.png");
  background-size: cover;
  background-attachment: fixed;
  font-family: Verdana, sans-serif;
  overflow-x: hidden; }

#canvas_main {
  z-index: -1;
  user-select: none;
  position: fixed; }

#container {
  display: block;
  clear: both;
  box-sizing: border-box; }
  @media screen and (max-width: 600px) {
    #container {
      width: 100%; } }
  @media screen and (min-width: 600px) and (max-width: 1200px) {
    #container {
      width: 600px;
      margin-left: calc(50% - 300px);
      margin-right: calc(50% - 300px); } }
  @media screen and (min-width: 1200px) and (max-width: 2000px) {
    #container {
      width: 1200px;
      margin-left: calc(50% - 600px);
      margin-right: calc(50% - 600px); } }
  @media screen and (min-width: 2000px) {
    #container {
      width: 1800px;
      margin-left: calc(50% - 900px);
      margin-right: calc(50% - 900px); } }

#logo {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  box-sizing: border-box;
  clear: both;
  user-select: none;
  font-size: 0em; }
  #logo a {
    border: none;
    display: block;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 600px) {
    #logo {
      height: 75px;
      background-image: url("../img/logo.png");
      margin-top: 15px;
      margin-bottom: 15px; } }
  @media screen and (min-width: 600px) and (max-width: 1200px) {
    #logo {
      height: 75px;
      background-image: url("../img/logo.png");
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media screen and (min-width: 1200px) and (max-width: 2000px) {
    #logo {
      height: 150px;
      background-image: url("../img/logo-2.png");
      margin-top: 30px;
      margin-bottom: 30px; } }
  @media screen and (min-width: 2000px) {
    #logo {
      height: 225px;
      background-image: url("../img/logo-3.png");
      margin-top: 40px;
      margin-bottom: 40px; } }

#content {
  display: block;
  min-height: 400px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  clear: both;
  margin-bottom: 30px;
  color: #24062e; }
  @media screen and (max-width: 600px) {
    #content {
      width: 95%;
      margin-left: 2.5%;
      margin-right: 2.5%;
      padding: 25px;
      padding-top: 10px;
      margin-bottom: 30px;
      font-size: 1em; } }
  @media screen and (min-width: 600px) and (max-width: 1200px) {
    #content {
      padding: 25px;
      margin-bottom: 35px;
      padding-top: 10px;
      font-size: 1em; } }
  @media screen and (min-width: 1200px) and (max-width: 2000px) {
    #content {
      padding: 50px;
      padding-top: 20px;
      margin-bottom: 40px;
      font-size: 1.15em; } }
  @media screen and (min-width: 2000px) {
    #content {
      padding: 75px;
      padding-top: 25px;
      margin-bottom: 45px;
      font-size: 1.5em; } }
  #content h2 {
    color: #31083f; }
    @media screen and (max-width: 600px) {
      #content h2 {
        font-size: 1.5em;
        border-bottom: 1px solid #31083f;
        padding-bottom: 2.5px; } }
    @media screen and (min-width: 600px) and (max-width: 1200px) {
      #content h2 {
        font-size: 1.5em;
        border-bottom: 1px solid #31083f;
        padding-bottom: 3px; } }
    @media screen and (min-width: 1200px) and (max-width: 2000px) {
      #content h2 {
        font-size: 1.75em;
        border-bottom: 2px solid #31083f;
        padding-bottom: 7.5px; } }
    @media screen and (min-width: 2000px) {
      #content h2 {
        font-size: 2.5em;
        border-bottom: 3px solid #31083f;
        padding-bottom: 10px; } }
  #content p {
    color: #24062e;
    display: block;
    clear: both;
    width: 96%;
    box-sizing: border-box;
    margin-left: 2%;
    margin-right: 2%; }
    #content p:hover {
      color: #31083f; }
    #content p a {
      color: #ae5a00; }
      #content p a:visited {
        color: #ae5a00; }
      #content p a:hover {
        color: #ca7200; }
      #content p a:focus {
        color: #ca7200; }
      #content p a:active {
        color: #f8d23b; }

.music, .not-music {
  display: block;
  clear: both;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  padding: 0px; }
  .music li, .not-music li {
    color: #24062e;
    display: block;
    clear: both;
    width: 96%;
    box-sizing: border-box;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1em;
    margin-bottom: 1em;
    list-style-type: none; }
    .music li dl dt, .not-music li dl dt {
      display: inline-block;
      clear: none; }
    .music li dl dd.year, .not-music li dl dd.year {
      display: inline-block;
      clear: right;
      margin: 0px; }
      .music li dl dd.year:before, .not-music li dl dd.year:before {
        content: " - "; }
    .music li dl dd, .not-music li dl dd {
      display: block;
      clear: both; }
    .music li dl dd.cover-image, .music li dl dd.xfade, .music li dl dd.more, .music li dl dd.pitch, .not-music li dl dd.cover-image, .not-music li dl dd.xfade, .not-music li dl dd.more, .not-music li dl dd.pitch {
      display: none; }
  .music a, .not-music a {
    color: #ae5a00; }
    .music a:visited, .not-music a:visited {
      color: #ae5a00; }
    .music a:hover, .not-music a:hover {
      color: #ca7200; }
    .music a:focus, .not-music a:focus {
      color: #ca7200; }
    .music a:active, .not-music a:active {
      color: #f8d23b; }

table.music {
  clear: both;
  width: 96%;
  box-sizing: border-box;
  margin-left: 2%;
  margin-right: 2%;
  border-spacing: 0px;
  table-layout: fixed;
  vertical-align: middle; }
  table.music tbody {
    width: 100%; }
    table.music tbody tr {
      width: 100%; }
      table.music tbody tr:nth-child(even) {
        background-color: rgba(0, 0, 0, 0.05); }
        table.music tbody tr:nth-child(even).no-rows {
          background-color: transparent; }
      table.music tbody tr .player-column, table.music tbody tr .download-column {
        vertical-align: middle; }
        table.music tbody tr .player-column button, table.music tbody tr .download-column button {
          display: inline-block;
          background-color: #440b57;
          color: #ffffff;
          border: none;
          vertical-align: middle;
          text-align: center;
          overflow: hidden;
          cursor: pointer;
          text-indent: 0em; }
          @media screen and (max-width: 600px) {
            table.music tbody tr .player-column button, table.music tbody tr .download-column button {
              font-size: 1em;
              width: 35px;
              height: 35px;
              border-radius: 17.5px;
              margin: 12.5px; } }
          @media screen and (min-width: 600px) and (max-width: 1200px) {
            table.music tbody tr .player-column button, table.music tbody tr .download-column button {
              font-size: 1.025em;
              width: 40px;
              height: 40px;
              border-radius: 20px;
              margin: 15px; } }
          @media screen and (min-width: 1200px) and (max-width: 2000px) {
            table.music tbody tr .player-column button, table.music tbody tr .download-column button {
              font-size: 1.05em;
              width: 45px;
              height: 45px;
              border-radius: 22.5px;
              margin: 20px; } }
          @media screen and (min-width: 2000px) {
            table.music tbody tr .player-column button, table.music tbody tr .download-column button {
              font-size: 1.075em;
              width: 50px;
              height: 50px;
              border-radius: 25px;
              margin: 25px; } }
          table.music tbody tr .player-column button:hover, table.music tbody tr .player-column button:focus, table.music tbody tr .download-column button:hover, table.music tbody tr .download-column button:focus {
            outline: none;
            background-color: #31083f; }
          table.music tbody tr .player-column button:active, table.music tbody tr .download-column button:active {
            outline: none;
            padding: none;
            background-color: #24062e; }
          table.music tbody tr .player-column button::-moz-focus-inner, table.music tbody tr .download-column button::-moz-focus-inner {
            border: 0px; }
          table.music tbody tr .player-column button.current, table.music tbody tr .download-column button.current {
            background-color: #ca7200; }
            table.music tbody tr .player-column button.current:hover, table.music tbody tr .player-column button.current:focus, table.music tbody tr .download-column button.current:hover, table.music tbody tr .download-column button.current:focus {
              background-color: #ae5a00; }
            table.music tbody tr .player-column button.current:active, table.music tbody tr .download-column button.current:active {
              background-color: #f8d23b; }
          table.music tbody tr .player-column button.small, table.music tbody tr .download-column button.small {
            font-size: 0.7em;
            width: 32px;
            height: 32px;
            border-radius: 16px;
            margin: 7.5px; }
      table.music tbody tr .information-column {
        width: 100%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px; }
        table.music tbody tr .information-column dl dt {
          display: inline-block;
          clear: none; }
        table.music tbody tr .information-column dl dd.year {
          display: inline-block;
          clear: right;
          margin: 0px; }
          table.music tbody tr .information-column dl dd.year:before {
            content: " - "; }
        table.music tbody tr .information-column dl dd {
          display: block;
          clear: both; }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
#player {
  display: none;
  z-index: 100;
  position: fixed;
  background-color: #111111;
  bottom: 0px;
  min-height: 25px;
  box-sizing: border-box;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
  color: #ffffff;
  padding-top: 17.5px;
  padding-bottom: 15px;
  min-width: 600px; }
  @media screen and (max-width: 700px) {
    #player {
      width: 100%;
      left: 0px;
      border-top-right-radius: 0px;
      border-top-left-radius: 0px; } }
  @media screen and (min-width: 700px) and (max-width: 1200px) {
    #player {
      width: 600px; } }
  @media screen and (min-width: 1200px) and (max-width: 2000px) {
    #player {
      width: 1200px; } }
  @media screen and (min-width: 2000px) {
    #player {
      width: 2000px; } }
  #player table.ui {
    display: table;
    width: 100%;
    min-height: 10px;
    vertical-align: middle;
    text-align: center; }
    #player table.ui tbody tr {
      display: table-row; }
      #player table.ui tbody tr .ui-speaker .ui-button, #player table.ui tbody tr .ui-playpause .ui-button, #player table.ui tbody tr .ui-stop .ui-button, #player table.ui tbody tr .ui-mute .ui-button, #player table.ui tbody tr .ui-download .ui-button {
        display: inline-block;
        border: none;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        opacity: 0.9;
        min-width: 32px; }
        #player table.ui tbody tr .ui-speaker .ui-button.disabled, #player table.ui tbody tr .ui-playpause .ui-button.disabled, #player table.ui tbody tr .ui-stop .ui-button.disabled, #player table.ui tbody tr .ui-mute .ui-button.disabled, #player table.ui tbody tr .ui-download .ui-button.disabled {
          opacity: 0.2;
          cursor: default; }
        @media screen and (max-width: 600px) {
          #player table.ui tbody tr .ui-speaker .ui-button, #player table.ui tbody tr .ui-playpause .ui-button, #player table.ui tbody tr .ui-stop .ui-button, #player table.ui tbody tr .ui-mute .ui-button, #player table.ui tbody tr .ui-download .ui-button {
            font-size: 1.1em; } }
        @media screen and (min-width: 600px) and (max-width: 1200px) {
          #player table.ui tbody tr .ui-speaker .ui-button, #player table.ui tbody tr .ui-playpause .ui-button, #player table.ui tbody tr .ui-stop .ui-button, #player table.ui tbody tr .ui-mute .ui-button, #player table.ui tbody tr .ui-download .ui-button {
            font-size: 1.125em; } }
        @media screen and (min-width: 1200px) and (max-width: 2000px) {
          #player table.ui tbody tr .ui-speaker .ui-button, #player table.ui tbody tr .ui-playpause .ui-button, #player table.ui tbody tr .ui-stop .ui-button, #player table.ui tbody tr .ui-mute .ui-button, #player table.ui tbody tr .ui-download .ui-button {
            font-size: 1.15em; } }
        @media screen and (min-width: 2000px) {
          #player table.ui tbody tr .ui-speaker .ui-button, #player table.ui tbody tr .ui-playpause .ui-button, #player table.ui tbody tr .ui-stop .ui-button, #player table.ui tbody tr .ui-mute .ui-button, #player table.ui tbody tr .ui-download .ui-button {
            font-size: 1.175em; } }
        #player table.ui tbody tr .ui-speaker .ui-button:hover, #player table.ui tbody tr .ui-speaker .ui-button:focus, #player table.ui tbody tr .ui-playpause .ui-button:hover, #player table.ui tbody tr .ui-playpause .ui-button:focus, #player table.ui tbody tr .ui-stop .ui-button:hover, #player table.ui tbody tr .ui-stop .ui-button:focus, #player table.ui tbody tr .ui-mute .ui-button:hover, #player table.ui tbody tr .ui-mute .ui-button:focus, #player table.ui tbody tr .ui-download .ui-button:hover, #player table.ui tbody tr .ui-download .ui-button:focus {
          outline: none;
          opacity: 1.0; }
          #player table.ui tbody tr .ui-speaker .ui-button:hover.disabled, #player table.ui tbody tr .ui-speaker .ui-button:focus.disabled, #player table.ui tbody tr .ui-playpause .ui-button:hover.disabled, #player table.ui tbody tr .ui-playpause .ui-button:focus.disabled, #player table.ui tbody tr .ui-stop .ui-button:hover.disabled, #player table.ui tbody tr .ui-stop .ui-button:focus.disabled, #player table.ui tbody tr .ui-mute .ui-button:hover.disabled, #player table.ui tbody tr .ui-mute .ui-button:focus.disabled, #player table.ui tbody tr .ui-download .ui-button:hover.disabled, #player table.ui tbody tr .ui-download .ui-button:focus.disabled {
            opacity: 0.2; }
        #player table.ui tbody tr .ui-speaker .ui-button:active, #player table.ui tbody tr .ui-playpause .ui-button:active, #player table.ui tbody tr .ui-stop .ui-button:active, #player table.ui tbody tr .ui-mute .ui-button:active, #player table.ui tbody tr .ui-download .ui-button:active {
          outline: none;
          padding: none;
          opacity: 1.0; }
          #player table.ui tbody tr .ui-speaker .ui-button:active.disabled, #player table.ui tbody tr .ui-playpause .ui-button:active.disabled, #player table.ui tbody tr .ui-stop .ui-button:active.disabled, #player table.ui tbody tr .ui-mute .ui-button:active.disabled, #player table.ui tbody tr .ui-download .ui-button:active.disabled {
            opacity: 0.2; }
        #player table.ui tbody tr .ui-speaker .ui-button::-moz-focus-inner, #player table.ui tbody tr .ui-playpause .ui-button::-moz-focus-inner, #player table.ui tbody tr .ui-stop .ui-button::-moz-focus-inner, #player table.ui tbody tr .ui-mute .ui-button::-moz-focus-inner, #player table.ui tbody tr .ui-download .ui-button::-moz-focus-inner {
          border: 0px; }
      #player table.ui tbody tr .ui-volume .ui-volume-main {
        width: 75px; }
      #player table.ui tbody tr .ui-scrubber {
        width: 100%; }
        #player table.ui tbody tr .ui-scrubber .ui-scrubber-main {
          width: 100%; }
  #player input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 5px 0;
    background: transparent;
    margin-top: 10px;
    opacity: 0.9; }
    #player input[type=range]:focus, #player input[type=range]:hover {
      outline: none;
      opacity: 1; }
    #player input[type=range]::-webkit-slider-runnable-track {
      width: 100%;
      height: 4px;
      cursor: pointer;
      box-shadow: 0px 0px 0px #ffffff;
      background: #ffffff;
      border-radius: 2px;
      border: 0px solid #ffffff; }
    #player input[type=range]::-webkit-slider-thumb {
      box-shadow: 1px 1px 1px #ffffff;
      border: 1px solid #ffffff;
      height: 10px;
      width: 10px;
      border-radius: 5px;
      background: #ffffff;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -5px; }
    #player input[type=range]:focus::-webkit-slider-runnable-track {
      background: #ffffff; }
    #player input[type=range]::-moz-range-track {
      width: 100%;
      height: 5px;
      cursor: pointer;
      box-shadow: 0px 0px 0px #ffffff;
      background: #ffffff;
      border-radius: 5px;
      border: 0px solid #ffffff; }
    #player input[type=range]::-moz-range-thumb {
      box-shadow: 1px 1px 1px #ffffff;
      border: 1px solid #ffffff;
      height: 10px;
      width: 10px;
      border-radius: 5px;
      background: #ffffff;
      cursor: pointer; }
    #player input[type=range]::-ms-track {
      width: 100%;
      height: 5px;
      cursor: pointer;
      background: transparent;
      border-color: transparent;
      color: transparent; }
    #player input[type=range]::-ms-fill-lower {
      background: #ffffff;
      border: 0px solid #ffffff;
      border-radius: 10px;
      box-shadow: 0px 0px 0px #ffffff; }
    #player input[type=range]::-ms-fill-upper {
      background: #ffffff;
      border: 0px solid #ffffff;
      border-radius: 10px;
      box-shadow: 0px 0px 0px #ffffff; }
    #player input[type=range]::-ms-thumb {
      box-shadow: 1px 1px 1px #ffffff;
      border: 1px solid #ffffff;
      height: 10px;
      width: 10px;
      border-radius: 5px;
      background: #ffffff;
      cursor: pointer;
      height: 5px; }
    #player input[type=range]:focus::-ms-fill-lower {
      background: #ffffff; }
    #player input[type=range]:focus::-ms-fill-upper {
      background: #ffffff; }
    #player input[type=range]::-moz-focus-inner {
      border: 0px; }

.fa-cog, .fa-spinner {
  animation: spin 3.5s linear infinite; }

.fa-compact-disc.playing, .fa-cog.playing {
  animation: spin 3.5s linear infinite;
  opacity: 1 !important; }

.external-links {
  display: block;
  clear: both;
  width: 92%;
  box-sizing: border-box;
  margin-left: 4%;
  margin-right: 4%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px; }
  .external-links a {
    display: inline-block;
    border-radius: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    cursor: pointer;
    background-color: #440b57;
    color: #ffffff;
    border: none;
    text-decoration: none;
    font-size: 0.95em;
    font-weight: bold;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px; }
    .external-links a:hover, .external-links a:focus {
      background-color: #31083f;
      border: none;
      color: #ffffff; }
    .external-links a:active {
      background-color: #ca7200;
      border: none;
      color: #ffffff; }
    .external-links a:visited {
      color: #ffffff; }
    .external-links a i {
      margin-right: 0.5em; }

.album-cover {
  overflow: hidden; }
  .album-cover .album-info {
    float: right;
    clear: left;
    width: 50%;
    display: block; }
    @media screen and (max-width: 600px) {
      .album-cover .album-info {
        float: left;
        width: 90%;
        clear: both;
        margin: 5%; } }
    @media screen and (min-width: 600px) and (max-width: 1200px) {
      .album-cover .album-info {
        float: left;
        width: 90%;
        clear: both;
        margin: 5%; } }
  .album-cover img {
    float: right;
    clear: right;
    border: 1px solid #000000;
    transform: rotate(1deg);
    width: 40%;
    margin: 25px;
    box-sizing: border-box;
    box-shadow: 5px 10px #888888;
    cursor: pointer; }
    @media screen and (max-width: 600px) {
      .album-cover img {
        float: left;
        width: 90%;
        clear: both;
        margin: 5%; } }
    @media screen and (min-width: 600px) and (max-width: 1200px) {
      .album-cover img {
        float: left;
        width: 90%;
        clear: both;
        margin: 5%; } }
  .album-cover .external-links {
    margin-top: 35px;
    margin-bottom: 40px; }
  .album-cover h3 {
    width: auto;
    border-bottom: 1px dotted #31083f;
    clear: both;
    display: block;
    font-style: italic; }
    .album-cover h3 span {
      font-style: normal;
      text-align: right;
      display: block;
      float: right;
      margin-left: 1em; }
      @media screen and (max-width: 600px) {
        .album-cover h3 span {
          display: none; } }
  .album-cover table.album-sample {
    all: revert;
    font-size: 0.8em;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    overflow: hidden;
    border-radius: 12.5px;
    border-spacing: 0px;
    border-collapse: collapse; }
    .album-cover table.album-sample tr:nth-child(even) {
      background-color: transparent; }
    .album-cover table.album-sample tr:nth-child(odd) {
      background-color: rgba(0, 0, 0, 0.05); }
    .album-cover table.album-sample tr th {
      padding-top: 9px;
      padding-bottom: 9px;
      background-color: rgba(0, 0, 0, 0.025);
      font-size: 1.01em; }

.press {
  cursor: pointer; }
  .press:hover {
    text-decoration: underline;
    text-decoration-style: dotted; }

/*# sourceMappingURL=lemon.css.map */
