/* -------------------- FONTS -----------*/
@font-face {
  font-family: "Mina";
  src: url('fonts/Mina-Regular.ttf');
}

@font-face {
  font-family: "Gidolinya";
  src: url('fonts/Gidolinya-Regular.otf');
}

/* -------------------- SCROLLBARS -----------*/

@-moz-document url-prefix() {
    :root, #c_widget, textarea, #abouttext, #updates{
      scrollbar-color: rgb(21, 39, 39) rgba(34, 34, 34, 0.25) !important;
      scrollbar-width: thin !important;
    }
  }



  ::-webkit-scrollbar {
    width: 6px;
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(91, 91, 91, 0.25);
    border-radius: 9px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: rgb(37, 63, 63);
    border-radius: 9px;
  }
  
  .noscrollbar::-webkit-scrollbar {
    background: transparent; /* Chrome/Safari/Webkit */
    width: 0px;
  }
      
  .noscrollbar {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
  }

  html::-webkit-scrollbar {
    display: none;
  }
  

/* --------------------------------------------------- GLOBAL -----------*/

html{
    margin: 0 auto;
    padding:0px;
    cursor: url('./cursors/bg-aero-normal.cur'), default;
    -ms-overflow-style: none;  /* IE and Edge scrollbar */
    scrollbar-width: none;  /* Firefox scrollbar */
}

body{
    width:100vw;
    height:100vh;
    background:black;
    margin: 0 auto;
    padding:0px;
    overflow-x:hidden;
}

a{
  color:rgb(247, 215, 87);
  text-decoration:none;
  font-family:"Mina", Arial;
}
a:hover{
color:rgb(231, 167, 231);
transition:ease 1s;
}

h2{
  font-family: "Mina", Arial;
  color:white;
  text-align: right;
  font-size:1em;
  padding:0px;
  margin:0 auto;
  padding-top:8%;
  padding-right:5%;
}

h4 {
  font-family: "Mina", Arial;
  width: 100%; 
  text-align: left;
  border-bottom: 1px solid #5e6464;
  line-height: 0.2em;
  margin: 13px 2px 8px; 
  font-size:0.6em;
} 

h4 span { 
   color:#fff; 
   background:rgb(8, 12, 15);
   padding:0 5px; 
}

p{
  font-family: "Mina", Arial;
  font-size: 0.65em;
  color: #b2b2b2;
  text-shadow: 0px 0 1px;
}

hr{
  border-top: 1px solid #5e6464;
  border-bottom:0px solid black;
}

canvas{
  width:100%;
  height:100%;
  overflow:hidden;
  z-index:-2;

}
/* --------------------------------------------------- CLASSES ------------- */
.tiltLeft{
  transform: perspective(40cm) rotateY(20deg);
}
.tiltRight{
  transform: perspective(45cm) rotateY(-20deg);
}
.sizer{
  width: var(--w);
  height: var(--h);
  display: inline-block;
  overflow:hidden;
}
.window{
  border-left: 2px solid  rgba(48, 53, 52, 0.313);
  border-right: 2px solid  rgba(141, 174, 166, 0.242);
  border-top:2px solid  rgba(141, 174, 166, 0.242);
  border-bottom: 2px solid  rgba(54, 59, 58, 0.438); 
  border-radius: 10px;
  width: var(--w);
  height: var(--h);
  display: inline-block;
}
.glass{
  background-image: url("glass.png");
  background-size:100% 100%;
  background-repeat:no-repeat;
}

