 /* image */
  img {
      max-width: 100%;
      height: auto;
      /* filter: saturate(60%); */
      margin: 25px;
  }
  
  
  img:hover {
      filter: saturate(100%);
  }
  
  
  .center {
      display: block;
     margin-left: auto;
     margin-right: auto;
      
  }

  ul {
    font-family:"vistor";
    font-size: 24px;
  }
  
  li {
     padding: -1px;
  }
  
  
    /* Hover Nav */
    .taskbar {
    position: fixed;
    top: 0px;
    height: 3%;
    width: 100%;
    background-color: #999999;
    z-index: 1;
  }


 /* Body */
  
  body {
    background-color: #ffffff;
      /* text */
    color: white;
   font-family: Arial, Impact, sans-serif ;
    margin: auto;
  }
  
  header {
     width: 80%;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;

  }

  
  .main {
    width: 80%;
    background-color: #ffffff;
    border: 4px white solid;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
  }
  
  .article {
    width: 78%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .text {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  
.divborder {
    width: auto;
    height: auto;
    background-color: #999999;
  }

 .sidebar {
    float: left;
    position: sticky;
    top: 0;
    height: 100%;
    width: 9%;
    background-color: #ffffff;
  }
  
  
  /* Text */
  
  h1 {
    text-align: center;
      margin: 2px;
      padding: 1px;
      font-size: 36px;
      /* background-color: black; */
      color: black;
      font-family: "Arial";
    /*  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: "Arial";
     /* font-family: 'mecha', impact; */
       /* letter-spacing: 2px; */
  }
  
  
   h3 {
     /*  text-align: center; */
      margin: 3px;
      font-size: 20px;
      color: black;
       font-family: "Arial";
     /* font-family: 'madrid', impact; */
      /* letter-spacing: 2px; */
  }
  
  
   h4 {
     /*  text-align: center; */
      margin: 3px;
      font-size: 16px;
      color: black;
       /* background-color: black; */
       font-family: "Arial";
     /* font-family: 'mecha', impact; */
       /* letter-spacing: 2px; */
  }
  
  h5 {
     /*  text-align: center; */
      margin: 3px;
      font-size: 12px;
      color: black;
       /* background-color: black; */
       font-family: "Arial";
     /* font-family: 'mecha', impact; */
       /* letter-spacing: 2px; */
  }
  
  p {
    font-family: "vistor";
    color: black;
    font-size: 8px;
  }
  
  
   @font-face {
font-family: "vistor";
src: url("/visitor2.ttf");
}

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