  /* updated 4-28-2022  version 9  */
  /* ahem.. What are YOU doing here?  This is TOP SECRET!!! */


body{
  font-family: Arial, Helvetica, sans-serif;
  font-size:15px;
  line-height:1.5;
  padding:0;
  margin:0;
  background-color: #34495e;
  background:url('../img/rawk.jpg');
  overflow-x: hidden;  /* important: cuts off anything drawn outside left and right edge of page body */

/*border: 3px solid cyan;*/

}

  /* Global*/
  .container{
    width:80%;
    margin:auto;
    overflow:hidden;

  }


  /* Header */
  header{
    background:#35424a;
        width:1200px;
        height:400px;
        margin:auto;
    color: #ffffff;
    overflow: hidden;

    border-top:#000000 10px solid;
    /*background:url('../img/banner_no_logo.gif') no-repeat;*/
    /*background-size: 1200px 259px;*/

    /*background:url('../img/banner_fern.gif') no-repeat;*/
    /*background-size: 1200px 400px;*/
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */

    background:
              url('../img/black_fade.png') no-repeat,
              url('../img/pagebody.png') repeat;
    background-size: 1200px 400px, auto;

    -moz-box-shadow: 0px 8px 5px  #000000;
      -webkit-box-shadow: 0px 8px 5px  #000000;
      box-shadow: 0px 8px 5px  #000000;

      /*border: 3px solid green;*/
  }

  /* Page Body layout */
  #pagebody{
    width:1200px;
    background:#555555;
    /*margin:auto;*/
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    min-height:430px;
    color:#ffffff;


      background:url('../img/pagebody.png');
      -moz-box-shadow: 0px 8px 5px  #000000;
      -webkit-box-shadow: 0px 8px 5px  #000000;
      box-shadow: 0px 8px 5px  #000000;

      /*border: 3px solid yellow;*/

  }

  .logo{
    position:absolute;
    margin-left:700px;
    margin-top:67px;
    z-index:300000;
    float:left;
    /*border: 3px solid #e59aff;*/
  }

  .palmtree{
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
    width:270px;
    height:471px;
    float:right;
    /*border: 3px solid #e59aff;*/
    z-index: 2;
    margin-top: -35%;
  }


  /* Navigation */
  nav{

    width:1200px;
    margin:0 px;
    padding: 0px;

    /*border: 1px solid yellow;*/
  }



  #contact_form {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: lightblue;
  margin-top: 20px;
  display: none;
  }

    /* Classes to overlay text on banner video*/
    #overlayText {
      position: absolute;
      top: 5px;
      z-index: 100;
    }

    #topText {
      margin:0px;
      padding: 0px;
      color: white;
      font-size: 20px;
      text-align:right;
        z-index: 100;
      /*border: 3px solid red;*/
    }

    .banner-video {
      position: absolute;
      width=1200px;
      z-index:1;
    }

  ul{
    margin:0;
    padding:0;
  }

  header li{
    float:left;
    display:inline;
    margin-left: 20px;
    color:white;
    /*padding: 0 20px 0 20px;*/
  }

  /*  Link text formatting and buttons  */

  a:link, a:visited {

    font-family:'DINPro Light';
          transform: scale(.95, .87);
          line-height: 100%;
          letter-spacing: -1px;
          font-size:22px;


  color: #ffdefc;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #62297b;
  border: 3px solid #b319a7;

  /*box-shadow: 5px 10px 20px red inset;*/
  box-shadow: 4px 4px 4px #2e2e2e;

/* Prevents user from accidentally selecting text when clicking link*/
  user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
  }