.fade{
  -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position:  left bottom;

  mask-image:linear-gradient(to left, rgba(0,0,0,1) 5%, rgba(0,0,0,0) 80%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position:  left bottom;
}

.m{
  padding:0px;
  margin:0 auto;
  color: #b2b2b2;
  text-shadow: 0px 0 1px;
  margin-left:5%;
}

/* --- override overflow hiding: https://stackoverflow.com/questions/3387489/ */
.clearfix:before,
.clearfix:after {
    content: ".";  
    display: block;    
    height: 0;    
    overflow: hidden; 
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* IE < 8 */

/* --------------------------------------------------- MAIN LAYOUT -----------*/

/* --- holder & mobile nav --*/
#container{
    height:90vh;
    min-height:950px;
    width:90%;
    max-width:1500px;
    margin: 0 auto;
    margin-top:5vh;
    margin-bottom:5vh;
    padding:0px;
    position:relative;
}

/* --------------------------------- display divs --*/

#neon{
  background-image: url('neonheader.gif');
  background-size: 75% 60%;
  background-repeat: no-repeat;
  background-position: 10% 10%;
  z-index:-1;
  height:42%;
  width:78%;
  position:absolute;
  margin-top:-0.5%;
  margin-left:4%;
  -webkit-transform:scaleX(-1);
  -moz-transform:scaleX(-1);
  -ms-transform:scaleX(-1);
  -o-transform:scaleX(-1);
  transform:scaleX(-1);
  transition:1s ease;
}


/* -------------------------------- left --*/
#left{
  height:45%;
  width:18%;
  position:absolute;
  margin-top:7%;
  margin-left:3%;
}


.audiobox{
  height:5%;
  width:98%;
  margin:4% 0% 2% 2%;
  overflow:hidden;

}
    .audiowindow{
      float:left;
    margin:5% 0% 0% 5%;
    overflow:hidden;
    height:70%;
    }
    .audioplay{
      float:right;
      height:20px;
      width:20px;
      margin:25% 20% 0% 0%;
      padding:0px;
      background-color:rgb(101, 120, 118);
      border-radius:6px;
      transition:ease-in-out 1s;
    }
    .audioplay:hover{
      background-color:rgb(58, 83, 80);
      transition:ease-in-out 1s;
    }
    .audbtnmobil{
      margin-top:15%;
    }
    .audioname{
      white-space: nowrap;
      animation: slide 10s linear infinite;
    }
    @keyframes slide {
      from { transform: translateX(100%); }
      to { transform: translateX(-100%); }
    }




  .navlist{
    height:auto;
    width:100%;
  }
    .pagelink{
      /* height:10%; */
      width:99.5%;
      border-bottom: solid 2px #525B61;
      background:radial-gradient(farthest-corner at 200% 200%, rgba(78,100,100,0.7) 0%, rgba(154,7,7,0) 80%);
      transition: ease 2s;
    }

    .unusedh2{
      font-size:0.7em;
      color:#525b61;
    }
    .pagenotused:hover{
      background:radial-gradient(farthest-corner at 200% 200%, rgba(78,100,100,0.9) 0%, rgba(154,7,7,0) 90%);
    }


  #updatelog{
    height:80%;
    width:90%;
    margin: 0% 0% 3% 5%;
    overflow:hidden;
  }
    #updates{
      overflow-y:scroll;
      padding-right:0px;
    }
    #updates .m{
      padding-right:8px;

    }
    #newicon{
      margin: 0% 1% 0.5% 1%;
      scale:1.3;
    }


  .barfortitle{
    display:flex;
  }
  .areafortitle{
    width:25%;
    border-radius:0px 0px 10px 0px;
    margin-top:-1%;
    margin-left:-1%;
    background:rgba(63, 81, 141, 0.144);
    padding:2px 20px 2px 20px;
    text-wrap:nowrap;
  }
 
  .slaptext{
    margin: 0 auto;
    padding:0px;
    text-align:center;
    font-style: italic;
    opacity:0.8;
    font-family:'Mina', Arial;
    font-size:1em;

    color:#accac5;
  }
   .areafortitle .slaptext{
    font-size:0.7em;
    margin-top:2%;
  }
  .areaforrighttitle{
    flex-grow:1;
  }
  .areaforrighttitle h4{
color:white;
text-decoration:none;
border:none;
font-size:0.8em;
text-align:center;
  }
  #updatesizer{
    height:6%;
  }





  #buttons{
    height:8%;
    width:97%;
    margin:0% 0% -5% 1.5%;
  }
    .marquee {
      width: 110%;
      height: 80px;
      margin: 0 auto;
      margin-left:-5%;
      overflow: hidden;
      white-space: nowrap;
    }
    .marquee-content {
      display: inline-block;
      margin-top: 5px;
      animation: marquee 15s linear infinite;
    }
    .item-collection-1 {
      position: relative;
      left: 0%;
      animation: swap 15s linear infinite;
    }
    @keyframes swap {
      0%, 75% {
        left: 0%;
      }
      75.01%,
      100% {
        left: 100%;
      }
    }
    .marquee-content:hover {
      animation-play-state: paused
    }
    .slide1 {
      display: inline-block;
      height: 30px;
      width: 88px;
      vertical-align: top;
      margin-left: 15px;
    }
    .slide2 {
      display: inline-block;
      height: 30px;
      width: 88px;
      vertical-align: top;
      margin-left: 15px;
    }
    @keyframes marquee {
      from { transform: translateX(0); }
      to { transform: translateX(-100%); }
    }


