div.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
 }

/* Add a black background color to the top navigation */
.topnav {
 /*    background-color: #000; */
  overflow: hidden;
  width: auto;
  float: right;
}

/* Style the links inside the navigation bar */
.topnav a {
  color: #bfbfbf;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  font-family: 'TradeMarker', impact;
}

/* Change the color of links on hover */
.topnav a:hover {
  color: white;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: black;
  color: white;
}


 /* Taken from Joppiesaus. Thank You!*/
  ::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    background-color: #000;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEX////AwMCU81DAAAAADElEQVQIHWNoYHAAAAHEAMEKQ169AAAAAElFTkSuQmCC);
    background-size: 2px;
  }
  ::-webkit-scrollbar-track {
  }
  ::-webkit-scrollbar-thumb {
    background-color: silver;
    border-left: ridge 2px #fff;
    border-top: ridge 2px #fff;
    border-right: ridge 2px grey;
    border-bottom: ridge 2px grey;
  }
  ::-webkit-scrollbar-thumb:active {
    background-color: #d0d0d0;
  }
  ::-webkit-scrollbar-button {
    background-color: darkgrey;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAPBAMAAABKPLFCAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAIVBMVEUAAACGhILr6ulbWlqop6ddXV0hISHk4+MAAABubm3///8cDMtbAAAAAXRSTlMAQObYZgAAAAFiS0dECmjQ9FYAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgChMNNQqYsOkJAAAAfElEQVQY02MQhAABQRTAABVlEFICA0EIpYjGpZ60CUTaGcoNQpVWTodIlxmBuaqtEGl3JXUnED+sCCKtngqWNptmBJY2KwKqF1RS7YTZPSMIyFVOV08GSytnJith6lYpUiqB2B0RhM1uuMtVsbucusGCTZoRJYpgACoqCABTOTzVZ8THeQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0xMC0xOVQxNTo1MToyOCswMjowMPJE7xwAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMTAtMTlUMTU6NTE6MjgrMDI6MDCDGVegAAAAAElFTkSuQmCC);
    width: 15px;
    height: 15px;
  }
  ::-webkit-scrollbar-button:vertical:start {
    background-position: -45px 0;
  }
  ::-webkit-scrollbar-button:vertical:end {
    background-position: 0 0;
  }
  ::-webkit-scrollbar-button:horizontal:start {
    background-position: -15px 0;
  }
  ::-webkit-scrollbar-button:horizontal:end {
    background-position: -30px 0;
  }
  
  /* image */
  img {
      max-width: 100%;
      height: auto;
      /* filter: saturate(60%); */
  }
  
  
  img:hover {
      filter: saturate(100%);
  }
  
  
  .center {
      display: block;
     margin-left: auto;
     margin-right: auto;
      
  }

  ul {
    font-family:"vistor";
    font-size: 24px;
  }
  
  li {
     padding: -1px;
  }


 /* Body */
  
  body {
    background-color: #666666;
    background-image: url(/style/kazos-bg.png);
    background-position: center; 
    background-repeat: repeat;
    background-attachment: scroll; 
    background-size: 12%; 
      /* text */
    color: white;
   font-family: Arial, Impact, sans-serif ;
    margin: auto;
  }
  
   header {
    width: auto;
   /* padding: 8px 8px; */
    /* margin: 5px; */
    /* background-color: black; */
    background-attachment: fixed;
    display: block;
     /* margin-left: auto;
     margin-right: auto; */
     /*  -webkit-animation: backgroundScroll 5s linear infinite;
     -webkit-animation-fill-mode: forwards;
    animation: backgroundScroll 5s linear infinite;
    animation-fill-mode: forwards;
       animation-direction: alternate; */
  }
  
  
  /* Hover Nav */
    .taskbar {
    position: fixed;
    top: 0px;
    height: 3%;
    width: 100%;
    background-color: #999999;
    z-index: 1;
  }

  
  /* Main div */
      .main {
        width: 90%;
        padding: 2px;
        margin: 2px;
        margin-left: auto;
        margin-right: auto; 
        margin-top: 30px;
        /* border: 4px solid white; */
       /* background-image: url("https://38cautionzone.com/walltexture.png");
        background-size: 6%;
          background-position: center; 
          background-repeat: repeat;
          background-attachment: scroll; */
      }
      
      .banner {
        width: 75%;
        padding: 2px;
        margin: 2px;
        margin-left: auto;
        margin-right: auto; 
        border: 4px solid white; 
        border-style: ridge;
        background-color: #e6e6e6;
      }
      
      .ads {
        width: 50%;
        padding: 5px;
        margin: 5px;
        margin-left: 25%;
        margin-top: 1%;
        border: 4px solid white; 
        border-style: ridge;
        background-color: #e6e6e6;
      
       /* background-image: url("https://38cautionzone.com/walltexture.png");
        background-size: 6%;
          background-position: center; 
          background-repeat: repeat;
          background-attachment: scroll; */
      }
      
      

  /* Art Gallery (Year, Series) */
  .wiki {
    width: 50%;
    margin: 10px;
    display: block;
     margin-left: auto;
     margin-right: auto;
     border: 4px solid white; 
     border-style: ridge;
     background-color: #e6e6e6;
    }
    
    .gallery {
      width: 80%;
      margin: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 4%;
      border: 4px solid white; 
      border-style: ridge;
      background-color: #e6e6e6;
    }
    
      
      /* Second Main div */
      .main2 {
        width: 98%;
        margin: 5px;
        /*border: 0px solid white; 
        /*border-style: ridge;
        /* background-color: #000; 
       /* background-image: url("https://38cautionzone.com/walltexture.png");
        background-size: 6%;
          background-position: center; 
          background-repeat: repeat;
          background-attachment: scroll; */
      }





    /* Left Side */
          
          .left {
            width: 50%;
            padding: 2px;
            margin: 10px;
            /* border: 4px solid white; 
            border-style: ridge; */
           /* background-color: #000; */
            float: left;
            /*  background-color: #000; 
             background-image: url("https://38cautionzone.com/loopbg.png");
            background-size: 50%;
              background-position: center; 
              background-repeat: repeat;
              background-attachment: scroll; */
              /* border: 1px solid #404040; */
          }
          
          .darkmode {
            width: 20%;
            padding: 2px;
            margin: auto;
            margin-left: 3%; 
            margin-top: 3%;
            border: 4px solid white; 
            border-style: ridge;
            background-color: #e6e6e6;
            float: left;
          }
          
          .art {
            width: 54%;
            padding: 2px;
            margin: auto;
            margin-left: 1%;
            margin-right: auto; 
            border: 4px solid white; 
            border-style: ridge;
            background-color: #e6e6e6;
            float: left;
            /*  background-color: #000; 
             background-image: url("https://38cautionzone.com/loopbg.png");
            background-size: 50%;
              background-position: center; 
              background-repeat: repeat;
              background-attachment: scroll; */
              /* border: 1px solid #404040; */
          }
          
          
          .time {
            width: 35%;
            padding: 2px;
            margin: auto;
            margin-left: 5%;
            margin-right: auto; 
            margin-top: 5%;
            border: 4px solid white; 
            border-style: ridge;
            background-color: #e6e6e6;
            float: left;
          }
          
          .thumbnail {
            width: 32%;
            padding: 2px;
            margin: auto;
            margin-left: 3%;
            margin-right: auto; 
            margin-top: 2%;
            border: 4px solid white; 
            border-style: ridge;
            background-color: #e6e6e6;
            float: left;
          }
          
          .explore {
            width: 38%;
            padding: 2px;
            margin: auto;
            margin-left: 4%;
            margin-right: auto; 
            margin-top: 3%;
            border: 4px solid white; 
            border-style: ridge;
            background-color: #e6e6e6;
            float: left;
            /*  background-color: #000; 
             background-image: url("https://38cautionzone.com/loopbg.png");
            background-size: 50%;
              background-position: center; 
              background-repeat: repeat;
              background-attachment: scroll; */
              /* border: 1px solid #404040; */
          }
          
          .tv {
            width: 50%;
            margin: auto;
            margin-left: 3%;
            margin-right: auto; 
            margin-bottom: 3%;
            border: 4px solid white; 
            border-style: ridge;
            background-color: #e6e6e6;
            float: left;
          }
          
          .footer {
            width: 70%;
            padding: 2px;
            margin: 7px;
            margin-left: 6%;
            margin-right: auto; 
            margin-bottom: 10%;
            border: 4px solid white; 
            border-style: ridge;
            background-color: #e6e6e6;
            float: left;
            /*  background-color: #000; 
             background-image: url("https://38cautionzone.com/loopbg.png");
            background-size: 50%;
              background-position: center; 
              background-repeat: repeat;
              background-attachment: scroll; */
              /* border: 1px solid #404040; */
          }
          
          
          
          
          
          
    /* Right Side */
        
          .right {
            width: 45%;
            /* padding: 2px; */
            margin: auto;
            margin-right: 2%;
            /* border: 4px solid white; 
            border-style: ridge; */
            /* background-color: #000; */
            float: right;
            /*  background-color: #000; 
             background-image: url("https://38cautionzone.com/loopbg.png");
            background-size: 50%;
              background-position: center; 
              background-repeat: repeat;
              background-attachment: scroll; */
              /* border: 1px solid #404040; */
          }
          
          .aboutme {
            width: 50%;
            padding: 2px;
            margin: auto;
            margin-left: 2%;
            border: 4px solid white; 
            border-style: ridge; 
            background-color: #e6e6e6; 
            float: left;
            /*  background-color: #000; 
             background-image: url("https://38cautionzone.com/loopbg.png");
            background-size: 50%;
              background-position: center; 
              background-repeat: repeat;
              background-attachment: scroll; */
              /* border: 1px solid #404040; */
          }
          
          .aboutme2 {
            width: 55%;
            padding: 2px;
            margin: auto;
            margin-left: 4%;
            margin-top: 6%;
            border: 4px solid white; 
            border-style: ridge; 
            background-color: #e6e6e6; 
            float: left;
            /*  background-color: #000; 
             background-image: url("https://38cautionzone.com/loopbg.png");
            background-size: 50%;
              background-position: center; 
              background-repeat: repeat;
              background-attachment: scroll; */
              /* border: 1px solid #404040; */
          }
          
          .fastfetch {
            width: 85%;
            margin: auto;
            margin-left: 7%;
            margin-top: 8%;
            border: 4px solid white; 
            border-style: ridge; 
            background-color: #e6e6e6; 
            float: left;
          }
          
          .flag {
            width: 35%;
            padding: 2px;
            margin: auto;
            margin-right: 6%;
            margin-top: 2%;
            border: 4px solid white; 
            border-style: ridge; 
            background-color: #e6e6e6; 
            float: right;
            /*  background-color: #000; 
             background-image: url("https://38cautionzone.com/loopbg.png");
            background-size: 50%;
              background-position: center; 
              background-repeat: repeat;
              background-attachment: scroll; */
              /* border: 1px solid #404040; */
          }
          
          .buttons {
            width: 75%;
            padding: 2px;
            margin: auto;
            margin-right: 10%;
            margin-top: 12%;
            border: 4px solid white; 
            border-style: ridge; 
            background-color: #e6e6e6; 
            float: right;
            /*  background-color: #000; 
             background-image: url("https://38cautionzone.com/loopbg.png");
            background-size: 50%;
              background-position: center; 
              background-repeat: repeat;
              background-attachment: scroll; */
              /* border: 1px solid #404040; */
          }



   @font-face {
font-family: "vistor";
src: url("/visitor2.ttf");
}

   @font-face {
font-family: "psp";
src: url("/2026redesign/ratchet-clank-psp.ttf");
}

   @font-face {
font-family: "rodin";
src: url("/2026redesign/fot-new-rodin-pro-eb.otf");
}



