:root {
    --primary-color: #F6F5F2;
    --light-peach: #FFEFEF;
    --pink: #FFE1E1;
    --white: #F9F3F3;
    --border: #c9c9c9;
    --brown: #9c7e73;
    --blue: #8bb4ff;
    --light-blue: #e2fafb;
    --text-shadow: #5670a0;
    --web-text: #74a4db;
    
}
/* FONTS */

@font-face {
    font-family: 'plat'; src:url(https://files.catbox.moe/4elo6g.ttf);
}


@font-face{
font-family:'TROGLOP'; 
src:url(https://dl.dropbox.com/s/t8282fp2qyur29y/TROGLOP_.ttf);
  }

@font-face {
font-family: 'Nintendo-DS-BIOS';
src: url(https://dl.dropbox.com/s/vlxjtnvrl9s0snp/Nintendo-DS-BIOS.ttf);
}

@font-face {
font-family:'money';
src: url(https://dl.dropbox.com/s/3zsknt1ijpz57o7/QuickMoney.ttf);
 
}

/*MAIN CODE*/

body {
    background: repeating-linear-gradient(to bottom, #eee 0px, #eee 2px, #fff 2px, #fff 4px);
    font-size:12px;
    text-align:center;
    margin:0;
    padding:90px;
    padding-top:70px;
    font-family: 'Nintendo-DS-BIOS';
}

a {
  color: #74a4db;
  text-decoration: none;
}

a:hover {
  color: #a9c6f0;
}

*{
    box-sizing:border-box;
}

h1 {
    font-family:'TROGLOP';
    font-size: 20px;
    color: black;
    letter-spacing: 5px;
    font-weight: lighter;
    text-shadow: 0 3px #8bb4ff, 3px 0 #8bb4ff;
    width: 210px;
    margin: 0;
    margin-left: -10px;
    filter: drop-shadow(0.5px 0.5px 0 white) drop-shadow(-1px 1px 0 white) drop-shadow(0 0.5px 0 white) drop-shadow(0 0.5px 0 white) drop-shadow(0 0.5px 0.5px white) drop-shadow(0 0.5px 1px white) drop-shadow(0.5px 0.5px 1px white) drop-shadow(0.5px 0.5px 1px black);
}

p {
    color: black;
    margin-top: 6px;
}


main{
    text-align:center;
    margin:auto;
    height:800px;
    background-image: url(/images/checkerblue.jpg);
    image-rendering: auto;
    background-repeat: repeat;
    
    background-size: 900px;
    padding:15px;
    width: 870px;
    border-radius:20px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
        border: ridge 4px #F6F5F2;
    outline: solid 4px #c9c9c9;
    

}

.navbar {
  margin-top: 0px;
  height: 300px;
  background-image:url(/images/navbarpng.jpg);
  image-rendering: auto;
  background-repeat: no-repeat;
  color: white;
  z-index: 0;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    width: 200px;
    border-radius:20px;
    border:1px #c9c9c9 solid;
    padding:5px;
   animation: floatAnimation 3s ease-in-out infinite;
    
}



.link {
        width: 150px;
    margin: 0 auto;
    height:20px;
    font-size:20px;
    color: white;
    text-shadow: -1px -1px 0 #1a74ff, 1px -1px 0 #1a74ff, -1px 1px 0 #1a74ff, 1px 1px 0 #1a74ff;
    background: linear-gradient(0deg, #aee6ff 1%, #63c4ff 49%, #27a3ff 51%, #bce8fb 90%);
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #1a74ff;
}
    
.linkbox {
        position: relative;
    height: 220px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 15px;
    margin-top: 13px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 10px;
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(250, 250, 251) 5%, rgb(250, 251, 251) 95%, rgb(255, 255, 255) 100%);
    box-shadow: rgb(202, 202, 202) 0px 0px 5px 0px inset, rgb(187, 187, 187) 0px -4px 5px -3px, rgb(255, 255, 255) 0px 5px 1px -3px;
    z-index: 1;
    border-width: 1.5px;
    border-style: solid;
    border-color: rgb(201, 201, 201);
    border-image: initial;
    border-radius: 18px;
}
    

.boxthing {
    position: relative;
    height: 300px;
    width: 600px;
    background: white;
     border: ridge 4px #F6F5F2;
    outline: solid 4px #c9c9c9;
    border-radius: 20px;
       bottom: 300px;
    margin-left: 230px;
    background-image:url(/images/musicbg.gif);
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;    
    
}

#title {
    font-family: 'money';
    font-size:30px;
    color: black);
    text-shadow: 0 3px #77BBFF, 3px 0 #77BBFF;
    filter: drop-shadow(0.5px 0.5px 0 white) drop-shadow(-1px 1px 0 white) drop-shadow(0 0.5px 0 white) drop-shadow(0 0.5px 0 white) drop-shadow(0 0.5px 0.5px white) drop-shadow(0.5px 0.5px 1px white) drop-shadow(0.5px 0.5px 1px black);
    z-index:1;

}

.mainbox {
    background-image: url(/images/mainbg.jpg);
    background-size:500px;
    width: 500px;
    margin: 10px;
    border: ridge 3px #F6F5F2;
    outline: solid 3px #c9c9c9;
    border-radius: 10px;
 align-content: center;
    padding:10px;
    height: 200px;
    bottom:290px;
    position: relative;
 box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
        display:flex;    
}

#textbox {
    width: 300px;
    background: white;
    height: 170px;
    position: relative;
    font-size:20px;
    overflow-y:auto;
   box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
        display:flex;
     border: ridge 3px #F6F5F2;
    outline: solid 3px #c9c9c9;
    border-radius: 20px;
    padding-left:4px;
    padding-top: 4px;
    padding-bottom:4px;
}

.webbox {
    width:250px;
    border: ridge 3px #F6F5F2;
    outline: solid 3px #c9c9c9;
    bottom:500px;
    position: relative;
    height:200px;
    left:570px;
    border-radius:10px;
background-image:url(/images/navbarpng.jpg);
  image-rendering: auto;
  background-repeat: no-repeat;
    padding:10px;
    padding-left:22px;
        
}

#navtextbox {
    width:200px;
    height:170px;
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(250, 250, 251) 5%, rgb(250, 251, 251) 95%, rgb(255, 255, 255) 100%);
    box-shadow: rgb(202, 202, 202) 0px 0px 5px 0px inset, rgb(187, 187, 187) 0px -4px 5px -3px, rgb(255, 255, 255) 0px 5px 1px -3px;
    border-radius:20px;
    padding:15px;
    overflow-y:auto;
    font-size:15px;
    
    
}

