/* ---------------------------------------------- */
/* SACKBOY media queries */
/* ---------------------------------------------- */

   @media screen and (max-width: 2000px) {
         .rblogo{
            position: absolute;
            width: 22%;
            height: auto;
            z-index: 2;
            right: 9%;
            top: 6%; 
          }
      }
   @media screen and (max-width: 650px) {

        }


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/*CONTENT media queries */
/* ---------------------------------------------- */

          /* ----------------------- */
          /*------ COMPUTER ---------*/
          /* ----------------------- */
      @media screen and (max-width: 2000px) {
       

    }

          /* ----------------------- */
          /*------ MOBILE ---------*/
          /* ----------------------- */
      @media screen and (max-width: 600px) {
                
        }
