@charset "UTF-8";

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

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); 
}

.marginimportant {
  margin-left: 20%;
  margin-top: 200px;
}

@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);
}
@font-face {
  font-family: Title;
  src: url(../Fonts/Imperial\ Web.ttf);
}

@font-face {
  font-family: Name;
  src: url(../Fonts/Helvetica\ LT\ Ultra\ Compressed.ttf);
}
@font-face {
  font-family: ernst;
  src: url(../Fonts/Ernst-Regular.ttf);
}




.svg {
    position: absolute;
}

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

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

.albumcover {
  display: block;
  width: 400px;
}
.flex {
  display: flex;
}