/* Text */
  
  h1 {
      text-align: center;
      margin: 2px;
      padding: 1px;
      font-size: 36px;
      /* background-color: black; */
      color: black;
      font-family: "rodin";
      font-weight: 50;
    /*  font-family: 'warning', impact, arial; */
       /* letter-spacing: 2px; */
  }
  
  
  h2 {
     /* text-align: center; */
      margin: 2px;
      padding: 1px;
      font-size: 30px;
      color: black;
       /* background-color: black; */
       font-family: "psp";
     /* font-family: 'mecha', impact; */
       /* letter-spacing: 2px; */
  }
  
  
   h3 {
     /*  text-align: center; */
      margin: 3px;
      font-size: 24px;
      color: black;
       font-family: "psp";
     /* font-family: 'madrid', impact; */
      /* letter-spacing: 2px; */
  }
  
  
   h4 {
     /*  text-align: center; */
      margin: 3px;
      font-size: 20px;
      color: black;
       /* background-color: black; */
       font-family: "psp";
     /* font-family: 'mecha', impact; */
       /* letter-spacing: 2px; */
  }
  
  h5 {
     /*  text-align: center; */
      margin: 3px;
      font-size: 14px;
      color: black;
       /* background-color: black; */
       font-family: "psp";
     /* font-family: 'mecha', impact; */
       /* letter-spacing: 2px; */
  }
  
  p {
    font-family: "vistor";
    color: black;
  }
 
  