#navlinkads{
  opacity:0.7;
}

  .navlinkads{
    height:150px;
    width:150px;
    margin: 0 auto;
    margin-top:25%;
    margin-left:25%;
  }




/* ------------------------------ main --*/
#main{
  height:80%;
  max-height:900px;
  width:47%;
  position:absolute;
  margin-top:22.5vh;
  margin-left:24.5%;
}

#mainbody{
  height:80%;
  width:100%;
  overflow:hidden;
}
  #hitcountbar{
    height:5.5%;
    width:100%;
  }
  .bysea{
    font-size: 1em;
    font-family: "Mina", sans-serif;
    color:#819894;
    padding:1%;
    padding-top:2%;
    text-align:center;
  
  }
  #hitcount{
    display:inline-block;
    padding-left:10px;
    padding-right:10px;
  }
  .counter{
    scale:1.25;
    padding-left: 4px;
    padding-right: 4px;
  }


  #bayarea{
    margin:2.5% 0% 2.5% 2.5%;
    height:51%;
    width:95%;
    overflow:hidden;
    z-index:-2;
  }

  #custload{
    background:black;
    width:100%;
    height:100%;
    margin: 0 auto;
    padding:0px;
    text-align:center;
  }
  #loadtext{
      padding-top:17%;
  }
  #loadtext p{
    color: #35403f;
  }
  .big{
      font-size:20px;
  }


  #aboutarea{
    height:30%;
    width:97%;
    padding: 0px;
    margin: 0 auto;
    display:flex;
    flex-direction:row;
    overflow:visible;
  }
#leftofabout{
  display:flex;
  flex-direction:column;
  width:50%;
}
  #about{
    margin:-0.5% 0% 0% 1.5%;
    width:100%;
    height:95%;
    float:left;
    padding:1%;
    overflow:hidden;
    text-align:center;
    position:relative;
  }
    #abouttext{
    height:100%;
    overflow-y:scroll;
    padding:10px;
    padding-top:0px;
  }

    .slapgrad{
    --grad-color:rgba(64, 46, 66, 0.411);
    --grad-dir:0deg;
    background:linear-gradient(var(--grad-dir), rgba(1,1,1,0) 21%, 
                                      rgb(from var(--grad-color) r g b / calc(alpha - 0.20)) 26%,
                                      rgb(from var(--grad-color) r g b / calc(alpha - 0.20)) 28%,
                                      rgba(1,1,1, 0) 28%,

                                      rgba(1,1,1, 0) 30%,
                                      rgb(from var(--grad-color) r g b / calc(alpha - 0.15)) 31%,
                                      rgb(from var(--grad-color) r g b / calc(alpha - 0.15)) 36%,
                                      rgba(1,1,1, 0) 37%, 

                                      rgba(1,1,1, 0) 39%,
                                      rgb(from var(--grad-color) r g b / calc(alpha - 0.10)) 41%,
                                      rgb(from var(--grad-color) r g b / calc(alpha - 0.10)) 45.5%,
                                      rgba(1,1,1, 0) 46%,

                                      rgba(1,1,1, 0) 48%,
                                      var(--grad-color) 51%,
                                      var(--grad-color) 100%);

  }

    .slapone{
    --grad-color:rgba(46, 58, 45, 0.308);
    margin:-5% 0% -2% -7%;
    width:110%;
    height:27%;
    position:absolute;
    pointer-events: none;
    mix-blend-mode: screen;
  }

 
  #footerr{
    width:100%;
    height:3%;
    opacity:0.7;
    text-align:center;
    padding:0% 0% 1% 3%;
    margin-top:0%;
  }

