html {
  scroll-behavior: smooth;
}

body {
    background-image: url('/scrapbook/greenhouse/img/bg.gif');
    background-repeat: repeat;
    background-position: fixed;
	background-attachment: fixed;
	background-position: center top;
	text-rendering: optimizeLegibility;
}

::selection {
    background-color: #f0c8cc !important;
    color: #3c002e !important;
}

.musicinside ::selection {
    background-color: #00ff00 !important;
    color: #11110e !important;
}

* {
	box-sizing: border-box;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    scrollbar-color: #11110e #00ff75;
	cursor: url("/scrapbook/greenhouse/img/xp.cur"), auto;
}

* img {
    user-select:none;
}

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #378471;
}

*::-webkit-scrollbar-thumb {
    background-color: #f0c8cc;
}

a {
	cursor: url('/scrapbook/greenhouse/img/aa.gif'), auto;
}

a * {
	cursor: url('/scrapbook/greenhouse/img/aa.gif'), auto;
}

.scroll-hug {
  width: 100%;
  display: flex;
  justify-content: center;
}

.deity {
    margin: auto auto auto 8%;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    row-gap: 5em;
}

.knight {
    display:grid;
    width: fit-content;
    height: fit-content;
    grid-template-areas:
    'fairy queen';
    column-gap: 1em;
	flex-shrink: 0;
}

.joeverit {
    display:grid;
    width: fit-content;
    height: fit-content;
    grid-template-areas:
    'graveyard tools nav';
    column-gap: 4em;
    margin: auto auto 5% 0;
	flex-shrink: 0;
}

.header {
  grid-area: header;
  mix-blend-mode: color-dodge;
  color: #7c5a2a;
  text-shadow: 2px 2px #00ff00;
  font-feature-settings: "liga" 1,"clig" 1,"dlig" 1,"ss01" 1,"ss02" 1;
  margin: auto;
  width: 800px;
  text-align: center;
  height: fit-content;
  font-family: 'a';
  font-size: 10rem;
  position: relative;
  font-weight: 100;
  left:-1.48em;
  transition: 0.1s ease-out;
  span {
    font-family:'buds';
    vertical-align: -20px;
  }
  &:hover {
    letter-spacing: 1rem;
    filter: invert(100%);
  }
}

.content {
    grid-area: content;
    height:fit-content;
    max-width: 600px;
}

.blob {
    border: 11px solid transparent;
    filter: drop-shadow(3px 3px 0px rgba(55, 38, 115, 0.35));
    border-image: url(/scrapbook/greenhouse/img/b1.gif) 11 round;
}

.intro {
    background-color: #dcdcdacb;
    height:400px;
    padding: 0.6em;
    border-radius: 6px;
    margin: 1px;
    border: 1px dashed #666c68;
    box-shadow: inset 2px 2px #c8b4e9d7, inset -2px -2px #c8b4e9d7;
    color:#39474b;
    letter-spacing: 0.1rem;
    line-height: 1.2rem;
    display: none;
    overflow: auto;
    scrollbar-color: #6565d0 transparent;
    &.default {
.inner-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
        span {
            display: block;
            margin-top:2em;
            font-family: georgia;
            font-style: italic;
        &::before {
        width:30px;
        height:20px;
        content: "";
        display: inline-block;
        background-repeat: no-repeat;
        position: relative;
        background-image: url('/scrapbook/greenhouse/img/upd.gif');
        left:5px;
        top:3px;
        filter: hue-rotate(10deg);
    }
            span {
                display: inline;
                font-weight: 1000;
                &::before {
                    display: none;
                }
            }
        }
    }
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #6565d0;
}
}

.intro.show {
    display: block;
}

.queen {
    display: grid;
    grid-template-areas:
    'header'
    'content';
    grid-template-rows: auto 1fr;
    row-gap: 1em;
    position: relative;
    top:5em;
}

