@charset "UTF-8";

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

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

.marginofLIFE {
    margin-left: 20%;
}

.flexbox{
    display: flex;
}

.musicheader {
  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);
}

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

.musicwelcome{
  margin-top: 200px;
}

.musicwelcomer {
  color: rgb(21, 255, 0);
  text-shadow: 0px 0px 10px rgb(0, 255, 51);
  font-size: 30px;
  font-family: typewriter2;
  font-weight: bold;
  display:block;
  rotate: -1deg;
  transition: transform .3s;
  background-image: url(Images/887mgkv4uxj1f.jpg);
  padding: 10px;
  box-shadow: 0px 0px 10px 2px #40821a;
  text-align: center;
  width: 70%;
}

.musicwelcomer:hover {
    transform: scale(1.05) rotate(-1deg); 
}

.reviewdiv{
  margin-top: 60px;
}

.albumcover {
  width: 300px;
  height: 300px;
}

.interpol {
  margin-left: 10px;
  width: 100%;
  height: 400px;
  box-shadow: 0px 0px 10px 2px #610022;
  background-image: url(Images/233.GIF);
}

.supermargin{
  margin-bottom: 400px;
}

.interpoltext {
  font-family: dirtyclassicmachine;
  text-align: center;
  display: block;
  font-size: 45pt;
  rotate: -7deg;
  margin-top: -450px;
  margin-left: -100px;
  color: rgb(255, 0, 0);
  text-shadow: 0px 0px 10px rgb(251, 0, 0);
  text-decoration: none;
}
.interpoltext2 {
  font-family: dirtyclassicmachine;
  text-align: center;
  display: block;
  font-size: 40pt;
  rotate: -5deg;
  color: rgb(255, 0, 0);
  text-shadow: 0px 0px 10px rgb(251, 0, 0);
}

.ratingtext {
  font-family: dirtyclassicmachine;
  text-align: center;
  display: block;
  font-size: 45pt;
  rotate: -7deg;
  margin-top: -450px;
  margin-left: -200px;
  text-decoration: none;
}

.positionabsolute {
 display: block; 
 position: absolute;
}

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

.motion {
  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);}
}

.motion2 {
  animation: shake3 6s;
  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);}
}

.svg {
    position: absolute;
}
.wavy {
    filter: url(#warp);
}
.wavy2 {
    filter: url(#warp2);
}