#rightofabout{
  width:48%;
  margin-left:2%;
}
    .status{
      height:21%;
      width:90%;
      margin:0% 2% 2% 5%;
      border-radius: 10px;
      background: linear-gradient(0deg, rgba(6,3,55,0.41940789473684215) 0%,
      rgba(9,9,121,0.35800438596491224) 26%, 
      rgba(5,99,180,0.1884137426900585) 69%, 
      rgba(0,212,255,0.16209795321637432) 100%);
    }
        #statuscafe {
          font-size:0.7em;
          font-family:"Gidolinya", Arial;
          padding: .7em;
          padding-top:.3em;
        }
        #statuscafe-username {
          margin-bottom: .2em;
          color: #7e9592;
        }
        #statuscafe-username a{
          color: #ecca7a;
        }
        #statuscafe-content {
          margin: 0 1em 0.3em 1em;
          color: #7e9592;
        }


 .persparea{
  display:flex;
  flex-direction:column;
  text-align:center;
  width:100%;
  margin:0 auto;
  }
  .perspbtn{
    display:inline-block;
    border:1px solid rgba(35, 25, 25, 0.696);
    box-shadow:inset 0px 1px 1px 1px rgba(20, 62, 66, 0.553);
    color:#9c9b9b;
    background-color: #0f0f0f;
    padding:5px;
    font-size:0.6em;
    border-radius:6px;
    vertical-align:top;
    margin:auto;
    margin-top:2%;
  }
  .perspbtn:active{
    border:1px solid rgba(35, 25, 25, 0.696);
    box-shadow:inset -1px -1px 1px rgba(21, 87, 47, 0.333);
    color:#9c9b9b;
    background-color: #141414;
  }

  
  h3{
    padding:0px;
    margin: 0 auto;
    font-family: "Mina", Arial;
    font-size: 0.7em;
    color: #b2b2b2;
    text-shadow: 0px 0 1px;
    text-align:center;
  }




#nextboat{
  height:13%;
  width:100%;
  margin-top:3%;
}
  #nextboattext{
    height:30%;
    width:100%;
  }
  #nextboatroster{
    margin:2.5% 2% 0% 2.5%;
    height:30px;
    width:95%;
    overflow:hidden;
  }

  .slot{
    display:inline-block;
    animation: slotmachine 20s linear infinite;
    margin-left:5%;
  }
  
  .slot1{
    animation-duration: 17s;
  }
  .slot2{
    animation-duration: 10s;

  }
  .slot3{
    animation-duration: 13s;

  }
  .slot4{
    animation-duration: 19s;

  }
  .slot5{
    animation-duration: 15s;

  }
  .slot:hover {
    animation-play-state: paused
  }
  .sitebtn {
    width:88px;
    height:30px;
    display:block; 
    padding:1px; 
  }


  #webrings{
    width:100%;
    height:30%;
    margin-top:3%;
    display:flex;
    flex-direction:column;
    /* align-items: center;
    justify-content:center; */

  }
  #nullring{
    align-self:center;
  }
  #dsring{
    align-self:center;
    background:#00000000;
    visibility:0;

  }
  #dsring .webring-prev a, #dsring .webring-next a, #dsring .webring-info a {
  color: #f1b022;
  text-decoration: none;
  &:hover {
    color: #faea0d;
    text-decoration: underline;
    text-decoration-color: #fbfcff;
  }
}

 




