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

  @font-face {
    font-family: "porkys";
    src: url(../porkys.html);
    
  } 


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

    100% {
      transform: translateX(1920px, 0, 0) translateY(0, 1080px, 0);
    }
  }
    
  ::-webkit-scrollbar {
    width: 15px;
    height: 10px;}
 
    ::-webkit-scrollbar-thumb:vertical{
    background-color: #fff;
    background-image: url(../img/scroll_bar.html);
    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.html);}
 
    ::-webkit-scrollbar-button:vertical:increment {
    background-image: url(../img/scroll_increment.html);
    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.html);
    border-top: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 14px;
    height: 16px;}

  .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%;
    }
  }

  body {
    background-image: url(../img/bg/wood2.html);
  }

  p {
    font-family: MS PGothic; font-size: 1em; margin: 8px;
  }

  .innercont{
    min-height: 700px;
    width: 920px; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 20px; 
    margin-bottom: 20px; 
    background-image: url(../img/bg/wall.html); 
    border-radius: 10px; 
    box-shadow: 0px 0px 12px black;
  }

  #box {
    min-width: 100px;
    min-height: 100px;
    border-radius: 0px 0px 20px 20px;
    display: inline-block;
    background-color: white;
    margin: 10px;
    border: 1px dashed black;
  }

  #bar {
    display: block;
    height: 15px;
    background-image: linear-gradient(to right, orange, rgb(216, 86, 47));
  }

  #titlebar{
    border-radius: 5px;
    display: block;
    background-image: linear-gradient(to right, rgb(24, 178, 189), rgb(0, 68, 170));
    margin: 5px;
    text-align: left; 
    width: 550px; 
    position: relative; 
    top: 5px; 
    font-family: MS PGothic;
    font-size: 1.4em; 
    color: white; 
    text-shadow: 1px 1px 1px rgb(0, 0, 0); 
    padding: 5px;
  }

  #subtitletext {
    display: inline-block;
    margin: 5px;
    font-family: MS PGothic;
    color: white;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    font-size: 0.5em;
  }

  #infoblock {
    margin: 5px;
    margin-top: 10px;
    width: 560px;
    height: auto;
    background-color: rgb(219, 219, 219);
    border-radius: 5px;
    font-family: MS PGothic;
  }

  #subinfoblock {
    display: inline-block;
    width: 250px;
  }

  #infotext {
    color: rgb(0, 0, 0); 
    margin: 4px; 
    padding-top: 8px; 
    padding-bottom: 8px;
  }

  #imgcontainer {
    width: auto;
    padding: 5px;
    height: 10%;
    float: right;
    background-color: brown;
  }

  .summary{
    display: inline-block; 
    border: 1px dashed gray; 
    padding: 5px; 
    background-color:rgb(192, 192, 192); 
    border-radius: 5px;
  }

  /*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(61, 42, 92), rgb(25, 9, 36));
  }

  .gradbar{
    margin: 3px;
    width: auto;
    height: 18px;
    background-image: linear-gradient(to right, rgb(155, 99, 155), rgb(62, 22, 88));
    vertical-align: top;
  }

  .gradbar2{
    margin: 3px;
    width: auto;
    height: 12px;
    background-image: linear-gradient(to right, rgb(194, 109, 97), rgb(43, 28, 24));
    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(../img/butt_x.html);
  }

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

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

  .reviewbar{
    font-family: ageasy; 
    display: block; 
    background-image: linear-gradient(to right, rgb(155, 99, 155), rgb(62, 22, 88));
    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;
  }

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

