/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

@font-face {
  font-family: nintendoDS;
  src: url('etc/Nintendo-DS-BIOS.ttf');
}

* {
    cursor: url('etc/10553a.gif'), url('etc/10553a.gif'), default;
}

body {
  background-color: #000;
  background-image: url('images/sparkly.gif');
  background-attachment: fixed;
/*  background-image: url('images/spook_bg.jpeg'); */
  font: 18pt nintendoDS, "Consolas", "Courier New", Courier, monospace;
  line-height: 0.8;
  overflow-x: hidden;
  overflow-y: auto;
}

header {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  width: 730px;
  height: 120px;
  margin: auto;
  background-image: url('images/daximus.png');
  background-repeat: no-repeat;
  background-position: right;
  z-index: 2;
  display: none;
}

main {
    left: 0;
    right: 0;
    margin: auto;
    width: 1440px;
    position: absolute;
    top: 75px;
    z-index: 1;
}

#daximus-title {
  position: absolute;
  top: -90px;
  left: 350px;
  z-index: 2;
}

a {
  text-decoration: none;
  color: #FF29AE;
  cursor: url('etc/1869a.gif'), url('etc/1869a.gif'), default;
}

a img {
  cursor: url('etc/1869a.gif'), url('etc/1869a.gif'), default;
}

#box {
    background-image: url('images/purp_static.gif');
    border: 2px dotted #00D800;
    border-radius: 15px;
    height: 650px;
    width: 760px;
    margin: auto;
    left: 0;
    right: 0;
    top: -20px;
    position: absolute;
    z-index: -1;
    display: flex;
    flex-direction: column;
    transform: rotate(2deg);
}

#tabs {
  border: 0;
  text-align: center;
  margin: 0 auto 0 auto;
  transform: rotate(90deg);
  position: absolute;
  top: 185px;
  right: -236px;
  display: block;
}

.tablink {
  border-radius: 10px 10px 0 0;
  background: #00D800;
  color: #fff;
  text-shadow: 2px 2px #555;
  padding: 15px;
  display: inline;
  margin: 5px;
  font-weight: bold;
}

.tablink:hover {
  border-radius: 10px 10px 0 0;
  background: #B129FF;
  font-style: italic;
  color: #00D800;
  padding: 25px 15px 15px 15px;
  margin: 5px;
  cursor: url('etc/1869a.gif'), url('etc/1869a.gif'), default;
}

.tablink a {
  font-weight: bold;
  color: #FFF;
}

.tablink a:hover {
  font-style: italic;
  color: #00D800;
}

.ringstab {
  border-radius: 10px 10px 0 0;
  background: #fc2099;
  color: #ffee70;
  text-shadow: 2px 2px #555;
  padding: 15px;
  display: inline;
  margin: 5px;
  font-weight: bold;
}

.ringstab:hover {
  border-radius: 10px 10px 0 0;
  background: #0072ff;
  color: #ffee70;
  padding: 25px 15px 15px 15px;
  margin: 5px;
  font-style: italic;
  cursor: url('etc/1869a.gif'), url('etc/1869a.gif'), default;
}

.ringstab a {
  font-weight: bold;
  color: #ffee70;
}

.ringstab a:hover {
  font-style: italic;
  color: #ffee70;
}

#shroom {
  position: absolute;
  top: -80px;
  left: -70px;
  z-index: 2;
  width: 250px;
}

#alien {
  transform: rotate(350deg);
}

#alien:hover {
  width: 130px;
  transform: rotate(10deg);
}

#pizza {
  width: 175px;
  transform: rotate(355deg);
}

#pizza:hover {
  width: 195px;
  transform: rotate(5deg);
}

#nokia {
  height: 205px;
  transform: rotate(345deg);
}

#nokia:hover {
  height: 225px;
  transform: rotate(15deg);
}

#jihoon {
  width: 100px;
  transform: rotate(350deg);
}

#jihoon:hover {
  transform: rotate(10deg);
}

#maincontain {
  color: #000;
  border: 3px solid #888;
  width: 585px;
  height: 550px;
  background-image: url('images/note_bg.gif');
  background-repeat: repeat-y;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 10px auto auto auto;
  padding: 20px 30px 20px 90px;

}

/* Jihoon tooltip container */
#jihoontip {
  position: absolute;
  top: 510px;
  right: -120px;
  width: 100px;
}

