.quicksand-regular {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "willowscript";
  src: url("https://katbots.neocities.org/Backgrounds/Willowscript-Regular.ttf") format("truetype");
}


html, body {
    overflow: hidden; /* Disable scrollbars */
}

body {
    background: #fcf2da url('https://katbots.neocities.org/Backgrounds/ponyobackground.webp');
    background-size: cover;  background-attachment: fixed;
    background-position:center;
    font-family: "Quicksand";
    font-size: 13px;
    min-height: 100vh;
    max-height: 100vh; /* Constrain to viewport height */
    width: 100vw; /* Constrain to viewport width */
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: url("http://www.rw-designer.com/cursor-extern.php?id=165986"), auto;
    
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}

.center-container {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}



.book-stack {
  position: relative;
  width: 410px; /* match .book width */
  height: 475px; /* match .book height */
}

.book {
    position: relative;
    padding: 0;
    width: 420px;
    height: 485px;
    background: url("https://katbots.neocities.org/Backgrounds/bookmark.webp");
    background-size: cover;
    background-repeat: no-repeat;
    rotate: 5deg;
    z-index: 100;
}

.book:hover {
    transform: scale(1.01); 
}

.bookmark1 {
    position: absolute;
    top: -40px;
    left: 40px;
    width: 130px;
    height: 80px;
    background: url("https://katbots.neocities.org/Backgrounds/bookmark1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    rotate: 5deg;
    z-index: 50;
    transition: transform 0.2s ease;
}

.bookmark1:hover {
    transform: scale(1.08);
}




.bookmark2 {
    position: absolute;
    top: -40px;
    left: 240px;
    width: 120px;
    height: 70px;
    background: url("https://katbots.neocities.org/Backgrounds/bookmark2.webp");
    background-size: cover;
    background-repeat: no-repeat;
    rotate: 5deg;
    z-index: 50;
    transition: transform 0.2s ease;
}

.bookmark2:hover {
    transform: scale(1.08);
    transform: rotate(-10deg);
}


.bookmark3 {
    position: absolute;
    top: 40px;
    left: 410px;
    width: 68px;
    height: 130px;
    background: url("https://katbots.neocities.org/Backgrounds/bookmark3.webp");
    background-size: cover;
    background-repeat: no-repeat;
    rotate: 7deg;
    z-index: 50;
    transition: transform 0.2s ease;
}

.bookmark3:hover {
    transform: scale(1.08); 
}

.homebutton{
    background: url("https://katbots.neocities.org/Backgrounds/pencil.webp");
    top: 0px; left:0px; width: 200px; rotate: -15deg;
}
.homebutton:hover{
    transform: scale(1.08);
}



.box-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: stretch;
    padding: 0px 20px;
    gap: 24px;
    box-sizing: border-box;
    flex: 1;
}

.bookmark-label {
  position: relative;
  color: #fcf2da;
  font-size: 1.1em;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  padding: 2px 8px;
  white-space: nowrap;
  z-index: 60;
}

ul.tom-bullet {
  list-style: none;
  padding-left: 20px; /* adjust as needed */
  font-size: 1em;
  font-family: "Quicksand";
  font-weight: bold;
}
ul.tom-bullet    li {
    background: url('https://katbots.neocities.org/Backgrounds/bullet3.png') no-repeat left center;
    background-size: 23px 23px; /* adjust size */
    background-position: left center;
    padding-left: 30px; /* space for the image */
    min-height: 20px;   /* ensures enough height for the image */
    padding-bottom: 5px;/* space between items */ 
    padding-top: 5px;   
}

.tom-bullet li.icon1 {
  background-image: url('https://katbots.neocities.org/Backgrounds/bullet1.png');
}
.tom-bullet li.icon2 {
  background-image: url('https://katbots.neocities.org/Backgrounds/bullet2.png');
}
.tom-bullet li.icon3 {
  background-image: url('https://katbots.neocities.org/Backgrounds/bullet3.png');
}



.overlay-img {
  position: absolute;
  transform: translateX(-50%);
  z-index: 100;
  pointer-events: none; /* so clicks go through to box */
}


.site-footer {
  width: 100vw;
  font-family: "willowscript";
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px 0 8px 0;
  font-size: 1.3em;
  color: #e7ffc9;
  z-index: 100;
  letter-spacing: 0.5px;
}


#notebase {
  position: absolute;
  display:none; /* Initially hidden */
  z-index: 250;
  width: 330px;
  height: 475px;
  background: url("https://katbots.neocities.org/Backgrounds/note.webp");
  background-size: cover;
  text-align: left;
  padding-top:10px;
  padding:25px;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
}


#note1 {
  position: absolute;
  display:none; /* Initially hidden */
  z-index: 250;
  width: 340px;
  height: 525px;
  background: url("https://katbots.neocities.org/Backgrounds/note.webp");
  background-size: cover;
  text-align: left;
  padding-top:10px;
  padding:25px;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
}

#note2 {
  position: absolute;
  display:none; /* Initially hidden */
  z-index: 250;
  width: 330px;
  height: 510px;
  background: url("https://katbots.neocities.org/Backgrounds/note2.webp");
  background-size: cover;
  text-align: left;
  padding-top:10px;
  padding:25px;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
}

#note3 {
  position: absolute;
  display:none; /* Initially hidden */
  z-index: 250;
  width: 240px;
  height: 340px;
  background: url("https://katbots.neocities.org/Backgrounds/note4.webp");
  background-size: cover;
  text-align: left;
  padding-top:10px;
  padding:25px;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
}

#navigation-panel {
  position: absolute;
  display: block;
  z-index: 200;
  width: 210px;
  height: 215px;
  background: url("https://katbots.neocities.org/Backgrounds/postit2.webp");
  background-size: cover;
  text-align: left;
  padding:10px;
  top: -110px; left: -390px;
  rotate: -3deg;
}



#note1header {
  padding: 10px;
  cursor: move;
  z-index: 10;
  color: #fe9d00;
  font-family: "willowscript";
  font-size:1.5em;
}
#note2header {
  padding: 10px;
  cursor: move;
  z-index: 10;
  color: #fe9d00;
  font-family: "willowscript";
  font-size:1.5em;
}
#note3header {
  padding: 10px;
  cursor: move;
  z-index: 10;
  color: #fe9d00;
  font-family: "willowscript";
  font-size:1.5em;
}
#navigation-panelheader {
  padding-top: 10px;
  padding-left:10px;
  cursor: move;
  z-index: 10;
  color: #fcf2da ;
  font-family: "willowscript";
  font-size:1.8em;
}

/* Default link colors (existing) */
a:link {
  color: #ffb100;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #ffb100;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #ff4500;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

a:active {
  color: #ff4500;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

/* Navigation panel specific link colors */
#navigation-panel a:link {
  color: #fcf2da;
}

#navigation-panel a:visited {
  color: #fcf2da;
}

#navigation-panel a:hover {
  color: #87ceeb;
}

#navigation-panel a:active {
  color: #87ceeb;
}