/* --------------------------- right --*/
#right{
  height:65%;
  width:20%;
  position:absolute;
  margin-top:29vh;
  margin-left:75%;
  overflow:hidden;
}
  #guestbook{
    height:68%;
    width:95%;
    margin:5% 2.5% 1% 2.5%;
    overflow:hidden;
    background-color: #807e864a;
  }

  #sitebuttonsite{
    height:10%;
    width:90%;
    margin:7% 5% 2.5% 5%;
    background:black;
  }
  #sitebuttonsite p{
    padding-top: 5px;
    margin:0px;
    text-align:center;
  }
  #sitebutton{
    width:88px; 
    height:31px; 
    border-radius:4px;
    margin: 10% 0% 0% 13%;
  }
    
    textarea{
      background:rgba(19, 19, 19, 0.402);
      color: #b2b2b2;
      text-shadow: 0px 0 1px;
      border: 2px rgb(70, 70, 70) dotted;
      z-index: 2;
      font-size:0.6em;
      padding:5px;
      margin:0 auto;
      resize:none;
      width:93%;
      height:69%;
      margin: 3% 5% 0% 0%;
    }


  #decorations{
    height:26%;
    width:100%;
    margin:0;
  }
    .stamps{
      margin: 0 auto;
      padding:0px;
      margin-left:5%;
    }
      #stamps1{
        scale:0.9;
        animation: stampbook1 15s linear infinite;
        background: no-repeat center/contain fixed url('stamps/eggnog.gif');
      }
      #stamps2{
        scale:0.9;
        animation: stampbook2 17s linear infinite;
        background: no-repeat center/contain fixed url('stamps/y2k.gif');
      }
      
    .blinker{
      position:relative;
      text-align:center;
      background: no-repeat center;
      background-size: 140px 20px;
      opacity:0.8;
    } 
      #blinkers{
        animation: blinkbook 17s linear infinite alternate;
      }
      
      #blinkers2{
        animation: blinkbook2 15s linear infinite alternate;
        background-image:cover;
      }
      #blinkers3{
        animation: blinkbook3 13s linear infinite alternate;
        background-image:cover;
      }
  

/* --------------------------------------------------------- NAV --------------*/

#nav{
  --anim-speed: 1.5s;
  display:none;
  position: fixed;
  z-index:2;
  width:100%;
  height:4%;
  top:0;
  -webkit-transition: all var(--anim-speed) ease-in-out;
  -moz-transition: all var(--anim-speed) ease-in-out;
  -o-transition: all var(--anim-speed) ease-in-out;
  transition: all var(--anim-speed) ease-in-out;
  left:0;
}
#navbutton{
  width:55px;
  height:52px;
  margin-left:-1px;
  background:rgb(0, 0, 0);
  border-radius: 0px 0px 30px 0px;
  display:inline-block;
  border-right:1px solid #525B61;
  border-bottom:2px solid #525B61;
  border-left:0px;
  border-top:0px;
  transition: ease 2s;
}

.burgermenu{
  height:2px;
  width:20px;
  margin:5px;
  margin-top:0px;
  margin: 0px 0px 5px 7px ;
  background:rgb(201, 13, 13);
  transition: ease 1.5s;
}
#navbutton:hover .burgermenu{
  background:orange;
  transition: ease 1s;
}

#navbar{
  float:left;
  width:30%;
  height:700%;
  min-height:500px;
  background:rgb(0, 0, 0);
  border-bottom:2px solid #525B61;
  border-right:1px solid #525B61;
  border-left:0px;
  border-top:0px;
  border-radius: 0px 0px 80px 0px;
  padding-bottom:10%;
}

