/*color pallet*/
:root{
  --Vio-let: #4e3656;
  --Peach: #fde3a7;
  --Cream: #ffeec7;
  --Lagoon: #192841;
  --Tur-quoise: #69c3c0;
}
/*fonts*/
@font-face {
  font-family: "CatFont";
  src: url("CatFont.otf");
}
@font-face {
  font-family: "SunflowerFont";
  src: url("Sunflowers.ttf");
}
/*tags*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* scrollbar only for firefox*/
    scrollbar-color: #4e3656 var(--Peach);
    font-family: 'Courier New',Courier,monospace;
    text-align: center;
    border-color: var(--Lagoon);
    /*cursor can't be svg, I think*/
    cursor:url("pointer.png"), auto;
}
/*scrollbar for other browsers*/
*::-webkit-scrollbar {
    width: 9px;
}
*::-webkit-scrollbar-track {
    background: var(--Peach);
}
*::-webkit-scrollbar-thumb {
    background-color: #4E3656;
    border-radius: 30px;
    border: 3px solid var(--Peach);
}
*:focus {
    outline-color: #4E3656;
    outline-style: double;
    outline-width: medium;
    cursor:url("grabbing.png"), auto;
}
*::selection{
  background-color:#69C3C0;
  cursor:url("grabbing.png"), auto!important;
}
*:active{
  cursor:url("grabbing.png"), auto;
}
/*to hide the little arrows on the details element*/
/*for firefox*/
summary {
    list-style: none;
}
/*for webkit browsers*/
summary::-webkit-details-marker {
    display: none;
}
/*Now adding my own arrow substitute*/
details summary::before {
    content: "♦ ";
}
details[open] summary::before {
    content: "♢ ";
}
a {
  cursor:url("pointer.png"), auto;
  text-decoration: underline dotted;
  color: #4E3656;
  font-weight: bold;
}
a span{
  cursor:url("pointer.png"), auto;
}
body {
    background-color: var(--Peach);
    background-image: url("hand.svg");
    background-repeat: round;
    color: var(--Lagoon);
    border-left: var(--Peach) 9px;
    padding-bottom: 3%;
}
hr {
    border-width: 2px;
    border-style: dashed;
    border-radius: 5px;
    margin: 1% 2% 3% 3%;
}
h1 {
    padding: 0.3em;
    font-size: 350%;
}
h2 {
    padding: 1em;
    font-size: 250%;
}
h3 {
  font-weight: bold;
  font-size: 150%;
}
summary {
    cursor: pointer;
    text-decoration: underline dotted;
    padding: 0.5em;
    font-size: 180%;
    font-weight: bold;
}
button {
    background-color: inherit;
    border: none;
    margin: 1%;
}
td{
  text-align: left;
}
th{
  text-align: right;
}
/*classes*/
.catPoses {
    width: 33%;
}
.stamps {
    margin: 3% 20%;
    width: 60%;
}
.found_stamp {
    margin: 3%;
    width: 15vw;
}
.credits {
    display: inline-block;
    height: 78vh;
    width: 21vw;
    margin: 1%;
    vertical-align: top;
}
.toybox {
    width: 60%;
    display: inline-block;
}
.framedPicture{
  border-image: url("decorativecurlyframe-1922.svg");
  border-image-slice: 13.5% 9% 8.3% 9%;
  border-width: 5vh 3vw 3vh 3vw;
  border-style: solid;
}
.frame {
    height: 78vh;
    width: 75vw;
    overflow: hidden;
    overflow-y: scroll;
    margin-left: 12vw;
    border: solid;
    padding: 0 0 0 1.5vw;
    border-width: 15vh 9vw 9vh 9vw;
    border-image: url("decorativecurlyframe-1922.svg");
    border-image-slice: 13.5% 9% 8.3% 9%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}