.fairy {
    grid-area: fairy;
    top:-3em;
    width:700px;
    height:1033px;
    background-image: url('/scrapbook/greenhouse/img/fairy2.gif');
    background-repeat: no-repeat;
    position: relative;
    filter:  drop-shadow(14px 10px 4px rgba(55, 38, 115, 0.35)) drop-shadow(0 0 40px #dcdcdac4) ;
}

.plant {
    position: absolute;
    image-rendering: pixelated;
    img {
        cursor: url('/scrapbook/greenhouse/img/aa.gif'), auto;
        filter: drop-shadow(2px 2px 0 #e9e9e7);
    }
    &.monstera {
        right:100px;
        top:590px;
        img {
        transform: rotate(-4deg);
        }
    }
    &.pothos {
        right:140px;
        top:100px;
        img {
        transform: rotate(1deg);
        }
    }
    &.aglaonema {
        right:325px;
        top:580px;
        img {
        transform: rotate(4deg);
        }
    }
    &.bamboo {
        right:680px;
        top:580px;
        img {
        transform: rotate(-3deg);
        }
    }
    &.bromeliad {
        right:525px;
        top:650px;
        img {
        transform: rotate(1deg);
        }
    }
    img:active {
        transform: scale(1.3) rotate(-6deg);
    }
    img:hover {
        filter: drop-shadow(2px 2px 0 #e9e9e7) drop-shadow(0 0 15px #ffffffee);
    }
}

.plant.active {
    filter: drop-shadow(2px 2px 0 #e9e9e7) drop-shadow(0 0 15px #00ff00) hue-rotate(25deg) saturate(350%);
    mix-blend-mode: hard-light;
    :hover {
        filter: drop-shadow(0 0 3px red);
    }
}

#new {
    &::before {
        top:40px;
        left:0;
        width:31px;
        height:30px;
        content: "";
        position: absolute;
        transform: unset;
        z-index: 5;
        pointer-events: none;
        filter: hue-rotate(5deg);
        display: block;
        background-image: url('/scrapbook/greenhouse/img/new.gif');
    }
}

.oyp {
    text-align: right;
}

.bgr {
    display: block;
    filter: hue-rotate(30deg);
    transform: scaleX(-1);
    float: right !important;
    margin-left:4px;
}

.graveyard {
    margin:0 0 8% 0;
    grid-area: graveyard;
    padding: 0.5em 2em;
    width:900px;
    background-color: #11110e;
    background-image: url('/scrapbook/greenhouse/img/tombstone.gif'),url('/scrapbook/greenhouse/img/spiderweb.gif');
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-blend-mode: color-dodge;
    background-position: center 0;
    image-rendering: pixelated;
    border-radius: 20px;
    box-shadow: 0 0 20px #000, inset 0 0 10px rgba(255, 0, 0, 0.411);
    min-height: 400px;
    text-align: center;
    position: relative;
    .cemetary {
        display: grid;
        grid-template-columns: auto auto auto auto;
    }
    .g {
        margin: 0 30px 30px;
        filter: drop-shadow(5px 3px 1px #000) saturate(160%) brightness(125%) contrast(120%);
        img {
            filter: grayscale(95%) contrast(150%) sepia(3%) brightness(80%);
            opacity: 0.55;
        }
        &:hover {
            filter: invert(100%) drop-shadow(5px 3px 1px #000);
        }
    &.t1 {
        width: 150px;
        height: 229px;
        background-image: url('/scrapbook/greenhouse/img/t1.png');
        overflow: hidden;
        .head {
            margin-top:20px;
            background-image: url('/scrapbook/greenhouse/img/stone.jpg');
            background-clip: text;
            background-repeat: repeat;
            -webkit-background-clip: text;
            color: transparent;
            filter:
            drop-shadow(-1px -1px 0 #333)
            drop-shadow(1px 1px 0 #ccc);
            font-size: 1.3rem;
            font-weight: 1000;
        }
    }
    &.t2 {
        width: 150px;
        height: 229px;
        transform: rotate(-12deg);
        background-image: url('/scrapbook/greenhouse/img/t2.png');
        .head {
            margin-top:70px;
            margin-left:-3px;
            transform: rotate(4deg);
            background-image: url('/scrapbook/greenhouse/img/stone.jpg');
            background-clip: text;
            background-repeat: repeat;
            -webkit-background-clip: text;
            color: transparent;
            filter:
            drop-shadow(-1px -1px 0 #333)
            drop-shadow(1px 1px 0 #ccc);
            font-size: 1rem;
            font-weight: 1000;
        }
    }
    &.t3 {
        width: 150px;
        height: 223px;
        transform: rotate(3deg);
        background-image: url('/scrapbook/greenhouse/img/t3.png');
        .head {
            margin-top:40px;
            margin-left:-20px;
            transform: rotate(5deg);
            background-image: url('/scrapbook/greenhouse/img/stone2.jpg');
            background-clip: text;
            background-repeat: repeat;
            -webkit-background-clip: text;
            color: transparent;
            filter:
            drop-shadow(-1px -1px 0 #333)
            drop-shadow(1px 1px 0 #ccc);
            font-size: 1rem;
            font-weight: 1000;
        }
    }
    &.t4 {
        width: 150px;
        height: 191px;
        transform: rotate(1deg);
        background-image: url('/scrapbook/greenhouse/img/t5.png');
        .head {
            margin-top:50px;
            margin-left:5px;
            background-image: url('/scrapbook/greenhouse/img/stone.jpg');
            background-clip: text;
            background-repeat: repeat;
            -webkit-background-clip: text;
            color: transparent;
            filter:
            drop-shadow(-1px -1px 0 #333)
            drop-shadow(1px 1px 0 #ccc);
            font-size: 0.7rem;
            font-weight: 1000;
        }
    }
    &.t5 {
        width: 150px;
        height: 251px;
        transform: rotate(-3deg);
        background-image: url('/scrapbook/greenhouse/img/t4.png');
        .head {
            margin-top:50px;
            margin-left:-2px;
            background-image: url('/scrapbook/greenhouse/img/stone3.jpg');
            background-clip: text;
            background-repeat: repeat;
            -webkit-background-clip: text;
            color: transparent;
            filter:
            drop-shadow(-1px -1px 0 #333)
            drop-shadow(1px 1px 0 #ccc);
            opacity: 0.86;
            font-size: 1.3rem;
            font-weight: 1000;
        }
    }
    }

    img.grave {
        position: absolute;
        &.one{
            bottom:-20px;
            right:-40px;
            transform: rotate(3deg);
            filter: brightness(120%);
        }
        &.two{
            top:60px;
            left:150px;
            pointer-events: none;
            filter: hue-rotate(30deg) brightness(150%) grayscale(80%);
            opacity: 0.9;
            z-index: 0;
        }
    }
}

svg,.fairy {
    pointer-events: none;
}

.tipjar {
    position: absolute;
    right:166px;
    bottom:-16px;
    img {
        width:57px;
        height:55px;
        image-rendering: pixelated;
    }
    * {
    cursor: url('/scrapbook/greenhouse/img/coin.cur'), auto;
    }
}

.tipjar > #counter {
    position: absolute;
    bottom: 12px;
    left: 15px;
    user-select:none;
    font-size:11px;
    color:#fff7bbe5;
    width:32px;
    font-family: 'ms';
    font-weight: 100;
    transform: translateZ(0);
    text-shadow: -1px 1px 0 #000000a2;
    text-align: center;
    &::before {
        content:"tip jar";
        position: absolute;
        display: block;
        width: 50px;
        font-size:11px;
        font-family: 'ms';
        color:#fffbdbee;
        text-shadow: -1px 1px 0 #000000a2;
        top:-16px;
        left:-9px;
        transform: translateZ(0);
    }
}

h1 {
    position: relative;
    user-select: none;
    img {
        margin: 0 0 0 -9px;
        mix-blend-mode: plus-lighter;
        position: relative;
        z-index: 2;
        &.t {
            margin-right: 0.6em;
        }
    }
}

.clippy, .clippy-balloon {
    position: absolute;
    width:200px;
    z-index: 1000;
}

.clippy-balloon {
    background: #FFC;
    color: black;
    padding: 8px;
    border: 1px solid black;
    border-radius: 5px;
    will-change: transform;
    transition: transform 0.2s ease;
}

.clippy-content {
    max-width: 200px;
    min-width: 120px;
    font-family: 'ms';
    font-size: 11px;
    position: relative;
    text-align: left;
}

.clippy-tip {
    width: 10px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgCAMAAAAlvKiEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAlQTFRF///MAAAA////52QwgAAAAAN0Uk5T//8A18oNQQAAAGxJREFUeNqs0kEOwCAIRFHn3//QTUU6xMyyxii+jQosrTPkyPEM6IN3FtzIRk1U4dFeKWQiH6pRRowMVKEmvronEynkwj0uZJgR22+YLopPSo9P34wJSamLSU7lSIWLJU7NkNomNlhqxUeAAQC+TQLZyEuJBwAAAABJRU5ErkJggg==) no-repeat;
    position: absolute;
}

.clippy-top-left .clippy-tip {
    top: 100%;
    margin-top: 0px;
    left: 100%;
    margin-left: -50px;
}

.clippy-top-right .clippy-tip {
    top: 100%;
    margin-top: 0px;
    left: 0;
    margin-left: 50px;
    background-position: -10px 0;
}

.clippy-bottom-right .clippy-tip {
    top: 0;
    margin-top: -16px;
    left: 0;
    margin-left: 50px;
    background-position: -10px -16px;
}

.clippy-bottom-left .clippy-tip {
    top: 0;
    margin-top: -16px;
    left: 100%;
    margin-left: -50px;
    background-position: 0px -16px;
}

.tools {
    position: relative;
    top:85px;
  width: 300px;
  height: 560px;
  background-color: #62d1c2;
  padding: 1em;
  border-radius: 10px;
  filter: drop-shadow(0 0 10px #000000a2);
  background-blend-mode: lighten;
  background-image: url('/scrapbook/greenhouse/img/lace.png');
  border: 1px dashed #000;
  text-align: justify;
  text-shadow: 1px 1px 0 #ffffffad;
  .external-icon {
    fill:#0004ffb2;
    font-size: 0.8rem;
    padding-right:2px;
    filter: drop-shadow(1px 1px 0 #ffffff);
  }
  a {
    color:#0004ffb2;
    font-weight: 100;
    text-decoration: none;
    padding-left:2px;
    &:hover {
        filter: invert(100%);
    }
  }
    ol {
        padding-left: 1.7em;
        list-style-type: lower-roman;
    }
    ul {
        margin-top:0;
        padding-left: 0.75em;
        list-style-type: disclosure-closed;
    }
}

h4 {
    margin: 0 0 0.3em;
    font-size: 1.5rem;
    letter-spacing: 5px;
    font-family: 'pixelplay';
    font-weight: 100;
    text-shadow: 1px 1px 0 #fff;
    text-align: center;
}

.blank {
  float: right;
  width: 115px;
  height: 336px;
  shape-outside: inset(0 0 0 0);
}

.heart-wrapper {
    position: absolute;
        top:-30px;
        right:-90px;
        z-index: 5;
        transform: scaleX(-1);
    img {
        width: 25px;
        height:16px;
    }
}

.nav {
    position: relative;
    bottom:-40px;
    left:-11.7em;
    grid-area: nav;
    width: 200px;
    height:400px;
    background-color: #5a6227;
    color: #fdfced;
    text-align: center;
    border-width: 8px;
    border-style: solid;
    border-image: url("/img/mus.gif") 8 fill round;
    background-image: url("/scrapbook/greenhouse/img/bubble.gif");
	background-position: center center;
    background-repeat: repeat;
    background-blend-mode: overlay;
    box-shadow: inset 0 0 0 3px #765676;
    text-shadow: 1px 1px 0 #ffffff;
    font-family: georgia;
    border-radius: 6px;
    letter-spacing: 0.13em;
    line-height: 0.9em;
    background-clip: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: hue-rotate(40deg);
    a {
        color:#fdfced;
        font-family: 'pixelplay';
        text-decoration: none;
        line-height: 1.4rem;
        text-shadow: 1px 1px 0 #000;
        &:hover {
            background-color: #41cacabe;
            padding: 0 5px;
            filter: invert(100%);
            border: 1px dashed #000;
            letter-spacing: 0.2rem;
        }
    }
    img {
        filter: invert(100%) saturate(400%) hue-rotate(140deg);
        &.purp {
            position: absolute;
            bottom: 3px;
            filter: drop-shadow(2px 0 0 #ccc);
        }
    }
}

.nav h2::before {
    display: none;
}

h2 {
    letter-spacing: 0.17rem;
    font-weight: 100;
    font-family: 'germania';
    font-size: 2rem;
    -webkit-text-stroke:1px rgb(255, 102, 0);
    color:#ffffff4b;
    text-shadow: 3px -3px 0 #7700ff;
    border-bottom: 1px dashed #88ff00;
    margin: 0.4em 0;
    padding-bottom: 3px;
    span {
        font-family: monospace;
        font-size:1rem;
        text-shadow: none;
        -webkit-text-stroke:transparent !important;
        color:#4f00aa;
    }
    &::before {
        width:30px;
        height:20px;
        content: "";
        display: inline-block;
        background-repeat: no-repeat;
        position: relative;
        background-image: url('/scrapbook/greenhouse/img/red5.gif');
        left:5px;
        filter: drop-shadow(1px -1px 0 #ffffff9d);
    }
}

h3 {
    margin-top:-1em;
    font-family: georgia;
    font-weight: 100;
    font-style: italic;
    font-size:0.8rem;
    padding-left:5px;
    span {
        color:#a33600;
    }
}

span.wp {
    color:rgba(0, 255, 255, 0.829);
    text-shadow: 1px 1px 0 #000;
}

.navinside {
    padding: 0.7em 0.1em 0.1em;
    height: 90%;
    width: 80%;
    border: 1px dashed #fdfced;
	filter: invert(80%);
    background-color: #3d3700;
    background-image: url("/scrapbook/greenhouse/img/bubble.gif");
	background-position: center center;
    background-repeat: repeat;
    background-blend-mode: multiply;
    border-radius: 6px;
    overflow-wrap: break-word;
    overflow: auto;
	  scrollbar-color:#9c9748 transparent;
}

@font-face {
	font-family: 'Pixelplay';
	src: url('/fonts/pixelplay.otf');
}

@font-face {
	font-family: 'germania';
	src: url('/fonts/germania.woff');
}

.globe {
    z-index: 1;
    position: absolute;
    top:365px;
    left:135px;
}

.globe-mask {
    position: absolute;
    width:700px;
    height:1033px;
    z-index: 3;
}

.globe-wrapper {
    position: relative;
	transform:rotate(7deg);
}

canvas {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#map {
    position: fixed;
    top: 0;
    visibility: hidden;
}

.country-trigger {
	width:fit-content;
}

#country {
    display: none;
}

@font-face {
	font-family: 'a';
	src: url('/fonts/archoblast.otf');
}

@font-face {
	font-family: 'buds';
	src: url('/fonts/buds.ttf');
}

@font-face {
	font-family: 'ms';
	src: url('/fonts/ms_sans_serif.woff2');
}

@media (max-width: 768px) {
.fairy {
    display: none;
}
.deity {
    margin: 0;
    padding: 0;
}
.header {
    left: auto;
    font-size: 6rem;
    width: 100%;
    & span {
        vertical-align: -10px;
    }
     &:hover {
        letter-spacing: 0.2rem;
     }
}
.joeverit {
    grid-template-areas:
    'graveyard'
    'tools'
    'nav';
    margin:auto;
    width: 90%;
    column-gap: 0;
}
.graveyard {
    margin: auto;
    padding: 0.5em 2em 7em;
    width: 100%;
  & .cemetary {
    grid-template-columns: auto;
    justify-content: center;
}
  & img.grave {
    &.two {
        left: 0;
        width: 100%;
        image-rendering: pixelated;
    }
     &.one {
        bottom:-10px;
        right:0;
     }
  }
}

.tipjar {
    bottom:-13px;
    left:120px;
    right:unset;
}

h1 {
  & img {
    width:7%;
  }
}

  .knight {
    padding:0;
    margin: auto auto 3em;
    width:98%;
    grid-template-areas:
    'fairy'
    'queen';
  }

  .tools {
    width: 100%;
    height: fit-content;
    margin: auto;
    top:60px;
  }

  .blank {
    display: none;
  }

  .nav {
    top:110px;
    bottom: 0;
    left:0;
    width: 100%;
    margin: auto auto 15em;
    height: fit-content;
  & img {
    &.purp{
        right:0;
    }
    }
  }
  .navinside {
    margin: 10% 0;
    padding:1em;
  }
  .plant {
     &.pothos {
        left:0;
        top:140px;
        right:unset;
     }
     &.bamboo {
        top: 140px;
        right: unset;
        left:90px;
     }
     &.monstera {
        top:150px;
        right:unset;
        left:140px;
     }
     &.aglaonema {
        right: unset;
        bottom: 5px;
        top: unset
     }
     &.bromeliad {
        right: unset;
        left:160px;
        top:unset;
        bottom: 15px;
     }
  }
.intro {
  &.default {
    & .inner-wrapper {
    }
}
}
.content {
    max-width: unset;
    margin: auto;
    overflow: hidden;
}
.blob {
    margin-top:12em;
    margin-bottom: 15em;
}
}