#nav.openednav{
  --anim-speed:1.5s;
  left:-30.5%;
  -webkit-transition: all var(--anim-speed) ease-in-out;
  -moz-transition: all var(--anim-speed) ease-in-out;
  -o-transition: all var(--anim-speed) ease-in-out;
  transition: all var(--anim-speed) ease-in-out;
}

.openednav .burgermenu{
  background:rgb(109, 109, 109);
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

@media only screen and (max-width: 1550px) {
  #neon{
    margin-top:-2.7%;
    transition:1s ease;
  }
}

#baycanvas{
  visibility: visible;
}

/* --------------------------------------------------------- COMPACT VIEW --------------*/

@media only screen and (max-width: 1200px) {
  .tiltLeft, .tiltRight{
    transform:none;
  }
  #left,.perspbtn{
    display:none;
  }

  #nav{
    display:block;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .audiobox{
    height:50px;
    width:100%;
    padding:0px;
    margin: 0 auto;
    margin-left:10%;
  }
  .audiowindow{
    margin-top:10px;
    height:40%;
    width:60%;
  }
  .buttondiv{
    float:left;
  }
  .playbutton{
    margin-top:10px;
  }
  .navlist{
    height:auto;

  }
  .pagelink{
    height:16%;
    overflow:hidden;
  }
  .inside{
    height:125%;
    width:120%
  }
  .fade{
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
    mask-image:linear-gradient(to left, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
  }

  
    #container{
        height:100%;
        width:85%;
        margin: 0 auto;
        margin-top:10%;
        display:flex;
        flex-wrap:wrap;
        flex-direction: row;
        padding-bottom:800px;
    }

    #neon,  .notslidenav{
      display:none;
    }

    #main{
      order:2;
      margin:0 auto;
      position:relative;
      width:90%;
      height:75%;
      margin-bottom:6%;
    }
      #bayarea{
        height:50%;
      }
     

    #right{
      order:3;
      margin:0 auto;
      position:relative;
      width:45%;
      height:70%;
      padding-bottom:55px;
    }
    #guestbook{
      height:65%;
    }
    #buttons{
      margin: 5% 0% -3% 0%;
    }
    #decorations{
      height:30%;

    }

    #left{
      order:3;
      margin:0 auto;
      position:relative;
      width:45%;
      height:47%;
    }
    #updatelog{
      height:80%;
    }
    .slapthree{
      height:30%;
    }
    #navlinkads{
      position:relative;
      margin: 0 auto;
      margin-top:5%;
      padding-bottom:200px;
    }
}


/* ----------------------------------------------------------- MOBILE VIEW --------------*/

@media only screen and (max-width: 750px) {
    #container{
        height:100%;
        width:85%;
        margin: 0 auto;
        margin-top:5vh;
        padding-bottom:800px;
  
    }
