/* ---------------------------------------------- */
/* ---------------------------------------------- */
/*CONTENT media queries */
/* ---------------------------------------------- */

          /* ----------------------- */
          /*------ COMPUTER ---------*/
          /* ----------------------- */
      @media screen and (max-width: 2000px) {
          .hoard{
                  width: 100%;
                  height: 100vh;
                  background-color: var(--bgpinkdark);
                  border: 3px dashed var(--borderpink);
                  display: flex;
                  flex-direction: column;
                  padding: 2%;
                }
                h.hoardtxt{
                  color: white;
                  text-shadow: 1px 1px 10px rgba(247, 228, 255, 0.438);;
                  font-size: 20px;
                  margin-bottom: 2%;
                  text-align: center;
                }
                .graphicscontainer{
                  width: auto;
                  height: auto;
                  display: flex;
                  flex-direction: row;
                  flex-wrap: wrap;
                  justify-content: center;
                  overflow-y: scroll;
                }
                .blinks{
                  width: 150px;
                  height: 20px;
                  padding: 2px;
                }
                .stamps{
                  width: 99px;
                  height: 56px;
                  padding: 2px;
                }
      }

          /* ----------------------- */
          /*------ MOBILE ---------*/
          /* ----------------------- */
      @media screen and (max-width: 600px) {
                
        }
