#bg-image
{
    background-image:url(https://i.imgur.com/oKKnKn2.gif);
    background-color: black;
}

@font-face {
  font-family: "designfont";
  src: url("https://grubgroove.neocities.org/FONTS/desigers/DESIB___.TTF");
}

@font-face {
  font-family: "erinfont";
  src: url("https://grubgroove.neocities.org/FONTS/font-for-erin/FontForErin.ttf");
}

/* --- */

.rotate {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.spinnyL {
  left:-100px;
  top:-300px;
  position: fixed;
  z-index:-999;
  
}

.yuckyR {
  right:-200px;
  bottom:-150px;
  position: fixed;
    opacity: 0.4;
  z-index:-999;
  transform: skewX(10deg)
  
}

.Lsidebar {
  height: 100vh;
  width: 350px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to left, rgba(255,0,0,0), rgba(0,0,0,0.8), rgba(0,0,0,1));
  z-index:-50;
}
.Lsidebar div {
  padding: 8px;
  font-size: 24px;
  display: block;
}

.Rsidebar {
  height: 100vh;
  width: 350px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(0,0,0,0.8), rgba(0,0,0,1));
  z-index:-50;
}
.Rsidebar div {
  padding: 8px;
  font-size: 24px;
  display: block;
}

#container {
    max-width:850px; 
    margin: auto
}
  
.header {
    background-image:url("https://i.imgur.com/s1Xypp9.jpeg");
    overflow: hidden;
    margin-top:50px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fill;
    border:5px solid #000;
        height:200px;
    transform: skewY(3deg)
}

#eyebol {
  background-image:url("/IMAGES/EYEBOLOPEN.png");
  background-repeat: no-repeat;
  background-size: cover; 
  width:170px;
  height:170px;
  margin-top:-250px;
  margin-left:60px;
  transform: rotate(-15deg);
	position:absolute;
	border:0px solid #000;
}

#eyebol:hover {
  background-image:url("/IMAGES/EYEBOLCLOSED.png");
  background-repeat: no-repeat;
  background-size: cover; 
    transform: rotate(-5deg);
    	border:0px solid #000;
}

.nav {
    position:absolute;
    width:501.5px;
    height:60px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    background-image:url("https://i.imgur.com/AyO3SHV.gif");
    background-repeat: repeat;
    border:5px solid #000;
    margin-left:300px;
    margin-top:-230px;
    transform: skewX(-5deg)
    -webkit-box-shadow:0px 0px 10px 3px rgba(255,255,255,0.9);
    -moz-box-shadow: 0px 0px 10px 3px rgba(255,255,255,0.9);
    box-shadow: 0px 0px 10px 3px rgba(255,255,255,0.9);
    -webkit-transform: skew(-5deg);
    -moz-transform: skew(-5deg);
    -ms-transform: skew(-5deg);
    -o-transform: skew(-5deg);
    transform: skew(-5deg);
}

#imageContainer {
    height:120px; 
    width:400px;
    background-image:url("IMAGES/GRUBGROOVE.gif");
    background-repeat: no-repeat;
    background-size: 400px;
     margin-top:-90px;
    margin-left:20px;
    align-items: flex-end;
    display: flex;	
    position:absolute;
}

/* Style the links inside the navigation bar */
.nav a {
    float: left;
    color: #000;
    text-align: center;
    align-content: center;
    padding: 7px 24px;
    text-decoration: none;
    font-size: 20px;
}

/* Change the color of links on hover */
.nav a:hover {
    background-color:rgba(0,0,0,0.8);
    color: white;
}

/* Add a color to the active/current link */
.nav a.active {
    background-color: #6c1c6c;
    color: white;
}

#sidethingy {
 background-image:url("https://i.imgur.com/AyO3SHV.gif");
   scrollbar-color: #bada55 #000;
 background-repeat: repeat;
 width:210px;
 height:465px;
 margin-top:-30px;
  border: 5px solid #000;
  position: absolute;
 z-index:-30;
 
}

.updatebox {
 font-family:'comic sans MS';
 font-size:12px;
 color:white;
 width:auto;
 border:2px groove #000;
 padding:5px;
 margin:7px;
}

#mainbody {
  width:606px;
 height:395px;
 background-image:url("https://i.imgur.com/em3wNnl.gif");
 background-repeat: repeat;
 margin-top:-10px;
 margin-left:235px;
 border: 5px solid #000;
 position: absolute;
 z-index:-20;
     display: table-cell;
  transform: skewY(-3deg)
}


#steve {
    height:260px; 
    width:250px;
    background-image:url("IMAGES/STEVE.png");
    background-repeat: no-repeat;
    background-size: 230px;
    margin-left:655px;
    margin-top:-130px;
    transform: rotate(-10deg);
    position:absolute;
}

#steve:hover {
    transform: rotate(-5deg);
    	border:0px solid #000;
}

#maindecor {
 position:absolute; 
 margin-top:-365px;
  z-index:-20;
    opacity: 0.6;
}

.mainbodytext {
   border: 2px groove #000;
  scrollbar-color: rgba(255, 0, 0, 0)rgba(255, 0, 0, 0);
   background-color:rgba(0,0,0,0.5);
   padding:10px;
   transform: skewY(3deg)
}