/* the current page link */
  a.current{
    font-family:'DINPro Light';
          transform: scale(.95, .87);
          line-height: 100%;
          letter-spacing: -1px;
          font-size:22px;
          color: white;
          padding: 14px 25px;
          text-align: center;
          text-decoration: none;
          display: inline-block;
          background-color: #0a577f;
          border: 3px solid #00cce5;
          box-shadow: 5px 10px 20px #2f98bb inset, 4px 4px 4px #2e2e2e;
          font-weight: bold;

          /* Prevents user from accidentally selecting text when clicking link*/
            user-select: none; /* supported by Chrome and Opera */
             -webkit-user-select: none; /* Safari */
             -khtml-user-select: none; /* Konqueror HTML */
             -moz-user-select: none; /* Firefox */
             -ms-user-select: none; /* Internet Explorer/Edge */

  }

  a:hover, a:active {
    background-color: #0a577f;
    border: 3px solid #00cce5;
    color: white;
    text-decoration: underline;
    text-shadow: 2px 2px 10px #2cd9ee;
}

  /* Wimpy player position and padding */
    .wimpyContainer{

      width: 400px;
      height: 364px;
      float:left;

      padding-right: 0px;
      padding-bottom: 10px;
      padding-left: 20px;

      margin-top: 0px;
      line-height: 0px;

      -moz-box-shadow: 28px 9px 5px #212c3d;
      -webkit-box-shadow: 28px 9px 5px #212c3d;
      box-shadow: 28px 9px 5px #373737;
      /*border: 3px solid blue;*/
    }

    /*This is for text hyperlinks*/
    a.textlink {color: blue; text-decoration: none; border: none; box-shadow: none; background-color: transparent;
      margin: 0px;
      font-size: 18px;
      padding: 0px 0px;
      font-weight:bold;
      overflow-wrap: break-word; padding: 0px 0px;}
    a.textlink:current {color: blue;}
    a.textlink:link {color: blue;}
    a.textlink:visited {color: purple;}
    a.textlink:hover {color: purple; border: none; background-color: transparent;  box-shadow: none; text-decoration: underline; }
    a.textlink:active {color: fuschia;}

    /* Applies to EMail link on bottom of page ONLY */
    a.textlink2 {
      text-decoration: none;
      border: none;
      box-shadow: none;
      background-color: transparent;
      margin: 0px;


      font-weight:bold;
      overflow-wrap: break-word; padding: 0px 0px;

      color:#5cd668;
      font-size:28px;
      font-family:'DINPro Light';
      text-align:center;
      transform: scale(.95, .87);
      line-height: 50%;
      letter-spacing: -1px;
      font-weight:bold;
      font-size:22px;
      margin: auto;
      /*border: 3px solid #ff00ff;*/
      }
    a.textlink2:current {color: #5cd668;}
    a.textlink2:link {color: #5cd668;}
    a.textlink2:visited {color: purple;}
    a.textlink2:hover {color: white; border: none; background-color: transparent;  box-shadow: none; text-decoration: underline; }
    a.textlink2:active {color: fuschia;}


  /*   Streaming + Download header  */
  .stream_and_download{

    width:770px;
    float:right;

      /*background-color: lightblue;*/
  }



  /* Body text layout */
  #bodyText{        /* You have ventured into the mind of ....  */
    float:right;
    line-height: 90%;
    position:auto;
    width:56%;
    margin-right: 3%;
    padding-top: 10px;
    min-height:160px;
    text-align:center;
    color:#ff0000;
    /*border: 3px solid red;*/
  }

  /* Body text layout */
  #bodyText2{        /* Game project info text */

    line-height: 120%;
    float:left;
    position:auto;
    width:47%;
    margin-right: auto;
    margin-left: 25px;
    padding-top: 10px;
    min-height:160px;
    text-align:left;
    color:#ff0000;
    border: 3px solid red;

  }

  .image_column{        /* Game project right image column */

    float:right;
    position:auto;
    width:47%;
    margin-right: 25px;
    padding-top: 10px;
    min-height:160px;
    color:#ff0000;
    border: 3px solid white;

  }

  /* Eye photo div layout */
  .eye-div{
    float:right;
    position:right;
    margin-top: 15px;
    width: 714px;
    /*border: 2px solid #00cce5;*/
    /*border: 3px solid #baebae;*/
  }

  .mail-image{
     vertical-align: middle;
  }

  .seperator{
    float:center;
    width: 1200px;
    height: auto;
    /*border: 3px solid #baebae;*/
  }

  .updatesHeader{
    width:75%;
    margin:auto;
    background-color: #64663f;
    padding:6px 8px 6px 8px;
    position: relative;
    display: block;
    height:30px;

    overflow:hidden;

    border: #b2a385 2px solid;
    -moz-box-shadow: 0px 0px 5px 5px #454545;
    -webkit-box-shadow: 5px 15px 5px 0px #454545;
    box-shadow: 0px 0px 5px 5px #454545;
    opacity: 0.8;

    display:flex;
    align-items: center;
    justify-content: center;
  }

  .my_footer{
    background:url('../img/footer.png') no-repeat;
    border-bottom:#000000 10px solid;
    height: 100px;
    /*border: 3px solid orange; */
  }

  .updateBox{

    width:75%;
    margin:auto;
    padding:6px 8px 6px 8px;
    color: #555555;
    padding-bottom: 20px;
    background-color: #eeeeee;
    opacity: 0.8;
    border: #dddddd 2px solid;
    -moz-box-shadow: 0px 0px 5px 5px #454545;
    -webkit-box-shadow: 5px 15px 5px 0px #454545;
    box-shadow: 0px 0px 5px 5px #454545;

      /*border: 3px solid red;*/
        margin-top: 20px;

  }

  /*  h1 = streaming + download header*/
    h1 {
      color:ff0000;
      font-size:28px;
      font-family:'DINPro Light';
      color:#ff0000;
      text-align:left;
      transform: scale(.95, .87);
      line-height: 20%;
      letter-spacing: -1px;
      font-weight:bold;
      font-size:28px;
      margin-left: 30px;
      margin-top:0px;
      text-shadow: 2px 2px 4px #212121;
    }

    h3 {
      /*border: 1px solid red;*/
      font-family:'DINPro Medium';
      color:#6b6b6b;
      text-align:left;
      letter-spacing: -1px;
      font-weight:normal;
      font-size:22px;
      padding-left: 5px;
      margin:5px;
    }

      h4 {
        /*border: 1px solid coral;*/
        font-size:16px;
        font-family:'DINPro Light';
        color:#419c99;
        padding-left: 10px;
        text-align:left;
        line-height: 120%;
        margin-top: 0px;
        margin-bottom: 10px;
      }

      /* Header for "Updates" center page text */
      h5 {
        color:#c9ded9;
        font-size:28px;
        font-family:'DINPro Light';
        text-align:center;
        transform: scale(.95, .87);
        line-height: 50%;
        letter-spacing: -1px;
        font-weight:bold;
        font-size:22px;
        margin: auto;
        /*border: 3px solid #ff00ff;*/

      }

      /* footer text */
      h6 {
        color:#c9ded9;
        font-size:28px;
        font-family:'DINPro Light';
        text-align:center;
        transform: scale(.95, .87);
        line-height: 50%;
        letter-spacing: -1px;
        font-weight:bold;
        font-size:22px;
        margin: auto;
        /*border: 3px solid #ff00ff;*/
        padding-top: 4.5%;
        text-shadow: 1px 1px 4px #383838;
      }