.status {
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(250, 250, 251) 5%, rgba(250, 251, 251, 1) 95%, rgba(255, 255, 255, 1) 100%);
    border-radius: 18px;
    box-shadow: inset 0px 0px 5px 0px rgb(202, 202, 202), 0px -4px 5px -3px #bbbbbb, 0px 5px 1px -3px #ffffff;
    width:200px;
    height:200px;
    height: 230px;
    bottom:490px;
    position: relative;
    left:10px;
}

.statusbox {
    position: relative;
    height: 170px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 15px;
    margin-top: 13px;
    margin-left:10px;
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(250, 250, 251) 5%, rgb(250, 251, 251) 95%, rgb(255, 255, 255) 100%);
    box-shadow: rgb(202, 202, 202) 0px 0px 5px 0px inset, rgb(187, 187, 187) 0px -4px 5px -3px, rgb(255, 255, 255) 0px 5px 1px -3px;
    z-index: 1;
    border-width: 1.5px;
    border-style: solid;
    border-color: rgb(201, 201, 201);
    border-image: initial;
    border-radius: 18px;
    width:180px;
    overflow-y:auto;
}

.marquee {
     background-image: url(/images/mainbg.jpg);
    background-size:500px;
    width: 500px;
    margin: 10px;
    border: ridge 3px #F6F5F2;
    outline: solid 3px #c9c9c9;
    border-radius: 10px;
 align-content: center;
    padding:1px;
    height: 70px;
    bottom:700px;
    position: relative;
 box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    left:230px;
        
}

.vido {
    background-image: url(/images/mainbg.jpg);
    background-size:500px;
    width: 500px;
    margin: 10px;
     border: ridge 3px #F6F5F2;
    outline: solid 3px #c9c9c9;
    border-radius:20px;
    position:relative;
    bottom:680px;
    height:100px;
    left:230px;
    align-content: center;
    text-align: left
    
    
}



/* keyframe stuffes */

@keyframes jerk {
0% {
 transform: rotate(2deg);
 }
 50% {
 transform: rotate(2deg);
 }
 51% {
 transform: rotate(-2deg);
 }
 100% {
 transform: rotate(-2deg);
 }
}


@keyframes floatAnimation {
  0% {
    transform: translateY(0); /* Start position */
  }
  50% {
    transform: translateY(-20px); /* Move up */
  }
  100% {
    transform: translateY(0); /* Return to start position */
  }
}


.blink_text {
  animation: blinker 1.5s infinite;
  -webkit-animation: blinker 1.5s infinite;
  -moz-animation: blinker 1.5s infinite;
}

@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  49% {
    opacity: 1.0;
  }

  60% {
    opacity: 0.0;
  }

  99% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  49% {
    opacity: 1.0;
  }

  60% {
    opacity: 0.0;
  }

  99% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes blinker {
  0% {
    opacity: 1.0;
  }

  49% {
    opacity: 1.0;
  }

  60% {
    opacity: 0.0;
  }

  99% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

/* fade in */

.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

.fade-in.visible {
  opacity: 1;
}