body {
  background-image: url(static/bg.jpg);
  background-size: cover;
  font-family: 'Source Sans Pro', sans-serif;
  image-rendering: optimizeSpeed;
  /* Legal fallback */
  image-rendering: -moz-crisp-edges;
  /* Firefox        */
  image-rendering: -o-crisp-edges;
  /* Opera          */
  image-rendering: -webkit-optimize-contrast;
  /* Safari         */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed  */
  image-rendering: crisp-edges;
  /* CSS4 Proposed  */
  image-rendering: pixelated;
  /* CSS4 Proposed  */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+           */ }
  body div.header {
    margin-top: 16%; }
    body div.header h1 {
      color: black;
      font-weight: 400;
      font-size: 4.5em;
      text-align: right;
      padding-right: 30%; }
    body div.header p {
      font-size: 21px;
      text-align: right;
      padding-right: 30%; }
  body div.test {
    margin-top: 20px;
    text-align: right;
    padding-right: 30%; }
    body div.test .btn-group {
      margin-right: 15px; }
    body div.test .testArea {
      display: inline-block; }
      body div.test .testArea div#test-multiple-selector {
        display: none;
        width: 200px;
        height: 20px;
        margin-top: 5px;
        margin-left: 11px;
        position: absolute;
        box-sizing: border-box; }
        body div.test .testArea div#test-multiple-selector span {
          padding: 1px 6px;
          color: #2D2D2D;
          margin-right: 4px;
          border-radius: 4px;
          background-color: rgba(255, 255, 255, 0.5);
          width: 22px;
          text-align: center;
          cursor: pointer;
          -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          body div.test .testArea div#test-multiple-selector span:hover {
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1); }
          body div.test .testArea div#test-multiple-selector span.left {
            float: left; }
          body div.test .testArea div#test-multiple-selector span.right {
            float: right; }
          body div.test .testArea div#test-multiple-selector span.active {
            background-color: rgba(255, 255, 255, 0.75);
            font-weight: 700;
            border-color: #5A5A5A; }
    body div.test input {
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0;
      width: 0px !important;
      padding: 0;
      margin: 0;
      height: 34px;
      font-size: 17px; }
      body div.test input.active {
        display: inline-block;
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        width: 200px !important;
        padding: 6px 12px; }
  body div.credits {
    position: fixed;
    right: 20px;
    bottom: 20px; }
    body div.credits img {
      width: 55px; }
  body .github-fork-ribbon-wrapper {
    width: 150px;
    height: 150px;
    position: absolute;
    overflow: hidden;
    top: 0;
    z-index: 9999;
    pointer-events: none; }
    body .github-fork-ribbon-wrapper.right {
      right: 0; }
    body .github-fork-ribbon-wrapper .github-fork-ribbon {
      top: 42px;
      right: -43px;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      padding: 2px 0;
      background-color: #71514D;
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.15)));
      background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.15));
      background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.15));
      background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.15));
      background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.15));
      background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.15));
      font: 700 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
      z-index: 9999;
      pointer-events: auto; }
      body .github-fork-ribbon-wrapper .github-fork-ribbon:hover {
        background-color: #AB827D; }
      body .github-fork-ribbon-wrapper .github-fork-ribbon a {
        color: #fff;
        text-decoration: none;
        text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
        text-align: center;
        width: 200px;
        line-height: 20px;
        display: inline-block;
        padding: 2px 0;
        border-width: 1px 0;
        border-style: dotted;
        border-color: #fff;
        border-color: rgba(255, 255, 255, 0.7); }
  @media (max-width: 1000px) {
    body {
      background-size: 1000px 100vh; }
      body div.test {
        padding-right: 0;
        text-align: center; }
        body div.test .btn-group {
          margin-bottom: 15px; }
        body div.test .testArea {
          display: block; }
          body div.test .testArea div#test-multiple-selector {
            position: static;
            margin: auto;
            margin-top: 10px; }
        body div.test input {
          height: 0px;
          visibility: none; }
          body div.test input.active {
            height: 30px; }
      body div.header p {
        font-size: 20px;
        line-height: 5vh; }
      body div.header h1 {
        line-height: 5vh; }
      body div.header h1, body div.header p {
        padding: 10px 30px;
        text-align: center; } }
  @media (max-width: 700px) {
    body .github-fork-ribbon-wrapper {
      width: 100%; }
      body .github-fork-ribbon-wrapper .github-fork-ribbon {
        top: 0px;
        left: 0px;
        width: 100%;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; }
        body .github-fork-ribbon-wrapper .github-fork-ribbon a {
          color: #fff;
          text-decoration: none;
          text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
          text-align: center;
          width: 100%;
          line-height: 20px;
          display: inline-block;
          padding: 2px 0;
          border-width: 1px 0;
          border-style: dotted;
          border-color: #fff;
          border-color: rgba(255, 255, 255, 0.7); } }

/*# sourceMappingURL=static.css.map */