/* Jihoon tooltip text */
#jihoontip #jihoontext {
  visibility: hidden;
 background: #40FFDC;
    color: #6a1b9a;
    font: 14pt nintendoDS, "Consolas", "Courier New", Courier, monospace;
    border: 2px dotted #6a1b9a;
    text-transform: uppercase;
    width: 80px;
        text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
    transform: rotate(355deg);
}

/* Jihoon -- Show the tooltip text when you mouse over the tooltip container */
#jihoontip:hover #jihoontext {
  visibility: visible;
}

/* Nokia tooltip container */
#nokiatip {
  position: absolute;
  top: 310px;
  left: -60px;
  height: 225px;
  z-index: 1;
}

/* Nokia tooltip text */
#nokiatip #nokiatext {
  visibility: hidden;
  background: #FFE033;
    color: #6a1b9a;
    font: 18pt nintendoDS, "Consolas", "Courier New", Courier, monospace;
    border: 2px dotted #6a1b9a;
    text-transform: uppercase;
    width: 120px;
    text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  transform: rotate(355deg);
}

/* Nokia -- Show the tooltip text when you mouse over the tooltip container */
#nokiatip:hover #nokiatext {
  visibility: visible;
}

/* Pizza tooltip container */
#pizzatip {
  position: absolute;
  top: 190px;
  left: -80px;
  width: 195px;
  z-index: 2;
}

/* Pizza tooltip text */
#pizzatip #pizzatext {
  visibility: hidden;
  background: #40FFDC;
    color: #6a1b9a;
    font: 18pt nintendoDS, "Consolas", "Courier New", Courier, monospace;
    border: 2px dotted #6a1b9a;
    text-transform: uppercase;
    width: 130px;
    text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 3;
  transform: rotate(355deg);
}

/* Pizza -- Show the tooltip text when you mouse over the tooltip container */
#pizzatip:hover #pizzatext {
  visibility: visible;
}


/* Alien tooltip container */
#alientip {
  position: absolute;
  top: 55px;
  left: -30px;
  z-index: 2;
}

/* Alien tooltip text */
#alientip #alientext {
  visibility: hidden;
  background: #FFE033;
    color: #6a1b9a;
    font: 18pt nintendoDS, "Consolas", "Courier New", Courier, monospace;
    border: 2px dotted #6a1b9a;
    text-transform: none;
    width: 175px;
    text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  right: 0;
  left: -30px;
  margin: auto;
  z-index: 3;
  transform: rotate(5deg);
}

/* Alien -- Show the tooltip text when you mouse over the tooltip container */
#alientip:hover #alientext {
  visibility: visible;
}



/* Flower tooltip container */
#flowertip {
  position: absolute;
  top: 450px;
  right: -105px;
  z-index: 2;
}

/* Flower tooltip text */
#flowertip #flowertext {
  visibility: hidden;
  background: #FFE033;
    color: #6a1b9a;
    font: 14pt nintendoDS, "Consolas", "Courier New", Courier, monospace;
    border: 2px dotted #6a1b9a;
    text-transform: uppercase;
    width: 85px;
    text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  left: -20px;
  right: 0;
  margin: auto;
  z-index: 3;
  transform: rotate(5deg);
}

/* Flower -- Show the tooltip text when you mouse over the tooltip container */
#flowertip:hover #flowertext {
  visibility: visible;
}


.plaidbox {
  width: 270px;
 padding: 15px 10px 20px 10px;
 font-size: 16pt;
 margin: 5px auto 5px auto;
 display: flex;
 justify-content: center;
 background: #000;
 background-image: url('images/plaid_bg.gif');
}

#webrings {
  width: 250px;
  height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: auto;
  background: #FFF;
  color: #6a1b9a;
  font: 18pt nintendoDS, "Consolas", "Courier New", Courier, monospace;
  text-transform: none;
  padding: 5px;
  text-align: center;
  line-height: 0.75;
}

#muzik-info {
  border: 2px dotted #b129ff;
  padding: 3px;
  border-radius: 3px;
  width: 275px;
  background: rgb(255,255,255,0.3);
  
}

/* SCROLLBAR STYLE */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(255, 239, 163, .50);
}

/* Track on hover */
::-webkit-scrollbar-track:hover {
  background: rgba(255, 239, 163, 1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 246, 245, .50);
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 246, 245, 1);
}