@font-face {
    font-family: "comicsans";
    src: url(https://daikonet.neocities.org/comic.ttf);
    font-weight: normal;
    font-style: normal;
  } 
  @font-face {
    font-family: "ageasy";
    src: url(https://daikonet.neocities.org/AgriculturaEasy.ttf);
    
  } 

  @font-face {
    font-family: "porkys";
    src: url(https://daikonet.neocities.org/porkys.ttf);
    
  } 

  @font-face {
    font-family: "cool";
    src: url(https://daikonet.neocities.org/coolvetica.ttf);
    
  } 


  @keyframes scrolling {
    0% {
      transform: translateX(0, 0, 0) translateY(0, 0, 0);
    }

    100% {
      transform: translateX(1920px, 0, 0) translateY(0, 1080px, 0);
    }
  }
    
  html {
    cursor: url("https://file.garden/aA-GqMXzgguGJDg8/pwnb/pinkcowcursor.png"), default;
  }

  a:hover {
    cursor: url("https://file.garden/aA-GqMXzgguGJDg8/pwnb/pinkcowcursor.png"), default;
  }
  .pasokon {
    background-image: url("https://daikonet.neocities.org/img/bg/daikoglobal4.png"), linear-gradient(to bottom, #F5DEB3 40%, #5C4033 100%);
    background-attachment: fixed;
    display: block;
    font-family: MS PGothic;
    text-align: center;
  
    
  }

  .pasokon2 {
    background-image: linear-gradient(to bottom, rgba(92, 64, 51, 0) 40%, #F5F5DC 100%), url("https://daikonet.neocities.org/img/bg/daikoglobal3.png");
    background-attachment: fixed;
    display: block;
    font-family: MS PGothic;
    text-align: center;
  
    
  }

  #homelink {
    text-decoration: none;
    color: rgb(0, 0, 0); 
    display: inline-block;
    background-color: white;
    border-radius: 5px;
    transition-property: background-image, color;

  }

  #homelink:hover {
    background-image: linear-gradient(to right, #F5DEB3, #5C4033);
    color: #5C4033;
  }

  .scroll_diag { /*Diagonal background scrolling*/
    animation: diag 60s linear infinite;
  }

  @keyframes diag {
    0% {
      background-position-x: 0%;
      background-position-y: 0%;
    }
    100% {
      background-position-x: 100%;
      background-position-y: 100%;
    }
  }


  .scroll_left { /*Left background scrolling*/
    animation: left 30s linear infinite;
  }

  @keyframes left {
    0% {
      background-position-x: 100%;
    }
    100% {
      background-position-x: 0%;
    }
  }

  .abttext {
    display: inline-block; 
    font-size: 0.8em; 
    font-family: MS PGothic; 
    padding: 5px; 
    color: #F5DEB3;
    text-shadow: 1px 1px 1px #5C4033;
    
  }

  .list { 
    list-style: none;
    text-align: left;
    
  }
  #listans {
    display: block;
    background-image: linear-gradient(to right, #5C4033, #3D2D23); 
    border-radius: 10px;
    padding: 5px;

  }

  #listindex {
    display: block;
    background-image: linear-gradient(to right, #A07F50, #5C4033);
    border-radius: 10px;
    padding: 5px;

  }

  #listindex2 {
    display: block;
    background-image: linear-gradient(to right, #F5DEB3, #5C4033);
    border-radius: 10px;
    padding: 5px;

  }

  /* Hide scrollbar for Chrome, Safari and Opera */
.hide::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

  .top1 {
    display: block;
    position: relative;
    margin: auto;
    width: 700px;
    height: 300px;
  }
    
  .hd_logo {
    animation: wobbler 6s infinite ease-in-out;
    position: absolute;
    bottom: 150px;
    overflow: hidden;
    z-index: 1;
  }

  .pagewrapper {
    width: 1000px;
    height: fit-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  #dashedbord {
    border: 1px dashed black;
    margin: 10px;
    display: inline-block;

  }

  #solidbord {
    border: 1px solid black;
    margin: 10px;
    display: inline-block;
  }

  .navlink{
    display: inline-block; 
    height: 30px; 
    text-decoration: none; 
    height: auto; 
    text-align: center; 
    margin: 5px;
  }

  .navtext{
    color: #F5DEB3;
    text-shadow: 1px 1px 1px #5C4033; 
    font-size: 18px; 
    position: relative; 
    bottom: 8px;
  }

  .navtext:hover{
    color: #5C4033;
    text-shadow: 1px 1px 1px #F5DEB3;
    text-decoration: underline;
  }


  @keyframes wobbler {
    0% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
    100% { transform: rotate(-5deg); }
  }

  .anim_flash {
    animation: flash 1s alternate-reverse infinite;
  }

  @keyframes flash {
    0% { filter: saturate(0%);  }
    100% { filter: saturate(100%); }
  }

/*Below is the CSS for making marquees in Firefox*/

.motdmarquee {
  height: 40px;
  width: 924px;
  overflow: hidden;
  position: relative;
}

/*Below is the CSS for creating windows 95 style frames for content*/

  .winbody{
    background-color: #D3C2B3; 
    border: 1px outset #A0865B;
    display: inline-block;
  }

  .wincontent{
    border: 1px inset #D3C2B3;
    margin: 2px;
  }

  .winbar{
    margin: 3px;
    width: auto;
    display: block;
    height: 18px;
    background-image: linear-gradient(to right, #A0865B, #5C4033);
  }

  .winbar2{
    margin: 3px;
    width: auto;
    display: block;
    height: 18px;
    background-image: linear-gradient(to right, #F5DEB3, #5C4033);
  }

  .gradbar{
    margin: 3px;
    width: auto;
    height: 18px;
    background-image: linear-gradient(to right, #D3C2B3, #5C4033);
    vertical-align: top;
  }

  .gradbar2{
    margin: 3px;
    width: auto;
    height: 12px;
    background-image: linear-gradient(to right, #F5DEB3, #5C4033);
    vertical-align: top;
  }

  .infospan{
    display: inline-block; 
    padding: 2px; 
    font-family: MS PGothic; 
    color: rgb(255, 255, 255); 
    text-shadow: 1px 1px 1px black; 
    font-size: 1.3em;
  }

  .infotext{
    text-align: left; 
    width: auto; 
    height: auto; 
    margin: 3px;  
    font-family: MS PGothic;
    font-size: 1em;
  }

  #buttx{
    float: right;
    margin: 2px;
    width: 16px; 
    height: 14px; 
    margin: 2px;
    background-image: url(https://daikonet.neocities.org/img/butt_x.png);
  }

  #buttx:active{
    float: right;
    margin: 2px;
    width: 16px; 
    height: 14px; 
    margin: 2px;
    background-image: url(https://daikonet.neocities.org/img/buttpress_x.png);
  }

  #buttx:hover {
    cursor: url("https://daikonet.neocities.org/img/cur2.png"), default;
  }

  .reviewcontainer{
    text-shadow: 2px 2px 1px black; 
    color: white;
  }

  .reviewbar{
    font-family: ageasy; 
    display: block; 
    background-image: linear-gradient(to right, #D3C2B3, #5C4033);
    font-size: 3em;
    padding: 5px;
    text-shadow: 3px 3px 1px black;
    border-radius: 5px;
    box-shadow: 0px 5px 1px black;
  }

  .finalbar{
    font-family: ageasy; 
    display: block; 
    background-color: rgb(7, 7, 7);
    margin: 8px; 
    border: 1px solid rgb(128, 122, 126);
    text-shadow: 3px 3px 1px black;
    border-radius: 5px;
    box-shadow: 0px 5px 1px black;
  }

  /* Wavey text on home page, code from https://codepen.io/alvarotrigo/pen/xxLvyOG */

  .waves {
    position: relative;
    
  }

  .waves span {
    font-family: cool;
    -webkit-text-stroke-width: 3px; 
    -webkit-text-stroke-color: black;
    position: relative;
    display: inline-block;
    animation: waves 1s infinite;
    animation-delay: calc(.1s * var(--i));

    /* Text gradient */
    font-size: 72px;
    background: linear-gradient(rgb(0, 146, 151), rgb(227, 255, 126) 60%);
    background-clip: content-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  @keyframes waves {
    0%, 40%, 100% {
      transform: translateY(0)
    }
    20% {
      transform: translateY(-10px)
    }
  }

  /* Rainbow text code from here: https://stackoverflow.com/questions/54702124/rainbow-text-animation-using-only-css */

 
.rainbowanim {
    animation: rainbow_animation 3s ease-in-out infinite;

}

@keyframes rainbow_animation {
    0% {
        color:rgb(255, 67, 67);
    }
    20% {
        color:rgb(255, 227, 67);
    }
    40% {
        color: rgb(67, 255, 130);
    }
    60% {
        color:rgb(67, 155, 255);
    }
    80% {
        color:rgb(149, 67, 255);
    }
    100% {
        color:rgb(255, 67, 155);
    }
}