/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
.broider_symbol {
    border-image:  url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAC20lEQVR4AeycAU7DMBAEoU/gLf3/C/oWvgCyhCozVrza+pxW6iJF5Hp7580knEwRvdy+bz9nHh/mF72Z5R+s3x1fXIPRzwkE6JyPnQ1QG9m8QAK9fl0/+4Pt+lw7Z56xO8Oq69mvee4PN0+9BMqCxHMCATrnY2cD1EY2LxiA9vOknbO8vdYf1Xm3n6vvvbfz6voBKBdI7BEIUI+XVAeoROQJBqDcJ7Ld7fv273f/6nyba/3B/n2unTP/bP8DUBpM7BEIUI+XVAeoROQJBqBtLvUH2/W5dl6dZz81E6lvnvrj7PwAlAYSewQC1OMl1QEqEXmCAaiaWcn//xsccQ9AKUjsEQhQj5dUB6hE5Akk0NWZ+Wfn/q3fI55xfl/44KT6+iTQAx95+YBAgB6AefTlAH2U3EHdhXOMut15rlcd7/bP/nlCi+9ggAZoMYHidvIJrd6nFftfbld9fRLosuM3axCgxTc8QJ8NlPsuxoX+TmlF/4xdE3lCXWJCH6ACkJsOUJeY0A//p0S9milqH8d+rxYr/+715wktvsMBGqDFBIrbyfdDV2dMsd/ydu6MpAHW50eehBbjAF0EyPIAJZHF2AbKmcp40c9quV1P/4zdhjZQd4F30wdo8R0P0LOBcp/F9VWe+leLlX+V5/XkCSWRxThAFwGyPEBJZDGW74eqfdlqftG/LF/159bnCZW3xBMEqMdLqgNUIvIEEqjah6k87XAm7Y65PuPr17X0c6kkUBpIPCcQoHM+djZAbWTzggGomonJzz8LcAA655+sIhCgipCZD1ATmJIPQLkvZIPdea6nZjb1u/2p/gNQGkzsEQhQj5dUB6hE5AkGoGpm7c6rGaXyu/399b///k/cA1AKEnsEAtTjJdUBKhF5ggGomlG787Sv1nP1qt9qfgBKg4k9AgHq8ZLqAJWIPIEEujpTaIf7OBVX17Nf9fVJoDSQeE4gQOd87GyA2sjmBb8AAAD//84vAI0AAAAGSURBVAMAOunkII67jqQAAAAASUVORK5CYII=") 28 /  28px / 0 round;
    border-width:  32px;
    border-style:  solid;
}
.border_box {
  width: fill;
  height: fill;
}
.header {
          background-color: #CCEECC;
          background-image: url("/images/Background_graphy.png");
          background-position: center;
          padding: 2px;
          text-align: center;
          max-width: 100%;
      }
.header h2 {
          color: white;
          margin: 0;
      }
.grid-container-triptych {
        display: grid;
        grid-template-columns: 1fr 3fr 1fr;
        grid-template-rows: 1fr;
        gap: 5em;
      }
