@import url('https://fonts.googleapis.com/css2?family=Metal+Mania&family=Shadows+Into+Light&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');/* ---------------------Fonts & Colors! (as of summer 2025)------- 
  
  #fff3e6: Linen (background)
  #2f282d: Dark Purple (text)
  #c5e3db: Aqua for highlighting external links
  #ffd1c9: Peach for highlighting internal links
  
  8b5058: Hello button dusty rose
  7e5442: About button orange
  6f7a5a: Garden button green
  486261: Art button Dar-qua
  886288: Goodbye button dusty Purple
  
  
  DARK MODE COLORS!
  2f282d: Dark Purple (background)
  fff3e6: Linen (text)
  486261: Dark Mode Aqua for highlighting external links
  9e5e5e: Dark Mode Peach for highlighting internal links
  
  
  what are even these idk
  d2527f: New Rose
  a5a751: Rotten Seaweed
  6b8e23: New Rotten Seaweed
  283044: Navy
  BE7B7B: Old Rose (internal links)
*/


/*----------------------------------------------------------CSS RESET, Courtesy of https://www.joshwcomeau.com/css/custom-css-reset/*/
/*more-intuitive box-sizing model*/
*, *::before, *::after {
    box-sizing: border-box;
}
/*remove default margins*/
* {
    margin: 0
}
/*Add accessible line-height and improve text rendering*/
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
/*Improve media defaults*/
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    margin: auto;
}
/*Inherit fonts for form controls*/
input, button, textarea, select {
    font: inherit;
}
/*Avoid text overflows*/
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
    hyphens: auto;
}
/*Improve line wrapping*/
p {
    text-wrap: pretty;
    margin-bottom: 1em;
}
/*Create a root stacking context*/
#root, #__next {
    isolation: isolate;
}
/*Kill all bullet points*/
li {
    list-style: none;
}


    @media screen 
    and (max-device-width: 600px)
    and (min-device-width: 300px) 
    {
      #frame {
        margin-top: 10px;
        background-color: #fff3e6;
        text-align: center;
        display: block;
      }
      h1 {
        font-size: 10px;
      }
      h2 {
        font-size: 40px;
      }
      .navfootbuttons {
        float: none;
        margin-top: 5px;
      }
      #content {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
      }
      .ymbuttontooltip:hover .ymbuttontext, 
      .ymbuttontooltip .ymbuttontext {
        display: none;
      }
      main {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
      }      
      
    }

body  {
  background-image: url("../img/site/SpaceBackground.jpg");  
  background-color: #2f282d;
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: "Courier New", monospace;
  font-weight: 300;
  font-size: 13px;
  color: #2f282d;
  overflow: scroll;
}

/*--Formerly Yogo Magpie; revamp to turn into page titles--*/
h1  {
  font-family: "Tomorrow", monospace;
  font-size: 24px;
  text-transform: uppercase;
  color: #886288;
  }
/*--Formerly nav links; revamp to sub-titles--*/
h2  {
  font-family: "Tomorrow", monospace;
  font-size: 20px;
  color: #886288;
}
/*--Formerly purple headers; revamp to sub-sub-titles--*/
h3  {
  font-family: "Courier New", monospace;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  color: #55635f;}
/*--Formerly Little Green Headers; revamp to sub-sub-sub-titles--*/
h4  {
  font-family: "Courier New", monospace;
  font-size: 16px;
  color: #55635f;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: #2f282d;
  text-decoration-line: none;
}
 
.internal {
  background-image: linear-gradient(
    to right,
    rgba(255,0,0,0),
    #ffd1c9 10%,
    #ffd1c9 90%,
    rgba(255,0,0,0)
  );
}

/*internal links on dark background*/
.internaldm  {
  background-image: linear-gradient(
    to right,
    rgba(255,0,0,0),
    #9e5e5e 10%,
    #9e5e5e 90%,
    rgba(255,0,0,0)
  );
  color: #fff3e6;  
}

.external {
  background-image: linear-gradient(
    to right,
    rgba(255,0,0,0),
    #c5e3db 10%,
    #c5e3db 90%,
    rgba(255,0,0,0)
  );
}

/*external links on dark background*/
.externaldm {
  background-image: linear-gradient(
    to right,
    rgba(255,0,0,0),
    #486261 10%,
    #486261 90%,
    rgba(255,0,0,0)
  );
  color: #fff3e6;
}


/* ---------------------Global Image Properties!------- */

img {
  max-width: 100%;
}

figure {
  text-align: center;
  font-size: 11px;
}

#pixelsticker {
  image-rendering: pixelated;
  -webkit-filter: drop-shadow(.5px .5px .5px #2f282d)  
}

    .theend {
      margin-bottom: 20px;
      -webkit-filter: drop-shadow(.5px .5px .5px #2f282d)
    }

/* ---------------------Main Website Box/Frame!------- */
  
#frame {
  background-color: #fff3e6;
  max-width: 666px;
  text-align: center;
  display: block;
}

#content {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  padding-top: 1%;
}