/*  hr {
    display:block;
    border:0px;
    height:10px;
    background-image: url("https://38cautionzone.com/DivChains.gif");
    background-repeat: repeat-x;
    background-size: 25%; 
  } */
  
  
  .divborder {
    width: auto;
    height: auto;
    background-color: #999999;
  }
  
   .caution {
      background-image: url(https://38cautionzone.com/tv.gif);
      width: auto;
      background-repeat: repeat;
    background-size: cover;
    /* padding: 4px 4px 4px 4px;
    -webkit-animation: backgroundScroll 10s linear infinite;
     -webkit-animation-fill-mode: forwards;
    animation: backgroundScroll 10s linear infinite;
    animation-fill-mode: forwards;
       animation-direction: alternate-reverse; */
    }
    
    .caution2 {
      background-image: url(https://38cautionzone.com/redbackground.png);
      width: auto;
      background-repeat: repeat;
    background-size: cover;
    -webkit-animation: backgroundScroll 10s linear infinite;
     -webkit-animation-fill-mode: forwards;
    animation: backgroundScroll 10s linear infinite;
    animation-fill-mode: forwards;
       animation-direction: alternate-reverse;
    }
    
    @keyframes backgroundScroll {
	from {background-position: 0 0;}
	to {background-position: -270px 0px;}
}

@-webkit-keyframes backgroundScroll {
	from {background-position: 0 0;}
	to {background-position: -270px 0px;}
}
  
  a:link {
    color: blue;
   /* background-color: #3f2e00;
    background-image: url(https://38cautionzone.com/newlayout/siteselection.png);
    background-size: 10%; */
  
  }
  
  a:visited {
    color: red;
    background-color: #000354;
   /*  background-image: url(https://38cautionzone.com/newlayout/siteselection4.png);
    background-size: 10%; */
  }
  
  a:hover {
    color: orange;
    background-color: #540000;
  /*   background-image: url(https://38cautionzone.com/newlayout/siteselection2.png);
    background-size: 10%; */
  }
  
  a:active {
    color: white;
    background-color: #545454;
   /*  background-image: url(https://38cautionzone.com/newlayout/siteselection3.png);
    background-size: 10%; */
  }