#divideralign img {
  margin-top:30px;
}

#buttons {
  width:840.5px;
  height:45px;
  border: 5px solid #000;
  position: absolute;
  margin-top:400px;
  z-index:-10;
  background-color:#292755;
}

.buttons-n-blinkers {
  overflow: hidden;
  margin-top:7px;
  width: fit-content; /* just for demonstration */
  position: relative;
  width: 840.5px;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  
  100% {
    transform: translateX(-100%);
  }
}

.buttons-n-blinkers > div {
  animation: marquee 40s linear infinite;
  animation-play-state: paused;
  animation-delay: -20s; /* This MUST be -duration/2 */
  width: 100%;
  min-width: fit-content;
  text-wrap: nowrap;
}

.buttons-n-blinkers > div.follower {
  position: absolute;
  top: 0;
  animation-delay: 0s;
}

.buttons-n-blinkers > div.play {
  animation-play-state: running;
}

.buttons-n-blinkers:hover > div.play {
  animation-play-state: paused;
}


#footer {
  font-family:'designfont';
  width:840.5px;
  color:#bada55;
  height:70px;
  border: 5px solid #000;
  position: absolute;
  margin-top:465px;
  z-index:-10;
 background-image:url("https://i.imgur.com/ez1ocNn.jpeg");
 background-repeat: repeat;
 align-content:center;
}

#dance{
    position: fixed;
margin-bottom:-23px;
margin-left:225px;
  }

#rating {
  position:relative;
  top:480px;
  margin-bottom:-30px;
  left:755px;
}

#noai {
  position:relative;
  top:480px;
  margin-bottom:-30px;
  right:67px;
    opacity:0.5;
    filter: hue-rotate(-60deg);
}

#hazard {
  position:relative;
  top:480px;
  margin-bottom:-30px;
  right:67px;
    opacity:0.5;
}

#musikbox{
  position: fixed;
  bottom: 30px;
  left:25px;
  width:300px;
  height:auto;
}

#musik {
  position:relative;
  top:60px;
}

.musiktext {
  font-family:"comic sans MS";
  position:relative;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:77px;
  z-index:-10;
}

#neocitieslogo:hover {
    content: url('https://i.imgur.com/6GNPJyl.png');
}

.statustitle {
  color:black;
  text-decoration: none;
}

a:link {
  color:black;
  text-decoration: none;
}

a:visited {
  color:black;
  text-decoration: none;
}

a:hover {
  color:#6c1c6c;
  text-decoration: none;
}

.holder {
    position: relative;
    width: 500px;
    height: 30px;
    margin-left:-10px;
    opacity:0.5;
}
.clip {
    /* Clip edges, as some of the lines don't terminate nicely. */
    overflow: hidden;
}

.ellipse {
    position: absolute;
    background: radial-gradient(ellipse, transparent, transparent 7px, #bada55 7px, #bada55 10px, transparent 11px);
    background-size: 45px 35px;
    width: 500px;
    height: 15px;
}

.ellipse2 {
    top: 15px;
    left: 17px;
    background-position: 0px -20px;
    margin-left: 5px;
}

#looky {
    width:141px;
    height:100px;
    position:absolute;
  margin-top:280px;
  margin-left:-37px;
    z-index:-40;
    opacity:0.7;
}

.lookyinner {
    width:141px;
    height:90px;
}

.lookyinside {
background-image: url("/IMAGES/LOOKY.gif");  
  background-size: 41px 90px;
    width:141px;
    height:90px;
    background-repeat: no-repeat;
    transition: margin 3s;
    transition-delay: 2s;
    filter: brightness(50%) sepia(20%) saturate(900%) hue-rotate(-110deg);
}

.lookyinner:hover .lookyinside {
    background-image: url("/IMAGES/LUCKY.png");
    transition: margin 1.5s;
    margin-left:50px;

}

#hoopsnake {
    background-image: url("/IMAGES/HOOP.png");
    background-size:150px 150px;
    width:150px;
    height:150px;
    position:absolute;
    margin-left:755px;
    margin-top:160px;
    animation:rotation 8s infinite linear;
    z-index:-20;
    opacity:0.8;
}

#loopsnake {
    background-image: url("/IMAGES/HOOP.png");
    background-size:150px 150px;
    width:150px;
    height:150px;
    position:absolute;
    margin-left:-55px;
    margin-top:-80px;
    transform:rotate(-180deg);
    z-index:-50;
    opacity:0.8;
}

#woopsnake {
    background-image: url("/IMAGES/HOOP.png");
    background-size:150px 150px;
    width:150px;
    height:150px;
    position:absolute;
    margin-left:-35px;
    margin-top:5px;
    transform:rotate(-60deg);
    z-index:-50;
    opacity:0.8;
}

#loaded {
  position: absolute;
  z-index: -999;
  height:1px;
  width:1px;
}

#yay:active {
  filter:sepia(100%);
}

#rssicon {
  opacity:0.7;
 margin-right: -3px;
display: inline-block;
background-image: url("/IMAGES/ICONS/RSS1.png");
width: 13px;
height: 13px;
background-size: 13px 13px; 
}

#rssicon:hover {
  background-image: url("/IMAGES/ICONS/RSS2.png");
  background-size: 13px 13px;
}