main {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  padding-top: 1%;
}

/* ----------------------Random Elements!------------- */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ae7dae;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 0;
}
    blockquote {
        font-family: 'tomorrow', sans-serif, arial;
        font-weight: 300;
        padding-left: 5px;
        margin: 0 30px 10px 15px; 
        border-left: dotted 2px #886288;
    }

/* ---------------------Header Navigation!-------------------------------- */

.hellobutton {
  font-family: "Tomorrow", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff3e6;
  display: inline-block;
  background-color: #8b5058;
  border-style: solid;
  border-color: #fff3e6;
  border-width: 1px;
  margin-top: 5px;
  margin-right: 3px;
  padding-top: 3px;
  width: 100px;
  height: 30px;
  transform: rotate(-2deg);
  transition-duration: 0.4s;
}

    .hellobutton:hover {
      font-size: 16px;
      background-color: rgba(142, 57, 68, 0.5);
      transform: rotate(1deg);
    }

.aboutbutton {
  font-family: "Courier New", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff3e6;
  display: inline-block;
  background-color: #7e5442;
  border-style: solid;
  border-color: #fff3e6;
  border-width: 1px;
  margin-top: 5px;
  margin-right: 7px;
  padding-top: 1px;
  padding-bottom: 2px;
  width: 95px;
  height: 24px;
  transform: rotate(0.5deg);
  transition-duration: 0.4s;
}

    .aboutbutton:hover {
      background-color: rgba(126, 84, 66, 0.5);
      transform: rotate(-1deg);      
    }

.gardenbutton {
  font-family: "Tomorrow", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff3e6;
  display: inline-block;
  background-color: #6f7a5a;
  border-style: solid;
  border-color: #fff3e6;
  border-width: 1px;
  margin-top: 5px;
  margin-right: 5px;
  padding-top: 2px;
  width: 150px;
  height: 26px;
  transform: rotate(-1deg);
  transition-duration: 0.4s;
}

    .gardenbutton:hover {
      background-color: rgba(111, 122, 90, 0.5);
      transform: rotate(1deg);
    }

.artbutton {
  font-family: "Courier New", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff3e6;
  display: inline-block;
  background-color: #486261;
  border-style: solid;
  border-color: #fff3e6;
  border-width: 1px;
  margin-right: 5px;
  padding-bottom: 1px;
  width: 100px;
  height: 25px;
  transform: rotate(1deg);
  transition-duration: 0.4s;
}

    .artbutton:hover {
      background-color: rgba(130, 150, 145, 0.5);
      transform: rotate(-1deg);
    }


.byebutton {
  font-family: "Tomorrow", sans-serif;
  text-transform: capitalize;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #fff3e6;
  display: inline-block;
  background-color: rgb(136, 98, 136);
  border-style: solid;
  border-color: #fff3e6;
  border-width: 1px;
  margin-top: 5px;
  padding-bottom: 2px;
  width: 125px;
  height: 30px;
  transform: rotate(2deg);
  transition-duration: 0.4s;
}

    .byebutton:hover {
      background-color: rgba(136, 98, 136, 0.5);
      transform: rotate(-1deg);
    }


.subnav {
  font-family: 'Tomorrow', sans-serif;
  font-weight: 500;  
  color: #8b5058;
  text-align: center;
  padding-bottom: 7px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #8b5058;
}
.subnav a {
  color: #8b5058;
}
.subnav .checked {
  text-shadow: none;
  color: #8b5058;
  font-size: 10px;
}
.activesubnav {
  text-decoration: underline; 
  text-decoration-style: wavy; 
  text-decoration-color: #e9b0b7;
}

