
.wholewrap{
    position:relative;
    width:100%;
    height: 100%;
    z-index: 2;
}
.wrapper{
    padding-bottom: 50px;
    height:100%;
}
.footer{
  height: 50px;
  margin-top: -50px;
}
html,body{
  width: 100%;
  height: 100%;
}
.cont404{
    font-size: 50px;
    font-family: 'droidiga', Fallback, sans-serif;
    color: #3cff00;
    width: 50%;
    text-align:center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    text-shadow: 1px 10px 20px rgba(0,0,0,1);
}
.footer{
        text-align: center;
}
.bg-image{
    z-index: 0;
  position: fixed;
  left:0 ;
  top: 0; 
  /*right: 0; 
  bottom: 0;*/
  width:100%;
  height:100%;
  background-image: url('/img/envious_bg.jpg');
    background-position: center center;
  background-size: cover;


    filter: hue-rotate(0deg);
    -webkit-filter: hue-rotate(0deg);
    animation-name: hue-full-rotate ; 
    animation-duration: 10s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes hue-full-rotate {
    from {filter: hue-rotate(0deg);}
    to {filter: hue-rotate(360deg);}
}
@font-face {
  font-family: 'droidiga';
  src: url('/fonts/Droidiga.otf') format('truetype');
}
@font-face {
    font-family: 'ChakraPetch';
    src: url('/fonts/ChakraPetch-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'josefin-sans-regular';
    src: url('/fonts/JosefinSans-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'josefin-sans-bold';
    src: url('/fonts/JosefinSans-Bold.ttf') format('truetype');
}
body{
    font-family: 'ChakraPetch';
    color: #c0c0c0;
}
h1, h2{
    text-shadow: 1px 10px 20px rgba(0,0,0,1);
}
h1{
    font-family: 'Oswald', sans-serif;
    color: #3cff00;
    font-size: 68px;
    text-transform: uppercase;
}
h2{
    color: #c0c0c0;
}
h3{
    font-size: 16px;
    color: #3cff00;
}