/* Paragraph text format for body of Update boxes */
      p2 {
        /*border: 1px solid coral;*/
        font-family:'DINPro Light';
        color:#342f35;
        margin: 15px;
        font-size: 18px;
        /*font-weight:bold;*/
        overflow-wrap: break-word;
      }

      p3{
        font-family:'DINPro Light';
        color:#e69d9d;
        transform: scale(.95, .87);
        line-height: 100%;
        letter-spacing: -1px;
        font-size:22px;
        text-shadow: 1px 2px #3f3f3f;

      }

/* Main body text for game pages */
      p4{
        font-family:'DINPro Light';
        color: #e69d9d;           /*  pink  */
        transform: scale(.95, .87);
        line-height: 110%;
        letter-spacing: -1px;
        font-size:22px;
        text-shadow: 1px 2px #3f3f3f;
        text-align: left;

      }


      /* ===================================================================*/
      /* ===================================================================*/

/* RWD for Phone screens */

  @media only screen and (orientation: portrait) {
        #pagebody{
            /*background:#ffd700;  bright yellow*/
            color: lightblue;
            width: 100%;

            padding-top: 1px;
            background-size: 100% 8px;
            margin-top: auto;
            overflow-x: hidden;  /* IMPORTANT!! */
             /*border: 1px solid MAGENTA;  */
        }

        body{ position:absolute;    /* needed or page won't display with the */
                                   /* correct width on Chrome mobile  */
        }

        header{
          border-top:#000000 5px solid;
          width:100%;
          /*height: 25vh;*/   /* 25vh = 25% of the viewport (screen) height*/
          /*height: 45vw;*/
          /*background-size: 150% auto, 100% 85%,100% 8px;*/

                     /* was 150% auto */
          background-size: 150% 109%,       /*  black_fade.png    */
                           100% 8px;      /*   pagebody.png      */
          background-position: center top;

          height: 45vw;  /* 45% of the viewport width */


          max-width: 100%;
          overflow: hidden;
          /*border: 1px solid coral;*/
          /*overflow: hidden;  /* does nothing */   */
          /*object-fit: contain; /* does nothing */  */


        }

        .logo{

          width: 70vw;
          height:auto;


          margin-top: -46%;
          margin-bottom: 9%;

          margin-left: 50vw;
          transform: translate(-50%);

          /*border: 3px solid yellow;*/
        }

        #bodyText     /* You have ventured into the mind of ....  */
        {
          position:relative;
          width:95%;
          margin-left: -10px;
          /*border: 3px solid red;*/
        }

        nav{
          width:99%;
           position: relative;
           text-align: center;
           margin-bottom: 0;
           /*border: 3px solid yellow;*/
           height: auto;

        }


        .banner-video {
          position: static;
          margin-left: 50vw;            /* centers the video */
          transform: translate(-50%);   /* centers the video */


          width:152%;


          overflow: hidden;
          /*object-position: top center;*/
          /*object-fit: cover;*/

          /*border: 2px solid #ff00ff;*/  /* HOT PINK O YAA */

        }

        .seperator{
          float:none;
          position: static;
          margin-left: 50vw;            /* centers the video */
          transform: translate(-50%);   /* centers the video */

          width:100%;
          overflow: hidden;


          /*border: 3px solid #ff00ff;*/
        }



        .stream_and_download{
          float:inherit;
          width:100%;
          margin-left:0px;
          text-align: center;
          margin-bottom: 2vh;
          margin-top: 1vh;

        }





        .wimpyContainer{

              width:85%;
              /*height: calc(screen.height / 50);*/

              height:300px;

              float:inherit;
              margin-left: auto;
              margin-right: auto;
              padding-left: 0;
              margin-top: 10px;
              margin-bottom: 15px;
              -moz-box-shadow: 10px 9px 5px #212c3d;
              -webkit-box-shadow: 10px 9px 5px #212c3d;
              box-shadow: 10px 9px 5px #212c3d;

          }

        /*  h1 = streaming + download header*/
        h1
        {   text-align: center;
            line-height: 1%;
            font-size:24px;
        }

        .updateBox{
          width:92%;

        }
        .eye-div{
          width:100%;
          position:center;
          clear:both;
          /*border: 2px solid #00cce5;*/
        }

        a:link, a:visited,a:hover, a:active {
          margin-left: auto;
          margin-right: auto;
          padding: 14px 15px;

        }

        ul{
          text-align: center;
          display: inline-block;
        }

        .updatesHeader{
        width:55%;
          margin-top:3%;
        }


        .seperator{
          margin-top: 15px;
        }

        .my_footer{
          /*border: 1px solid yellow;*/
        border-bottom:#000000 10px solid;

        }

        h6{
          padding-top: 50px;
                  font-size:4vw;
        }


        a.textlink2 {color: #5cd668; text-decoration: none; border: none; box-shadow: none; background-color: transparent;
          margin: 0px;
          font-size:4vw;
          padding: 0px 0px;
          font-weight:bold;
          overflow-wrap: break-word; padding: 0px 0px;}
        a.textlink2:current {color: #5cd668;}
        a.textlink2:link {color: #5cd668;}
        a.textlink2:visited {color: purple;}
        a.textlink2:hover {color: white; border: none; background-color: transparent;  box-shadow: none; text-decoration: underline; }
        a.textlink2:active {color: fuschia;}


      }