.triptych-item {
        padding: 0em;
        border-radius: 20px;
      }
    @media (max-width: 768px) {
      .triptych-item {
          background-image: linear-gradient(to bottom, #CCEECC00, #CCEECC00);
        }
        .grid-container-triptych { 
        grid-template-columns: 1fr;
        gap: 2em;
        }
      }
.grid-container-showcase {
        display: grid;
        grid-template-columns: 1fr 12fr 1fr;
        grid-template-rows: minmax(1fr, 1fr);
        gap: .5em;
        justify-content: stretch;
        align-content: stretch;
        align-items: stretch;
        max-width: 100%;
        overflow: hidden;
        margin: .25em;
      }
.showcase_sidebar {
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        gap: .25em;
      }
.showcase_central{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        border-radius: 10px;
        justify-content: center;
        align-content: stretch;
        align-items: stretch;
        gap: .5em;
      }
.showcase_item {
        padding: 1em;
        background-color: white;
        border-radius: 20px;
        padding-bottom: 2.5em;
        font-size: 1rem;
        align-self: stretch;
        flex-grow: 2;
        image-rendering: pixelated;
      }   
.showcase_peach {
          background-color: #ffd3bd;
          background-image: url("/images/Background_graphy.png");
          background-position: center;
          padding: 12px;
          text-align: center;
          max-width: 100%;
          height: 100%;
      }
.showcase_lime {
          background-color: #cceecc;
          background-image: url("/images/Background_graphy.png");
          background-position: center;
          padding: 12px;
          text-align: center;
          max-width: 100%;
          height: 100%;
      }
      @media (max-width: 768px) {
        .grid-container-showcase {
          grid-template-columns: 1fr;
        }
        .showcase_sidebar { 
          zoom: 0.3;
          -moz-transform: scale(0.3);
          flex-direction: row;
          overflow: hidden;
        }
        .showcase_sidebar .showcase_item {
          text-wrap: nowrap;
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;

        }
      }
      
.grad_menu {
          overflow: hidden;
          background-image: linear-gradient(180deg, #cceecc 0.0%, #d6eac2 9.1%, #e1e6ba 18.2%, #ebe1b5 27.3%, #f4dcb4 36.4%, #fbd7b7 45.5%, #ffd3bd 54.5%, #ffd0c7 63.6%, #ffcdd0 72.7%, #fdcbda 81.8%, #f6cbe4 90.9%, #eeccee 100.0%);
      }
.grad_menu_inv {
          overflow: hidden;
          background-image: linear-gradient(0deg, #cceecc 0.0%, #d6eac2 9.1%, #e1e6ba 18.2%, #ebe1b5 27.3%, #f4dcb4 36.4%, #fbd7b7 45.5%, #ffd3bd 54.5%, #ffd0c7 63.6%, #ffcdd0 72.7%, #fdcbda 81.8%, #f6cbe4 90.9%, #eeccee 100.0%);
          color: white;
          padding: 8px;
      }
.grad_menu_teal {
          overflow: hidden;
          background-image: linear-gradient(90deg, #222888 0.0%, #0f4092 9.1%, #005593 18.2%, #006896 27.3%, #007a9c 36.4%, #188ba1 45.5%, #3e9ba2 54.5%, #5ea9a5 63.6%, #7cb7aa 72.7%, #98c4b2 81.8%, #b3d0bd 90.9%, #ccddcc 100.0%);

      }
.grad_menu a {
            float: left;
            display: block;
            color: #CCEECC;
            text-align: center;
            padding: 1% 1%;
            text-decoration: none;
      }
.grad_menu a:hover {
            background-color: #CCEECC;
            color: #EECCEE;
      }
      
div.scrollmenu {
      background-image: linear-gradient(180deg, #cceecc 0.0%, #d6eac2 9.1%, #e1e6ba 18.2%, #ebe1b5 27.3%, #f4dcb4 36.4%, #fbd7b7 45.5%, #ffd3bd 54.5%, #ffd0c7 63.6%, #ffcdd0 72.7%, #fdcbda 81.8%, #f6cbe4 90.9%, #eeccee 100.0%);
      overflow: auto;
      white-space: nowrap;
      image-rendering: pixelated;
    }
div.scrollmenu a {
      display: inline-block;
      color: white;
      text-align: center;
      padding: 8px;
      text-decoration: none;
    }

div.scrollmenu a:hover {
      background-color: #CCEECC;
      color: #EECCEE;
    }

.outline-text {
  color: #EECCEE;
  text-shadow:
    -1px 0px 0px #503040,
    0px -1px 0px #503040,
    1px 0px 0px #503040,
    0px 1px 0px #503040,
    -2px 0px 0px #503040,
    0px -2px 0px #503040,
    2px 0px 0px #503040,
    0px 2px 0px #503040,
    -2px 1px 0px #503040,
    1px -2px 0px #503040,
    2px 1px 0px #503040,
    1px 2px 0px #503040,
    -2px -1px 0px #503040,
    -1px -2px 0px #503040,
    2px -1px 0px #503040,
    -1px 2px 0px #503040,
    -1px -1px 0px #503040,
    1px 1px 0px #503040,
    1px -1px 0px #503040,
    -1px 1px 0px #503040;
}
.outline-text-white {
  text-shadow:
    -1px -1px 0px white,
    1px 1px 0px white,
    1px -1px 0px white,
    -1px 1px 0px white,
    -2px -2px 0px white,
    2px 2px 0px white,
    2px -2px 0px white,
    -2px 2px 0px white;
}
.outline-text-black {
  text-shadow:
    -1px -1px 0px black,
    1px 1px 0px black,
    1px -1px 0px black,
    -1px 1px 0px black,
    -2px -2px 0px black,
    2px 2px 0px black,
    2px -2px 0px black,
    -2px 2px 0px black;
}
.multi-shadow-text {
  color: #EECCEE;
  text-shadow:
    -1px -1px 0px #503040,
    1px 1px 0px #503040,
    1px -1px 0px #503040,
    -1px 1px 0px #503040,
    2px 2px 0px #613d4686,
    3px 3px 0px #613d4686,
    4px 4px 0px #724b4c86,
    5px 5px 0px #724b4c86,
    6px 6px 0px #815a5265,
    7px 7px 0px #815a5249,
    8px 8px 0px #8f6a5937,
    9px 9px 0px #8f6a5928,
    10px 10px 0px #9c7c6221,
    11px 11px 0px #9c7c6216,
    12px 12px 0px #a78e6d12,
    13px 13px 0px #a78e6d09,
    14px 14px 0px #b0a17a07,
    15px 15px 0px #b0a17a05,
    16px 16px 0px #b8b48a03,
    17px 17px 0px #b8b48a02,
    18px 18px 0px #bfc79e02,
    19px 19px 0px #bfc79e01,
    20px 20px 0px #c6dbb401,
    21px 21px 0px #c6dbb401;
}
.pirata-one-regular {
  font-family: "Pirata One", system-ui;
  font-weight: 400;
  font-style: normal;
}
.jacquarda-bastarda-9-charted-regular {
  font-family: "Jacquarda Bastarda 9 Charted", serif;
  font-weight: 400;
  font-style: normal;
}
.monofett-regular {
  font-family: "Monofett", monospace;
  font-weight: 400;
  font-style: normal;
}
.sixtyfour-<uniquifier> {
  font-family: "Sixtyfour", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "BLED" 0,
    "SCAN" 0;
}
.micro-5-regular {
  font-family: "Micro 5", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.micro-5-charted-regular {
  font-family: "Micro 5 Charted", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}


.doto-<uniquifier> {
  font-family: "Doto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "ROND" 0;
}

.bitcount-prop-double-ink-<uniquifier> {
  font-family: "Bitcount Prop Double Ink", system-ui;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0,
    "SZP1" 0,
    "SZP2" 0,
    "XPN1" 0,
    "XPN2" 0,
    "YPN1" 0,
    "YPN2" 0;
}

.bitcount-prop-single-ink-<uniquifier> {
  font-family: "Bitcount Prop Single Ink", system-ui;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0,
    "SZP1" 0,
    "SZP2" 0,
    "XPN1" 0,
    "XPN2" 0,
    "YPN1" 0,
    "YPN2" 0;
}

.agu-display-<uniquifier> {
  font-family: "Agu Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "MORF" 0;
}

.pixelify-sans-<uniquifier> {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.asimovian-regular {
  font-family: "Asimovian", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nabla-<uniquifier> {
  font-family: "Nabla", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "EDPT" 100,
    "EHLT" 12;
}
.nova-flat-regular {
  font-family: "Nova Flat", system-ui;
  font-weight: 400;
  font-style: normal;
}
.righteous-regular {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.amarante-regular {
  font-family: "Amarante", serif;
  font-weight: 400;
  font-style: normal;
}


h1 {
  font-family: "Jacquarda Bastarda 9";
  font-size: 3rem;
}
h2 {
  font-family: "Sixtyfour";
  font-size: 2rem;
}
h3 {
  font-family: "Pixelify Sans"; /* "VT323"; */
  font-size: 1.15rem;
  letter-spacing: 1px;
}
h4 {
  font-family: "Pirata One";
  font-size: 1.5rem;
}
h5 {
  font-family: "Monofett";
  font-size: 2rem;
}
h6 {
  font-family: "Nabla";
  font-size: 2rem;
}
h7 {
  font-family: "Micro 5 Charted";
  font-size: 2rem;
}



body {
  background-color: #503040;
  color: #EECCEE;
  text-align: center;
  transform-origin: top left;
  transform: scale(1);
  font-family:  "Micro 5", system-ui;
  font-size: 1.25rem;
}
/* 1. Unvisited link */
a:link {
    color: #a0e8b4;
}

/* 2. Visited link */
a:visited {
    color: #a0e8b4;
}

/* 3. Hover state (mouse pointer over it) */
a:hover {
    color: white;
}

/* 4. Active state (the exact moment it is clicked) */
a:active {
    color: #EECCEE;
}
      .flipH {
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      filter: FlipH;
      -ms-filter: "FlipH";
      }

      
      .base-image{
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
      }
      .overlay-image{
        width: 100%;
        height: 100%;
      }
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      