.NavLinkImg {
    width: 15vw;
    height: 30vh;
}
.DrolaticHeader {
    display: inline-block;
    width: 9vw;
}
.room {
    width: 54vw;
    margin-left: 26vw;
    margin-bottom: 9vh;
    margin-top: -9vh;
    display: grid;
    grid-template-columns: repeat(6,9vw);
    grid-template-rows: repeat(6,9vh);
    position: relative;
}
.adoptable {
    z-index: 3;
    max-height: 12vh;
    max-width: 12vw;
    filter: drop-shadow(-0.5vw 2vh 3px rgba(0, 0, 0, 0.5));
}
.ShrinePageBody{
  background-image:none;
}
.felixPageBody{
  background-image:url("10.svg");
  background-attachment: fixed;
}
.FelixHeader{
  font-family: 'CatFont','Courier New',Courier,monospace;
}
.GardenHeader{
  font-family: 'SunflowerFont','Courier New',Courier,monospace;
  text-transform: uppercase;
  width: 75vw;
}
.pot{
  width: 254px;
  height: 254px;
  border-radius:15px;
  border-style: solid;
}
.bookcase{
  display: flex;
}
.bookcase td{
  width: 30vw;
}
/*ids*/
#nav {
    width: 100vw;
}
#adoptable1 {
    grid-column: 5;
    grid-row: 5;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: drop-shadow(0.5vw 2vh 3px rgba(0, 0, 0, 0.5));
}
#adoptable2 {
    margin-top: 3vh;
    grid-column: 2;
    grid-row: 4;
}
#adoptable3 {
    margin-right: 3vh;
    grid-column: 4;
    grid-row: 4;
}
#adoptable4 {
    grid-column: 3;
    grid-row: 6;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: drop-shadow(0.5vw 2vh 3px rgba(0, 0, 0, 0.5));
}
#adoptable5 {
    grid-column: 5;
    grid-row: 6;
    margin-left: 3vw;
    z-index:4;
}
#adoptable6 {
    grid-column: 1;
    grid-row: 6;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: drop-shadow(0.5vw 2vh 3px rgba(0, 0, 0, 0.5));
}
#cradle {
    max-height: 36vh;
    max-width: 15vw;
    grid-column: 2 / span 2;
    grid-row: 3/ span 2;
    z-index: 2;
    filter: drop-shadow(-3vw 1vh 9px rgba(0, 0, 0, 0.5));
}
#lamp {
    max-height: 21vh;
    grid-column: 5 / span 1;
    grid-row: 2/ span 2;
    z-index: 2;
    filter: drop-shadow(0vw 0vh 3px rgba(0, 0, 0, 0.5));
}
#rug {
    max-height: 30vh;
    max-width: 54vw;
    grid-column: 1 / span 5;
    grid-row: 4/ span 2;
    z-index: 0;
    filter: drop-shadow(-0.5vw 0.5vh 9px rgba(0, 0, 0, 0.5));
}
#iso {
    max-width: 100vw;
    margin-left: 30%;
    max-width: 100vw;
}
#HmBttn {
  position: absolute;
  right: 0;
  width: 9vw;
}
#DrolaticAbout {
    margin-top: 0vh;
    width: 15vw;
    margin-left: 42vw;
    margin-right: 42vw;
}
#paragraphAbout {
    margin-bottom: 3vh;
}
#toybox {
    margin-top: -3vh;
}
#lost{
  height: 97vh;
}
/*css for that one quiz result*/
#center{
  width: 51vw;
  margin-left:24%;
}
#big{
  background-color: #F0E68C;
  font-size: 120%;
  border-style: dashed;
  border-width: 1%
}
#center a{
  background-color: #F0E68C;
}
/*Css For 250x250 webgarden*/
@media (min-width: 251px) {
  .plant{
    display: none;
  }
}
@media (max-width: 250px) and (min-width:245px){
  .notPlant{
    display: none;
  }
  .plant{
    height: 100vh;
    width: 100vw;
    background-color: var(--Peach);
    background-image: url(hand.svg);
  }
  .arrow{
    font-size: 150%;
  }
  a{
    text-decoration: none;
    font-size: 90%;
  }
}

/* Sticker Sheet Club Styling
http://www.stickersheetclub.neocities.org
*/
.ssclubcontainer{
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Table Styling */
.ssclubtable {
  background-color: #fdc2ce;
  border: 1px solid #fdc2ce;
  width: 249px;
}
.ssclubheader_1 {
  background-image:url('stickersheetheader.png');
  background-repeat: no-repeat;
  background-position: top center;

}
.ssclubfancytext{
  font-family: Verdana;
  font-size: 12px;
  color: #e55a76;
}
/* Space between the stickers */
td img {
  padding:0px 6px;
}
/* Black shadow around stickers
You can change or remove this if you want */
.stickersimg img {
filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}
.ssclubfooter_1 {
background-color: #fff;
border: 1px solid #fdc2ce;
}