.nowdates a {
  color: #8b5058;
}
.nowdate1 {
  float: left;
  font-size: 36px;
    line-height: 36px;
    color: tan;
  }
.nowdate2 {
  margin: auto;
  font-size: 20px;
  }
.nowdate3 {
  float: right;
  font-size: 36px;
  color: tan;
  line-height: 36px;
}


/* ---------------------Footer Navigation!-------------------------------- */

.navfoot {
  padding-top: 5px;
  border-top-style: dashed;
  border-top-width: 1px;
  border-top-color: #2f282d;
}

.sitemapbutton {
  font-family: "Tomorrow", sans-serif;
  text-transform: lowercase;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #fff3e6;
  display: inline-block;
  background-color: #ad5171;
  width: 125px;
  height: 25px;
  transform: rotate(-2deg);
  transition-duration: 0.4s;
}

    .sitemapbutton:hover {
      background-color: #863e58;
      transform: rotate(2deg);
    }

.rssbutton {
  font-family: "Courier New", monospace;
  text-transform: capitalize;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff3e6;
  display: inline-block;
  background-color: #b9764b;
  width: 80px;
  height: 25px;
  transform: rotate(1deg);
  transition-duration: 0.4s;
}

    .rssbutton:hover {
      background-color: rgb(177, 97, 47);
      transform: rotate(-3deg);
    }

.navfootbuttons {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 5px;
}

/*-------------- Tooltips!!!! -----------------------*/
.gentooltip {
  position: relative;
  display: inline-block;
}

.gentooltip .gentext {
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  position: absolute;
  width: 150px;
  background-color: #2f282d;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  color: #fff3e6;
  font-size: 11px;
  text-align: center;
  border-radius: 7px;
  padding: 5px 5px;
  z-index: 1;
  bottom: 105%;
  left: 0%;
  margin-left: -10px;
}

.gentooltip .gentext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 70%;
  margin-left: -50px;
  border-width: 5px;
  border-style: solid;
  border-color: #2f282d transparent transparent transparent;
}

.gentooltip:hover .gentext {
  opacity: .9;
  pointer-events: auto;
}




.ymbuttontooltip {
  position: relative;
  display: inline-block;
}

.ymbuttontooltip .ymbuttontext {
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  position: absolute;
  width: 150px;
  background-color: #2f282d;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  color: #fff3e6;
  font-size: 11px;
  text-align: center;
  border-radius: 7px;
  padding: 5px 5px;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
}

.ymbuttontooltip .ymbuttontext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  border-width: 5px;
  border-style: solid;
  border-color: #2f282d transparent transparent transparent;
}

.ymbuttontooltip:hover .ymbuttontext {
  opacity: 1;
  pointer-events: auto;
}

/*---------------------------------- Garden Title Formatting ----------------------------------------------*/

.gardentitle {
  margin-right: 50px;
  text-align: left;
  vertical-align: top;
}
.gardentitletext {
  vertical-align: top;
}

.digimon {
  vertical-align: top;
}

.postdate {
  font-size: 11px;
}

#gardenpost {
  text-align: left;
  margin-bottom: 20px;
  table-layout: fixed;
}


main {
  text-align: left;
  margin-bottom: 20px;
  table-layout: fixed;
}

/*----------------Links Tooltips---------------------*/

.buttontooltip {
  position: relative;
  display: inline-block;
}

.buttontooltip .buttontext {
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  position: absolute;
  width: 66px;
  background-color: #2f282d;
  color: #fff3e6;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  border-radius: 10px;
  padding: 5px 5px;
  z-index: 1;
  bottom: 120%;
  left: 25%;
  margin-left: -35px;
}

.buttontooltip .buttontext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: 36px;
  border-width: 5px;
  border-style: solid;
  border-color: #2f282d transparent transparent transparent;
}

.buttontooltip:hover .buttontext {
  opacity: 1;
  pointer-events: auto;
}


/* ---------------------Footer(Copyright)!------- */

#footer {
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff3e6;
}