html {
  margin: 0;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
	#background: -webkit-canvas;
    padding-top: 35px;
    padding-bottom: 25px;
    #font-family: "Proxima Nova";
    background-size: cover;
    background-position: center;
	background-attachment: fixed;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
	#background: #0088ff;
    #animation: animateGlow 1.25s linear infinite;
    z-index:-1;
}

canvas {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
}

@keyframes animateGlow {
  0% {
    background: linear-gradient(
      to left,
      #ff5770,
      #e4428d,
      #c42da8,
      #9e16c3,
      #6501de,
      #9e16c3,
      #c42da8,
      #e4428d,
      #ff5770
    );
  }
  100% {
    background: linear-gradient(
      to right,
      #ff5770,
      #e4428d,
      #c42da8,
      #9e16c3,
      #6501de,
      #9e16c3,
      #c42da8,
      #e4428d,
      #ff5770
    );
  }
}

.shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #333;
}

h1 {
    padding: 1em;
    color: #666;
    font-size: 100%;
}

hr {
    border-top: 2px solid #e3e3e3;
}

pre {
    overflow: auto;
    margin: 1em;
    line-height: 2em;
}

footer {
    margin: 1em;
}

.container {
    overflow: hidden;
    background-color: #fff;
    /*border-radius: 10px; */
}

/* ***** */
/* Icons */
/* ***** */

pre a[href]:before,
pre a[href$="/"]:before {
    content: "";
    padding: 5px 25px 0 0;
    background-repeat: no-repeat;
    background-position: left bottom;
}

a[href]:before {
    background: url(../images/icons/default.png);
}

a[href$="/"]:before {
    background: url(../images/icons/folder.png);
}

/* Checksums */

a[href$=".md5"]:before {
    background: url(../images/icons/checksum.png);
}

/* Compression */

a[href$=".bz2"]:before {
   background: url(../images/icons/bz2.png);
}

a[href$=".gz"]:before {
   background: url(../images/icons/gz.png);
}

a[href$=".tar.gz"]:before {
   background: url(../images/icons/tar.gz.png);
}

/* Vagrant */

a[href$=".box"]:before {
   background: url(../images/icons/vagrant.png);
}

/* Debian */

a[href$=".deb"]:before {
   background: url(../images/icons/debian.png);
}

/* Crypt */

a[href$=".gpg"]:before {
   background: url(../images/icons/crypt.png);
}

body{SCROLLBAR-FACE-COLOR:#698091;SCROLLBAR-SHADOW-COLOR:black;SCROLLBAR-HIGHLIGHT-COLOR:#698091;SCROLLBAR-3DLIGHT-COLOR:#000000;SCROLLBAR-DARKSHADOW-COLOR:#698091;SCROLLBAR-TRACK-COLOR:#272727;SCROLLBAR-ARROW-COLOR:#000000;}
.js-thHolidaysMoohaContainer{z-index:10000;pointer-events:none;position:absolute}