body {
    background: #a8a9ab url("Images/halftone.jpg") right top;
    background-size: 1280px 800px;
    background-attachment:fixed;
    font-family: BankPrinterRegular, Verdana, sans-serif;
    color: black;
    font-size: smaller;
    overflow-wrap: break-word;
    hyphens: auto;
    cursor: url(wii-pointer-ccw.cur), auto;
}

.box{
    max-width: 900px;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

button {
    font-family: BankPrinterRegular, Verdana, sans-serif;
    font-size: smaller;
    margin-left: 100px;
}

button:hover{
    background-color: #ffea00;
}

#quoteDisplay {
    text-align: center;
    margin: 5px;
}

.scroller{
        max-width: 200px;
        max-height: 15px;
    }

.scroller[data-animated = true] .scroller_inner {
    flex-wrap: nowrap;
}

header, nav-bar1, nav-bar2, nav-bar3, music-player, nav, main, main-music, guest-book, footer {
    border-radius: 0.5rem;
    padding: 5px
}

header{
    grid-row: 1 / 2;
    grid-column: 1 / 5;
}

nav-bar1{
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    height: max-content;
    transform: rotate(5deg)
}

.graphicstitle {
  position: relative;
  width: 50%;
}
.graphicsyellow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .1s ease;
}
.graphicstitle:hover .graphicsyellow {
  opacity: 1;
}


nav-bar2{
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    height: max-content;
    transform: rotate(-2deg)
}

.zinestitle {
  position: relative;
  width: 50%;
}
.zinesyellow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .1s ease;
}
.zinestitle:hover .zinesyellow {
  opacity: 1;
}

nav-bar3{
    grid-row: 2 / 3;
    grid-column: 3 / 4;
    height: max-content;
    transform: rotate(-3deg)
}

.photographytitle {
  position: relative;
  width: 50%;
}
.photographyyellow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .1s ease;
}
.photographytitle:hover .photographyyellow {
  opacity: 1;
}


music-player{
    grid-row: 2 / 5;
    grid-column: 4 / 5;
    height: max-content;
}

CD,
  .CDcover {
    /* album's cover image u can change the size! */
    position: relative;
    width: 220px;
    height: 200px;
    background-color: black;
    color: black;
    z-index: 999;
  }

  .disk {
    /* cd image u can change the size too */
    position: absolute;
    width:auto;
    height:200px;
  left: 975px;
    z-index: 0;
    -webkit-animation: spin 2s linear infinite;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
  }
  
  @-moz-keyframes spin {
    100% {
      -moz-transform: rotate(360deg);
    }
  }

  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }

  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }


nav{
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    height: max-content;
    background-image: url(Images/background.jpg);
    background-size: 400px;
    background-position: top right
}

main{
    grid-row: 3 / 5; 
    grid-column: 2 / 4;
    height: max-content;
    background-image: url(Images/background.jpg);
    background-size: 450px;
}

.updates {
    height:100px;
    width:300px;
    overflow-y: scroll;
    background-color: #ffea00;
    color:black;
    scrollbar-base-color:black;
    font-size: smaller;
    padding:10px;
    text-align: left;
}

main-music{
    grid-row: 3 / 5;
    grid-column: 2 / 5;
    height: max-content;
    background-image: url(Images/background.jpg);
    background-size: 670px;
}

.anomalyIIIcover {
  position: relative;
  width: 50%;
}

.anomalyIIIopen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.anomalyIIIcover:hover .anomalyIIIopen {
  opacity: 1;
}

guest-book{
    grid-row: 4 / 5;
    grid-column: 1 / 2;
     background-image: url(Images/background.jpg);
    background-size: 600px;
    background-position: right;
    height: max-content;
}

footer{
    grid-row: 5 / 6;
    grid-column: 1 / 5;
}

.footer {
  text-align: center;
}
.footertext{
    display: flex;
  justify-content: center;
  align-items: center;
  font-size: smaller;
}

ul li::marker {
    content: none
}

ul {
    padding-left: 10px;
}

a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    color: black;
}

a:hover {
    color: #ffea00;
}

mark {
    background-color: #ffea00;
}

@font-face {
    font-family: 'BankPrinterRegular';
        src: url(Fonts/F25_Bank_Printer.ttf);
}

@font-face {
    font-family: 'BankPrinterBold';
        src: url(Fonts/F25_Bank_Printer_Bold.ttf);
}

@font-face {
    font-family: 'ImpactLabel';
        src: url(Fonts/ImpactLabel.ttf);
}