#baycanvas{
  visibility:hidden;
}

    #neon, #customLoadingScreenDiv, .slot4, .slot5,  #nextboattext, #nextboatroster, .persparea, .perspbtn{
      display:none;
     
    }
    #main{
      margin-top:7%;
      height:52%;
      width:99%;
    }
    #hitcount{
      height:23%;
    }
    .navlist{
      margin-top:15%;
    }
    .pagelink{
      padding-top:5%;
    }
    .navlist h2{
      font-size:0.9em;
    }
  

    .bysea{
      font-size: 0.9em;
      font-family: "Mina", sans-serif;
      color:#819894;
      padding:1%;
      text-align:center;
    
    }

    .counter{
      scale:1;
      padding-left: 2px;
      padding-right: 2px;
    }

    #mainbody{
      height:80%;
      width:100%;
      overflow:hidden;
      padding-bottom:70px;
    }

    #bayarea{
      display:none;
    }
    #aboutarea{
      height:185%;
      width:90%;
      margin-top:5%;
      flex-direction:column;
    }
    #about{
      width:95%;
    }

    #leftofabout{
      width:100%;
      height:25%;
    }
   
    #footerr{
      width:70%;
      height:5%;
      margin:0 auto;
    }

    #rightofabout{
      width:100%;
      height:80%;
      margin-top:7%;
    }
    .status{
      height:7%;
      margin-top:-1%;
      margin-left:3%;
    }
    #updatelog{
      width:95%;
      height:23%;
      margin-left:0%;
    }


    #nullring{
      margin-top:2%;
    }
    #dsring{
      margin-top:2%;
      width:40%;
    }
    .slapthree{
      height:20%;
    }
    #buttons{
      height:7%;
      margin: 5% 0% -5% 1.5%;
    }
 

    #right{
      order:4;
      margin:0 auto;
      position:relative;
      width:70%;
      height:90%;
      margin-top:10%;
      background-image:none;
    }

    #guestbook{
      height:68%;
    }
    #sitebuttonsite{
      display:none;
    }


}






/*--------------------------------------------- ANIMATIONS -----------*/
@keyframes slotmachine {
  from { transform: translateY(0); }
  to { transform: translateY(-79%); }
}

@keyframes blinkbook {
  0%, 19.99% { background-image:url('blinkers/0028-computer.gif'); }
  20%, 39.99% {background-image:url('blinkers/0136-clock.gif');}
  40%, 59.99%{background-image:url('blinkers/0174-hal9000.gif');}
  60%, 79.99%{background-image:url('blinkers/0114-tbh.gif');}
  80%, 100% {background-image:url('blinkers/0145-kirbysquish.gif');}
}

@keyframes blinkbook2 {
  0%, 19.99% { background-image:url('blinkers/bf0dbcd1.gif'); }
  20%, 39.99% {background-image:url('blinkers/DSLover.gif');}
  40%, 59.99%{background-image:url('blinkers/nyan.gif');}
  60%, 79.99%{background-image:url('blinkers/thriftStores.gif');}
  80%, 100% {background-image:url('blinkers/dbxswx8-d40e6c87-2f7a-40c6-b517-a4bac4f9329f.gif');}
}

@keyframes blinkbook3 {
  0%, 19.99% { background-image:url('blinkers/redsnowflake.gif'); }
  20%, 39.99% {background-image:url('blinkers/blackgreen.gif');}
  40%, 59.99%{background-image:url('blinkers/computerconnect.gif');}
  60%, 79.99%{background-image:url('blinkers/moonstars.gif');}
  80%, 100% {background-image:url('blinkers/tinycats.gif');}
}

@keyframes stampbook1 {
  0%, 19.99% { background-image:url('stamps/eggnog.gif'); }
  20%, 39.99% {background-image:url('stamps/napstablook.gif');}
  40%, 59.99%{background-image:url('stamps/gamecube.gif');}
  60%, 79.99%{background-image:url('stamps/rewindstamp.gif');}
  80%, 100% {background-image:url('stamps/scrunklgly.png');}
}

@keyframes stampbook2 {
  0%, 19.99% { background-image:url('stamps/realwaterstamp.gif');}
  20%, 39.99% {background-image:url('stamps/ds.gif');}
  40%, 59.99%{background-image:url('stamps/y2k.gif');}
  60%, 79.99%{background-image:url('stamps/youwouldntdownloadacar.png');}
  80%, 100% {background-image:url('stamps/yumenikki.gif');}
}





/* --------------------- page not found --*/

.notfound{
  margin-left:calc(50% - 100px);
  margin-top:100px;
  width:200px;
  height:200px;
  background-image:url('sharks.png');
  background-size:100% 100%;
}

.notfoundtext{
  font-size:1.5em;
  margin-top:1%;
  text-align:center;
}

.notfoundtext p{
  color:rgb(189, 131, 221);
}
