* {cursor: url(https://cur.cursors-4u.net/food/foo-5/foo433.cur), auto !important;} 

.indexbackground {
    background-color: #256328;
    background-image: url(Images/checkertranslucent.gif)
}

h1 {
    font-weight: normal;
    font-variant: normal;
    font-size: 70px;
    
}
.indexheader {
    
    background-image: url(Images/157.GIF);
    rotate: -5deg;
    animation-iteration-count: infinite;
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: hitmyfont;
    color: rgb(0, 255, 47);
    margin-right: 40px;
    margin-left: 10px;
    width: 500px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 110px;
    text-align: center;
    height: auto;
    box-shadow: 0px 0px 10px 8px #007020;
}

.sidenav {
  height: 100%;
  width: 15%;
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0;
  background-image: url(Images/092.GIF); 
  padding-top: 20px;
  box-shadow: 0px 0px 10px 2px #4fd600;
}

.linksnav {
box-shadow: 0px 0px 10px 2px #00561a;
 margin-left: 15%;
 margin-right: 15%;
 margin-bottom: 10px;
 background-image: url(Images/852.GIF);
 width: auto;
 height: auto;
 padding: 10px;
 font-family: dirtyclassicmachine;
 font-size: 20pt;
 color: rgb(255, 255, 255);
 text-shadow: 2px 2px 5px rgb(255, 255, 255);
 text-decoration: none;
}

.navmove {
    transition: transform .3s;
}
.navmove:hover {
    transform: scale(1.5) rotate(-5deg); 
}

.smallmove {
    transition: transform .3s;
}
.smallmove:hover {
    transform: scale(1.05) rotate(-1deg); 
}

.marginofLIFE {
    margin-left: 20%;
}
.marginoftop {
    margin-top: 300px;
}

.blogtextdate {
    font-family: typewriter2;
    color: white;
    text-shadow: 0px 0px 5px rgb(255, 255, 255);
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: -10px;
    font-size: 20pt;
}

.blogtextmain {
    font-family: typewriter2;
    color: white;
    text-shadow: 0px 0px 5px rgb(255, 255, 255);
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-size: 14pt;
}

.crhismas {
  position: absolute;
  bottom: 990px;
  left: 20%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: hitmepunk;
  rotate: -10deg;
  color: rgb(0, 255, 51);
  text-shadow: 0px 0px 10px rgb(9, 145, 29);
  font-size: 40px;
}

#motion2 {
  animation: shake2 20s;
  animation-iteration-count: infinite;
}

@keyframes shake2 {
  0% { transform: rotate(0deg) scale(0.95);}
  10% { transform: rotate(-1deg) scale(1);}
  20% { transform: rotate(1deg) scale(0.95);}
  30% { transform: rotate(-1deg) scale(1);}
  40% { transform: rotate(1deg) scale(0.95);}
  50% { transform: rotate(-1deg) scale(1)}
  60% { transform: rotate(1deg) scale(0.95);}
  70% { transform: rotate(-1deg) scale(1);}
  80% { transform: rotate(1deg) scale(0.95);}
  90% { transform: rotate(-1deg) scale(1);}
  100% { transform: rotate(0deg) scale(0.95);}
}

.motion3 {
  animation: shake3 20s;
  animation-iteration-count: infinite;
}

@keyframes shake3 {
  0% { transform: rotate(0deg) scale(1);}
  10% { transform: rotate(1deg) scale(0.95);}
  20% { transform: rotate(-1deg) scale(1);}
  30% { transform: rotate(1deg) scale(0.95);}
  40% { transform: rotate(-1deg) scale(1);}
  50% { transform: rotate(1deg) scale(0.95)}
  60% { transform: rotate(-1deg) scale(1);}
  70% { transform: rotate(1deg) scale(0.95);}
  80% { transform: rotate(-1deg) scale(1);}
  90% { transform: rotate(1deg) scale(0.95);}
  100% { transform: rotate(0deg) scale(1);}
}

@font-face {
  font-family: hitmyfont;
  src: url(Fonts/PUNKBABE\ TRIAL.ttf);
}
@font-face {
  font-family: hitmepunk;
  src: url(Fonts/Hit\ me\,\ punk!\ 01.ttf);
}
@font-face {
  font-family: rawnotice;
  src: url(Fonts/Raw\ Notice.ttf);
}
@font-face {
  font-family: dirtyclassicmachine;
  src: url(Fonts/Dirty\ Classic\ Machine.ttf);
}
@font-face {
  font-family: typewriter;
  src: url(Fonts/Victoria\ Typewriter\ Regular.ttf);
}
@font-face {
  font-family: aquabats;
  src: url(Fonts/thefuryoftheaquabatsfont.ttf);
}
@font-face {
  font-family: carbontype;
  src: url(Fonts/carbon.ttf);
}
@font-face {
  font-family: typewriter2;
  src: url(Fonts/TravelingTypewriter.ttf);
}

.svg {
    position: absolute;
}

.wavy {
    filter: url(#warp);
}

.wavy2 {
    filter: url(#warp2);
}