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

  @font-face {
    font-family: "porkys";
    src: url(../porkys.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("../img/cur.png"), default;
  }

  a:hover {
    cursor: url("../img/cur2.png"), default;
  }  

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

  .winbody{
    background-color: rgb(192,192,192);
    border: 1px outset rgb(124, 124, 124);
    display: inline-block;
  }

  .wincontent{
    border: 1px inset rgb(158, 158, 158);
    margin: 2px;
  }

  .winbar{
    margin: 3px;
    width: auto;
    display: block;
    height: 18px;
    background-image: linear-gradient(to right, rgb(73, 14, 27), rgb(24, 1, 4));
  }

  .winbar2{
    margin: 3px;
    width: auto;
    display: block;
    height: 18px;
    background-image: linear-gradient(to right, rgb(0, 6, 90), rgb(66, 186, 255));
  }

  .winbar3{
    margin: 3px;
    width: auto;
    display: block;
    height: 18px;
    background-image: linear-gradient(to right, rgb(161, 47, 32), rgb(255, 179, 39));
  }

  .winbar4{
    margin: 3px;
    width: auto;
    display: block;
    height: 18px;
    background-image: linear-gradient(to right, rgb(106, 108, 194), rgb(56, 25, 114));
  }

  .gradbar{
    margin: 3px;
    width: auto;
    height: 18px;
    background-image: linear-gradient(to right, rgb(155, 99, 155), rgb(62, 22, 88));
    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;
  }

  #weblink{
    color: white;
    text-shadow: 1px 1px 1px black;
    margin: 3px;
    text-decoration: none;
  }
  #weblink:hover {
    color: cyan;
    font-family: comicsans;
    font-size: 0.9em;
  }

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

  #buttx:active{
    float: right;
    margin: 2px;
    width: 16px; 
    height: 14px; 
    margin: 2px;
    background-image: url(../img/buttpress_x.png);
  }
    
  .pasokon {
    background-image: linear-gradient(to bottom, rgba(19, 255, 50, 0.3) 25%, rgba(65, 92, 230, 0.5) 100%), url("img/bg/daikoglobal.html");
    background-attachment: fixed;
    display: block;
    font-family: MS PGothic;
    text-align: center;

    cursor: url("img/cur.html"), default;
  
    
  }

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

  @keyframes floating {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(20px);
    }
    100% {
      transform: translateY(0);
    }
  }

  #floating {
    animation: floating 3s ease-in-out 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 8s linear infinite;
  }

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

  ::-webkit-scrollbar {
    width: 15px;
    height: 10px;}
 
    ::-webkit-scrollbar-thumb:vertical{
    background-color: #fff;
    background-image: url(../img/scroll_bar.png);
    border-top: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid black;
    border-bottom: 1px solid black;}
 
    ::-webkit-scrollbar-track {
    background-color: #fff;
    background-image: url(../img/scroll_back.png);}
 
    ::-webkit-scrollbar-button:vertical:increment {
    background-image: url(../img/scroll_increment.png);
    width: 14px;
    height: 16px;
    border-top: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid black;
    border-bottom: 1px solid black;}
 
    ::-webkit-scrollbar-button:vertical:decrement {
    background-image: url(../img/scroll_decrement.png);
    border-top: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 14px;
    height: 16px;}
  

  .hypernet {
    background-image: linear-gradient(to bottom, rgba(255, 124, 1, 0.3) 25%, rgba(134, 0, 56, 0.5) 100%), url("img/bg/daikoglobal2.html");
    background-attachment: fixed;
    display: block;
    cursor: url("img/cur.html"), default;
    
  }

  .proj {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 680px; 
    height: 510px;
    
  }

  .abttext {
    display: inline-block; 
    font-size: 0.8em; 
    font-family: MS PGothic; 
    padding: 5px; 
    color: white; 
    text-shadow: 1px 1px 1px rgb(119, 0, 255);
    
  }

  .list { 
    list-style: none;
    text-align: left;
    
  }

  #screenshot{
    border: 1px dashed gray;
    width: 180px;
    margin: 5px;
    display: inline-block;
  }

  #gradbar{
    display: block;
    background-image: linear-gradient(to right, rgb(82, 35, 156), rgba(9, 0, 48, 0));
    margin: 5px;
    width: 300px;
    height: 40px;

  }

  #listans {
    display: block;
    background-image: linear-gradient(to right, rgb(35, 28, 68), rgb(9, 0, 48));
    border-radius: 10px;
    padding: 5px;

  }

  #listindex {
    display: block;
    background-image: linear-gradient(to right, rgb(0, 6, 90), rgb(66, 186, 255));
    border-radius: 10px;
    padding: 5px;

  }

  #listindex2 {
    display: block;
    background-image: linear-gradient(to right, rgb(175, 216, 81),rgb(39, 122, 53));
    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: white; 
    font-size: 18px; 
    text-shadow: 1px 1px 1px rgb(109, 44, 170); 
    position: relative; 
    bottom: 8px;
  }

  .navtext:hover{
    color: rgb(229, 255, 0); 
    text-shadow: 1px 1px 1px rgb(0, 114, 38); 
    text-decoration: underline;
  }


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

