  /* image */
  img {
      max-width: 100%;
      height: auto;
      filter: saturate(40%); 
      padding: 10px;
  }
  
  
  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(/video/videoBG.png);
    background-position: center;
   /* background-repeat: repeat; */
    background-attachment: fixed; 
    background-size: cover; 
      /* 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; */
  }
  
     .main {
        width: 80%;
        margin: 10px;
        margin-left: auto;
        margin-right: auto;
        /* border: 4px solid white; */
       /* background-image: url("https://38cautionzone.com/walltexture.png");
        background-size: 6%;
          background-position: center; 
          background-repeat: repeat;
          background-attachment: scroll; */
      }
      
      .series {
        float: right;
        width: 65%;
        margin-right: 10px;
      }

    .info {
      position: fixed;
      top: 0px;
      height: 100%;
      width: 30%;
      background-color: #999999;
      z-index: 1;
  }
        
   @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: white;
      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: white;
       /* background-color: black; */
       font-family: "rodin";
     /* font-family: 'mecha', impact; */
       /* letter-spacing: 2px; */
  }
  
  
   h3 {
     /*  text-align: center; */
      margin: 3px;
      font-size: 24px;
      color: white;
       font-family: "rodin";
     /* font-family: 'madrid', impact; */
      /* letter-spacing: 2px; */
  }
  
  
   h4 {
      margin: 3px;
      font-size: 20px;
      color: white;
       /* background-color: black; */
       font-family: "rodin";
     /* font-family: 'mecha', impact; */
       /* letter-spacing: 2px; */
  }
  
  h5 {
     /*  text-align: center; */
      margin: 3px;
      font-size: 14px;
      color: white;
       /* background-color: black; */
       font-family: "rodin";
     /* font-family: 'mecha', impact; */
       /* letter-spacing: 2px; */
  }
  
  p {
    text-align: center;
    font-family: "rodin";
    color: white;
  }

 a:link {
    color: white;
   /* background-color: #3f2e00;
    background-image: url(https://38cautionzone.com/newlayout/siteselection.png);
    background-size: 10%; */
  
  }
  
  a:visited {
    color: blue;
   /*  background-image: url(https://38cautionzone.com/newlayout/siteselection4.png);
    background-size: 10%; */
  }
  
  a:hover {
    color: yellow;
  /*   background-image: url(https://38cautionzone.com/newlayout/siteselection2.png);
    background-size: 10%; */
  }
  
  a:active {
    color: white;
   /*  background-image: url(https://38cautionzone.com/newlayout/siteselection3.png);
    background-size: 10%; */
  }
  