/* =========================================
   FONTS
========================================= */

@font-face {
    font-family: "MainBasicFont";
    src: url("FONTS/mainbasiicfont.ttf") format("truetype");
}

@font-face {
    font-family: "TitleHeartFont";
    src: url("FONTS/titleheartfont.ttf") format("truetype");
}

@font-face {
    font-family: "HelloKitty";
    src: url("FONTS/hello-kitty.ttf") format("truetype");
}

@font-face {
    font-family: "NavRainyHearts";
    src: url("FONTS/navrainyhearts.ttf") format("truetype");
}

@font-face {
    font-family: "H2Kuchibue";
    src: url("FONTS/h2kuchibue.ttf") format("truetype");
}

@font-face {
    font-family: "Dogica";
    src: url("FONTS/dogica.ttf") format("truetype");
}
@font-face {
    font-family: "PixelScript";
    src: url("FONTS/pixelscript.otf") format("truetype");
}

@font-face {
    font-family: "GoodbyeCrewelWorld";
    src: url("FONTS/GoodbyeCrewelWorld.ttf") format("truetype");
}

@font-face {
    font-family: "Pixelito";
    src: url("FONTS/pixelito.ttf") format("truetype");
}

@font-face {
    font-family: "Romantic";
    src: url("FONTS/romantic.ttf") format("truetype");
}
/* =========================================
   COLORS
========================================= */

:root {

    --dk-color: #be778d;

    --mid-color: #f0d0df;

    --lt-color: #FCF1F6;

    --dkest-color: #be778d;

    --accent: #AC536F;

    --blue: #C7A991;

    --light-blue: #d9daec;

}


/* =========================================
   GENERAL
========================================= */

html,
body {

    margin: 0;

    padding: 0;

    min-height: 100%;

    font-family: "MainBasicFont", sans-serif;

    font-size: 14px;

    background-color: white;

    background-image: url("images/browngingham.jpg");

    background-repeat: repeat;

    color: var(--dkest-color);
    overflow-x: auto;
    overflow-y: auto;

}


body a {

    color: var(--accent);

    font-weight: bold;

    text-decoration: none;

}


body a:hover {

    color: var(--blue);

    text-decoration: underline;

}


p {

    line-height: 1.6;

}

li {
  margin-bottom: 5px;
  list-style-image: url('images/graystar.ico');
}



.yellow-box {

    width: 80%;
    margin: 15px 0;
    padding: 10px 15px;

    background-color: #FFF9D6;
    border: 1px dashed #be778d;

    color: var(--dkest-color);

    box-sizing: border-box;

}
.yellow-box .mini-heading {

    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
   

}
.yellow-box p {

    margin: 0;
    line-height: 1.5;
}
.gif-divider {
    width: 100%;
    height: 12px;
    margin: 15px 0;
    overflow: hidden;
    background-image: url("images/laceborder.gif");
    background-repeat: repeat-x;
    background-position: center;
}

.gif-divider img {
    display: none;
}

}

.text-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 4px;
}

.image-tooltip {
    display: inline-block;
}

.image-tooltip img { 
     transition: transform 0.2s ease;

    
}
.image-tooltip:hover img {
    transform: scale(1.08);
}

.blink-link {
    animation: blinkColor 1s steps(1) infinite;
    font-size: 18px;
    font-family: "NavRainyHearts";
}

@keyframes blinkColor {
       0%, 49% {
        color: #ff69b4;
        text-shadow: none;
    }

    50%, 100% {
        color: #D1004D;
        text-shadow:
            1px 1px 0 #FFB8DB,
            2px 2px 0 #FFB8DB,
            3px 3px 0 #FFB8DB;
            
    }
}

.image-tooltip span {
    display: none;
    position: absolute;

   left: 50%;
    top: calc(100% + 5px);
    transform: translateX(-50%);

    padding: 5px 8px;

    background-color: var(--lt-color);
    color: var(--accent);

    font-family: "NavRainyHearts", sans-serif;
    font-size: 16px;
    font-weight: bold;

    white-space: nowrap;

    box-shadow: 3px 3px 3px var(--mid-color);

    z-index: 100;
}

.image-tooltip:has(.note-sticker) span {
    left: 350px;
    top: 200px;
    transform: none;
}

.image-tooltip:hover span {
    display: block;
}




.image-tooltip2 {
    display: inline-block;
    position: relative;
}

.image-tooltip2 img { 
     transition: transform 0.2s ease;

    
}
.image-tooltip2:hover img {
    transform: scale(1.08);
}

.image-tooltip2 span {
    display: none;
    position: absolute;

   left: 50%;
top: calc(100% + 5px);
transform: translateX(-50%);

    padding: 5px 8px;

    background-color: var(--lt-color);
    color: var(--accent);

    font-family: "NavRainyHearts", sans-serif;
    font-size: 16px;
    font-weight: bold;

    white-space: nowrap;

    box-shadow: 3px 3px 3px var(--mid-color);

    z-index: 100;
}



.image-tooltip2:hover span {
    display: block;
}


/* =========================================
   EMOTICONS
========================================= */

.em-happy {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("emoticons/happyemote.gif") center / contain no-repeat;
    vertical-align: middle;
}

.em-sad {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("emoticons/sademote.gif") center / contain no-repeat;
}

.em-laugh {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("emoticons/laughemote.gif") center / contain no-repeat;
}
.em-love {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("emoticons/loveemote.gif") center / contain no-repeat;
}
.em-cry {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("emoticons/cryemote.gif") center / contain no-repeat;
}
.em-angy {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("emoticons/angyemote.gif") center / contain no-repeat;
}
.em-shock {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("emoticons/shockemote.gif") center / contain no-repeat;
}
.em-mad{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("emoticons/mademote.gif") center / contain no-repeat;
}

/* =========================================
   CONTAINER
========================================= */

#container {
    width: 1400px;
    
    margin: 15px auto 0;
    position: relative;
}




/* =========================================
   HEADER
========================================= */

#header {

    position: relative;

    width: 100%;

    height: 130px;

    box-sizing: border-box;

    background-color: var(--lt-color);

    background-image: url("images/sparklebg.gif");

    background-repeat: repeat;

    border: 1px solid var(--dkest-color);

}


#header::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 30px;

    background-image: url("images/banner.gif");

    background-repeat: repeat-x;

    background-position: top left;

    z-index: 1;

}


.title {

    position: relative;

    z-index: 2;

    margin: 0;

    padding-top: 43px;

    color: var(--dk-color);

    font-family: "TitleHeartFont", sans-serif;

    font-size: 61px;

    font-weight: normal;

    text-align: center;

}


/* =========================================
   NAVIGATION
========================================= */

#navigation {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    margin: 8px 0;
    padding: 5px 0;

    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;

    /* removes the outer box */
    border: none;
    background-image: none;
    background-color: transparent;
}


#navigation button {

    flex: 1;

    height: 31px;

    min-width: 0;

    padding: 0 7px;

    border: 1px solid var(--dk-color);

    background-color: var(--mid-color);

    color: var(--accent);

    font-family: "NavRainyHearts", sans-serif;

    font-size: 18px;

    font-weight: bold;

    cursor: pointer;

    white-space: nowrap;

}


#navigation button:hover {

    background-color: var(--dk-color);

    color: white;

}


/* STAR BEFORE NAVIGATION LINKS */

.nav-star {

    display: inline-block;

    width: 14px;

    height: 14px;

    margin-right: 5px;

    vertical-align: -1px;

    background-image: url("images/yellowstarnav.gif");

    background-size: contain;

    background-repeat: no-repeat;

}


#navigation button:hover .nav-star {

    filter: brightness(0) invert(1);

}


/* =========================================
   MAIN WEBSITE LAYOUT
========================================= */

#website-layout {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}


#left-column {

    width: calc(100% - 280px);

}


/* =========================================
   MAIN BOX
========================================= */

#main-box {

    width: 100%;

    height: 816px;

    box-sizing: border-box;

    border: 1px solid var(--dkest-color);

    background-color: var(--lt-color);

    overflow-y: auto;

    overflow-x: hidden;

}

#box-content {

    padding: 20px 25px;

}

.info-list div {

   

    padding: 5px 0;

    border-bottom: 1px dotted var(--mid-color);

    

}
.info-list div:last-child {

    border-bottom: none;

}
/* =========================================
   PAGE HEADINGS
========================================= */

.page-heading {

    color: var(--accent);

    font-family: "HelloKitty", sans-serif;

    font-size: 45px;

    font-weight: normal;

    text-align: center;

}


.section-heading {

    margin-bottom: 10px;

    color: var(--accent);

    font-family: "HelloKitty", sans-serif;

    font-size: 32px;

    text-align: center;

}


/* =========================================
   REPEATING STAR DIVIDER
========================================= */

.star-divider {
    width: 100%;
    height: auto;
    margin: 7px 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.star-divider img {
    width: auto;
    height: auto;
    max-width: 100%;
}


/* Repeats the image horizontally */






/* =========================================
   WELCOME
========================================= */

.welcome-area {

    display: flex;

    align-items: center;

}


.welcome-text {

    flex: 1;

}


/* =========================================
   HOME SECTIONS
========================================= */

.home-section {

    margin-top: 28px;

    padding-top: 18px;
    

    border-top: 1px dashed var(--dk-color);

}


.center {

    text-align: center;

}


/* =========================================
   ABOUT ME
========================================= */

.about-me-preview {

    display: flex;

    align-items: center;

    gap: 20px;

    padding: 10px 15px;

    background-color: #fff8fb;

    border: 1px solid var(--mid-color);

}


.about-avatar {

    width: 115px;

    height: auto;

}


.about-preview-text {

    flex: 1;

}
.image-text {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.image-text img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.image-text .text {
  flex: 1;
}
.image-wrap img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  float: left;
  margin: 0 15px 10px 0;
}
.image-marquee {
  width: 100%;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-left 13s linear infinite;
}

.marquee-track img {
  width: 99px;
  height: 56px;
  object-fit: contain;
  margin-right: 5px;
}

@keyframes scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

/* =========================================
   LINK ME
========================================= */

.link-me {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 20px;

    margin: 15px auto;

}


.button-preview {

    width: 160px;

    text-align: center;

}


.link-me-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 88px;
    height: 31px;

    box-sizing: border-box;

    background-image: url("images/pinklacebutton.png");
    background-repeat: repeat;

    border: 1;

    color: #222 !important;

    font-family: "Dogica";
    font-size: 6px;
    font-weight: normal;

    text-decoration: none !important;

    image-rendering: pixelated;

    overflow: hidden;
}

.link-me-button:hover {
    color: black !important;
    text-decoration: none !important;
}

.link-me-button .letter {
    position: relative;
    z-index: 2;
    animation: blinkLetters 1.8s infinite;
}

.link-me-button .l1  { animation-delay: 0s; }
.link-me-button .l2  { animation-delay: .12s; }
.link-me-button .l3  { animation-delay: .24s; }
.link-me-button .l4  { animation-delay: .36s; }
.link-me-button .l5  { animation-delay: .48s; }
.link-me-button .l6  { animation-delay: .60s; }
.link-me-button .l7  { animation-delay: .72s; }
.link-me-button .l8  { animation-delay: .84s; }
.link-me-button .l9  { animation-delay: .96s; }
.link-me-button .l10 { animation-delay: 1.08s; }
.link-me-button .l11 { animation-delay: 1.20s; }
.link-me-button .l12 { animation-delay: 1.32s; }

@keyframes blinkLetters {

    0%, 100% {
        opacity: 1;
    }

    10%, 20% {
        opacity: 0.15;
    }

    30% {
        opacity: 1;
    }

}


.code-box {

    flex: 1;

    width: 200px;

}


.code-box textarea {

    width: 200px;

    height: 70px;

    box-sizing: border-box;

    padding: 6px;

    resize: none;

    border: 1px solid var(--dk-color);

    background-color: white;

    color: var(--accent);

    font-family: monospace;

    font-size: 10px;

}


.code-box small {

    font-size: 10px;

}


.link-explanation {

    text-align: center;

    font-size: 12px;

    max-width: 600px;

    margin: 10px auto;

}


/* =========================================
   SIDEBAR
========================================= */

#sidebar {

    width: 270px;

    flex: 0 0 270px;

}


/* =========================================
   SIDE BOXES
========================================= */

.side-box {

    width: 100%;

    box-sizing: border-box;

    margin-bottom: 10px;

    padding: 12px;

    border: 1px solid var(--dkest-color);

    background-color: var(--lt-color);

}


/* =========================================
   SIDE TITLES
========================================= */

.side-title {

    margin: -12px -12px 12px;

    padding: 6px;

    background-color: var(--mid-color);

    color: var(--accent);

    font-family: "H2Kuchibue", sans-serif;

    font-size: 25px;

    font-weight: normal;

    text-align: center;

}

.credit-heading {

    margin-top: 20px;
    margin-bottom: 8px;
    color: var(--accent);
    font-family: "H2Kuchibue", sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-align: center;

}



/* =========================================
   CURRENTLY
========================================= */

.currently div {

    display: grid;

    grid-template-columns: 20px 70px 1fr;

    gap: 3px;

    padding: 5px 0;

    border-bottom: 1px dotted var(--mid-color);

    font-size: 14px;

}


.currently div:last-child {

    border-bottom: none;

}


/* =========================================
   MUSIC
========================================= */

.music-box {

    background-color: #f7e5ed;

}


.music-player {

    padding: 9px;

    background-color: var(--lt-color);

    border: 1px solid var(--mid-color);

}


.album-cover {

    float: left;

    width: 50px;

    height: 50px;

    margin-right: 9px;

    display: flex;

    justify-content: center;

    align-items: center;

    background-color: var(--light-blue);

    border: 1px solid var(--blue);

    color: var(--blue);

    font-size: 23px;

}


.song {

    padding-top: 6px;

    color: var(--accent);

}


.progress-bar {

    clear: both;

    height: 5px;

    margin-top: 13px;

    background-color: var(--mid-color);

}


.progress-bar div {

    width: 40%;

    height: 100%;

    background-color: var(--accent);

}


.music-controls {

    margin-top: 7px;

    text-align: center;

    color: var(--accent);
    font-family: "NavRainyHearts";

}


/* =========================================
   WEBAMP
========================================= */



.webamp {
    position: fixed !important;
    top: 100px !important;
    right: 30px !important;
    left: auto !important;
    z-index: 99999 !important;
}
#webamp-position {
    position: relative;
    width: 1px;
    height: 1px;
}
/* =========================================
   GUESTBOOK
========================================= */

.guestbook-preview {

    max-height: 100px;

    overflow-y: auto;

    background-color: white;

    border: 1px solid var(--mid-color);

}


.guestbook-preview div {

    padding: 7px;

    border-bottom: 1px dotted var(--mid-color);

    font-size: 11px;

    line-height: 1.5;

}


.side-link-button {

    width: 100%;

    margin-top: 9px;

    padding: 6px;

    border: 1px solid var(--dk-color);

    background-color: var(--mid-color);

    color: var(--accent);

    font-family: "NavRainyHearts", sans-serif;

    font-size: 18px;

    font-weight: bold;

    cursor: pointer;

}


.side-link-button:hover {

    background-color: var(--dk-color);

    color: white;

}


/* =========================================
   WORK IN PROGRESS
========================================= */

.work-box {

    background-color: var(--lt-color);
    box-sizing: border-box;
    padding: 12px;

}


.work-box .side-title {

    margin-bottom: 0;

}


.work-scroll {

    height: 240px;
    margin: 0 -12px -12px;
    padding: 0 12px 12px;
    overflow-y: auto;
    box-sizing: border-box;

}


.work-scroll::-webkit-scrollbar-track {

    background-color: var(--lt-color);

}


.work-scroll::-webkit-scrollbar {

    width: 10px;
    background-color: var(--mid-color);

}


.work-scroll::-webkit-scrollbar-thumb {

    background-color: var(--mid-color);
    border: 1px solid var(--dk-color);

}

.mini-heading {

    margin-top: 13px;
    margin-bottom: 7px;
    color: var(--accent);
    font-family: "NavRainyHearts", sans-serif;
    font-size: 23px;
    font-weight: normal;
    text-align: center;

}


.work-box ul {

    padding-left: 25px;
    margin-top: 5px;

}


.work-box li {

    font-size: 13px;
    margin-bottom: 7px;
    list-style-image: url('images/bluestarbullet.gif');

}


/* =========================================
   BOTTOM BOXES
========================================= */

#bottom-boxes {

    display: flex;

    gap: 10px;

    margin-top: 10px;

}


.bottom-box {

    flex: 1;

    min-height: 125px;

    box-sizing: border-box;

    padding: 12px;

    border: 1px solid var(--dkest-color);

    background-color: var(--lt-color);

}


/* =========================================
   AROUND THE WEB
========================================= */

.around-web {
    background-image: url("images/pinkgridbg.gif");
    background-repeat: repeat;

    display: flex;
    flex-direction: column;
}

.around-web .web-links {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
}

.around-web .web-links button {
    width: 100%;
    height: 100%;
}


/* =========================================
   SITE STATS
========================================= */

/* Intentionally no pinkgrid background */

.site-stats {

    background-color: var(--lt-color);

    background-image: none;

}


.web-links {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
}

.web-links button {
    width: 100%;
    height: 40px;
    min-height: 45px;
    border: 1px solid var(--dk-color);
    background-color: var(--mid-color);
    color: var(--accent);
    font-family: "NavRainyHearts", sans-serif;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}


.web-links button:hover {

    background-color: var(--dk-color);

    color: white;

}


/* =========================================
   STATS
========================================= */

.stats {

    font-size: 13px;

    line-height: 1.7;

}


.stats p {

    margin-top: 0;

}


/* =========================================
   PAGE ELEMENTS
========================================= */

.hidden {

    display: none;

}


.construction {

    width: 70%;

    margin: 35px auto;

    padding: 20px;

    border: 1px dashed var(--dk-color);

    background-color: var(--mid-color);

    text-align: center;

    font-family: "NavRainyHearts", sans-serif;

    font-size: 20px;

}


.favorite-site-list {

    display: flex;

    flex-direction: column;

    gap: 8px;

    width: 75%;

    margin: 25px auto;

}


.favorite-site-list a {

    padding: 9px;

    background-color: var(--mid-color);

    border: 1px solid var(--dk-color);

    font-weight: bold;

}


..guestbook-big {
    width: 90%;
    margin: 30px auto;
    padding: 10px;
    background-color: var(--mid-color);
    border: 1px solid var(--dk-color);
    box-sizing: border-box;
}

.guestbook-big iframe {
    display: block;
    width: 100%;
    height: 600px;
    border: none;
}


/* =========================================
   FOOTER
========================================= */

#footer {

    padding: 10px;

    text-align: center;

    color: var(--accent);

}


/* =========================================
   SCROLLBAR
========================================= */

.scroll::-webkit-scrollbar-track {

    background-color: var(--lt-color);

}


.scroll::-webkit-scrollbar {

    width: 10px;

    background-color: var(--mid-color);

}


.scroll::-webkit-scrollbar-thumb {

    background-color: var(--mid-color);

    border: 1px solid var(--dk-color);

}


/* =========================================
   MOBILE
========================================= */

@media only screen and (max-width: 900px) {

    #container {

        max-width: 96%;

    }


    #website-layout {

        flex-direction: column;

    }


    #left-column {

        width: 100%;

    }


    #sidebar {

        width: 100%;

        flex: none;

    }


    #main-box {

        height: auto;

        max-height: 650px;

    }


    #navigation {

        height: auto;

        flex-wrap: wrap;

    }


    #navigation button {

        flex: 0 0 23%;

    }


    .welcome-area {

        flex-direction: column;

    }


    .about-me-preview {

        flex-direction: column;

        text-align: center;

    }


    .link-me {

        flex-direction: column;

    }


    #bottom-boxes {

        flex-direction: column;

    }

}


@media only screen and (max-width: 600px) {

    #navigation button {

        flex: 0 0 45%;

    }


    .title {

        font-size: 40px;

    }

}

/* TEXT HIGHLIGHT */
::selection {
    background-color: #ffd3ec;
    color: #AA6155;
    text-shadow:
        0 0 3px #B97D74,
        0 0 4px #B97D74,
        0 0 9px #B97D74;
}

::-moz-selection {
    background: #f0d0df !important;
    color: #8B4F46 !important;
}


/* TEST AREA TEST AREA TEST AREA TEST AREA */


/* =========================================
   ABOUT SCRAPBOOK
   ========================================= */

body a.home-link {
    display: inline-block !important;
    padding: 6px 12px !important;
    background-color: #faf3d9; !important;
    border: 1px dashed #be778d !important;
    color: #be778d !important;
    font-family: "NavRainyHearts", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none !important;
    box-shadow: 2px 2px 0 #d9a8ba;
}

body a.home-link:hover {
    background-color: #be778d !important;
    color: white !important;
    text-decoration: none !important;
}



.about-scrapbook {
  position: relative;
  width: 1400px;
  min-height: 1650px;
  margin: 0;
  padding: 55px 25px 100px;
  box-sizing: border-box;
  
  background-repeat: repeat;
  overflow: hidden;
}

.deco-doily {
  position: absolute;
  width: 560px;
  height: auto;
  top: 80px;
  right: 5px;
  opacity: 0.80;
  transform: rotate(-8deg);
  z-index: 1;
  pointer-events: none;
}
.deco-pinkdoily {
  position: absolute;
  width: 590px;
  height: auto;
  top: 1000px;
  right: 730px;
  opacity: 0.75;
  transform: rotate(-8deg);
  z-index: 1;
  pointer-events: none;
}

.deco-lace {
  position: absolute;
  width: 2000px;
  height: auto;
  top: 40px;
  left: -120px;
  transform: rotate(-13deg);
  background-image: url("images/lace.png");
  background-repeat: repeat-x;
  background-size: auto 70px;
  z-index: 0;
  pointer-events: none;
}


/* =========================================
   BIG SCRAPBOOK STICKERS
   ========================================= */

.sticker {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.sticker-1 {
  width: 330px;
  top: 30px;
  right: 65px;
  transform: rotate(26deg);
}

.sticker-2 {
  width: 150px;
  top: 320px;
  left: 25px;
  transform: rotate(-15deg);
}

.sticker-3 {
  width: 190px;
  top: 480px;
  right: -20px;
  transform: rotate(10deg);
}

.sticker-4 {
  width: 190px;
  top: 720px;
  right: 300px;
  transform: rotate(-8deg);
}


/* =========================================
   TOP SCRAPBOOK AREA
   ========================================= */

.top-scrapbook {
  position: relative;
  width: 100%;
  min-height: 570px;
  z-index: 2;
}

.letterboxd-page {
  position: absolute;
  width: 495px;
  height: 225px;
  top: 1200px;
  left: 155px;
  padding: 35px 20px 28px;
  
  background-image: url("images/whitepaper.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  
  transform: rotate(-5deg);
  z-index: 26;
}

.letterboxd-lines {
position: absolute;
top: 12px;
left: 50px;
width: 475px;
padding: 0px;
box-sizing: border-box;

font-size: 13px;
font-family: "MainBasicFont";
line-height: 0.5;
color: #8B4F46;
z-index: 27;

}

.letterboxd-header h2 {
  top: 20px;
  right: 13px;
  font-family: "Romantic";
  font-weight: normal;
  text-align: center;
  font-size: 30px;
  color: #ac536f;
}

.letterboxd-lines img {
  width: 103px;
  height: 138px;
  margin-right: 8px;
  
}


/* =========================================
   NOTEBOOK
   ========================================= */

.notebook-page {
  position: absolute;
  width: 810px;
  height: 570px;
  top: 20px;
  left: 40px;
  padding: 65px 45px 40px;
  
  background-image: url("images/notebook.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  
  transform: rotate(-1.5deg);
  z-index: 2;
}
.notebook-tape {
  position: absolute;
  width: 115px;
  height: 30px;
  top: -13px;
  left: 190px;
  background: rgba(245, 211, 220, 0.75);
  transform: rotate(3deg);
  z-index: 5;
}

.notebook-page h1 {
  position: absolute;
  top: 55px;
  left: 470px;
  width: 300px;
  margin: 0px 0px 12px;
   font-weight: normal;
  font-family: "PixelScript";
  font-size: 43px;
  color: #668099;
  
  z-index: 2;
}

.notebook-page h3 {
  position: absolute;
  top: 65px;
  left: 50px;
  width: 300px;
  margin: 0;
   font-weight: normal;
  font-family: "GoodbyeCrewelWorld";
  font-size: 22px;
  color: #668099;
  text-align: center;
  z-index: 2;
}

.notebook-page h4 {
  position: absolute;
  top: 364px;
  left: 55px;
  width: 300px;
  margin: 0;
   font-weight: normal;
  font-family: "GoodbyeCrewelWorld";
  font-size: 22px;
  color: #668099;
  text-align: center;
  z-index: 20;
}


/* LEFT SIDE — FUN FACTS */

/* LEFT SIDE — FUN FACTS */
.notebook-linesleft {
position: absolute;
top: 105px;
left: 160px;
width: 260px;
padding: 0px;
box-sizing: border-box;

font-size: 13px;
font-family: "MainBasicFont";
line-height: 0.5;
color: #8B4F46;
z-index: 2;

}

.notebook-linesbottom {
  position: absolute;
  top: 400px;
  left: 160px;
  width: 260px;
  height: 130px;

  padding: 0 10px 0 0;
  box-sizing: border-box;

  font-size: 13px;
  font-family: "MainBasicFont";
  line-height: 1.35;
  color: #8B4F46;

  z-index: 8;

  overflow-y: auto;
  overflow-x: hidden;
}



.notebook-linesbottom::-webkit-scrollbar {
  width: 8px;
}

.notebook-linesbottom::-webkit-scrollbar-track {
  background: transparent;
}

.notebook-linesbottom::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: 1px solid #E3E3E3;
}


/* RIGHT SIDE — ABOUT ME */

.notebook-lines {
  position: absolute;
  top: 115px;
  left: 470px;
  width: 300px;
  padding: 5px 0px 0px;
  box-sizing: border-box;
  
  font-size: 14px;
  font-family: "MainBasicFont";
  line-height: 1.65;
  color: #8B4F46;
  z-index: 2;
}


.notebook-lines p {
  margin: 0;
}

.notebook-linesleft p {
  margin: 0;
  padding: 0;
}

.notebook-linesbottom p {
  margin: 0;
  padding: 0;
}

.notebook-doodle {
  position: absolute;
  right: -330px;
  top: 100px;
  font-size: 16px;
  color: #be778d;
  transform: rotate( -4deg);
  border: 1px dashed #be778d;
  background: #faf3d9;
  padding: 4px 7px;
}


/* =========================================
   PHOTOS
   ========================================= */

.photo {
  position: absolute;
  background: white;
  padding: 9px 9px 28px;
  box-shadow: 4px 6px 12px rgba(0,0,0,0.22);
  z-index: 6;
  transition: transform .25s ease;
}

.photo:hover {
  z-index: 15;
}

.photo img {
  display: block;
  width: 145px;
  height: 175px;
  object-fit: cover;
}

.photo span {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  text-align: center;
  color: #6a5b5b;
}

.photo-1 {
  top: 80px;
  left: 0px;
  transform: rotate(-7deg);
}



.photo-2 {
  top: 295px;
  left: 25px;
  transform: rotate(6deg);
  z-index: 5;
}

.photo-2 img {
  width: 145px;
  height: 175px;
}



/* =========================================
   BIGGER BAG SECTION
   ========================================= */

.bag-section {
  position: absolute;
  width: 315px;
  min-height: 430px;
  top: 50px;
  right: 60px;
  z-index: 30;
  text-align: center;
}

.bag-section h2 {
  margin-right: 0;
  margin-top: 20px;
  font-family: "GoodbyeCrewelWorld";
  font-size: 37px;
  color: #ac536f;
  white-space: nowrap;

  position: relative;
  left: -80px;

  transform: rotate(-5deg);
}

.bag-instruction {
  font-size: 11px;
  margin-top: 9px;
  color: #7b6868;
}

.bag-area {
  position: relative;
  width: 310px;
  height: 320px;
  margin-top: 0;
}


/* =========================================
   BIGGER BAG
   ========================================= */

.bag-button {
  position: absolute;
  left: -20px;
  top: 15px;
  width: 250px;
  height: 260px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 13;
}

.bag-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity .2s ease, transform .25s ease;
}

.bag-button:hover img {
  transform: rotate(-5deg) scale(1.06);
}

.bag-button .bag-original {
  display: none;
}

.bag-button:hover .bag-dither {
  display: none;
}

.bag-button:hover .bag-original {
  display: block;
}

.bag-button:hover img {
  transform: rotate(-5deg) scale(1.06);
}


/* =========================================
   BIGGER BAG CONTENTS
   ========================================= */

.bag-item {
  position: absolute;
  width: 155px;
  text-align: center;
  opacity: 0;
  transform: scale(0);
  transition:
    opacity .35s ease,
    transform .45s cubic-bezier(.17,.67,.32,1.3);
  z-index: 20;
  pointer-events: auto;
}

.bag-item img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  transition: transform .2s ease;
}

.bag-item .item-original {
  display: none;
}

.bag-item:hover .item-dither {
  display: none;
}

.bag-item:hover .item-original {
  display: block;
}


/* =========================================
   BAG CONTENT POSITIONS
   ========================================= */

.item-journal {
  left: -25px;
  top: -30;
  transform: rotate(-12deg) scale(0);
}

.item-pen {
  right: -10px;
  top: -10px;
  transform: rotate(-15deg) scale(0);
}

.item-lipbalm {
  left: -130px;
  top: 90px;
  transform: rotate(-9deg) scale(0);
}

.item-headphones {
  right: -50px;
  top: 150px;
  transform: rotate(10deg) scale(0);
}

.item-matcha {
  left: -55px;
  bottom: -85px;
  transform: rotate(-7deg) scale(0);
}

.item-jellycat {
  right: 55px;
  bottom: -85px;
  transform: rotate(8deg) scale(0);
}


/* =========================================
   BAG HOVER REVEAL
   ========================================= */

.bag-area.open .bag-item {
  opacity: 1;
}

.bag-area.open .item-journal {
  transform: rotate(-14deg) scale(1);
}

.bag-area.open .item-pen {
  transform: rotate(-20deg) scale(1);
 
}

.bag-area.open .item-lipbalm {
  transform: rotate(9deg) scale(1);
}

.bag-area.open .item-headphones {
  transform: rotate(-20deg) scale(1);
}

.bag-area.open .item-matcha {
  transform: rotate(-7deg) scale(1);
}

.bag-area.open .item-jellycat {
  transform: rotate(-10deg) scale(1);
}

.bag-area.open .bag-item:hover {
    z-index: 200;
}

.bag-area.open .bag-item:hover img {
  transform: rotate(7deg) scale(1.08);
}


/* =========================================
   FUN FACTS POST-IT
   ========================================= */

.fun-facts-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 9;
  margin-top: -20px;
}

.fun-facts-note {
  position: absolute;
  width: 385px;
  min-height: 150px;
  left: 90px;
  top: 50px;
  padding: 32px 28px 25px;
  box-sizing: border-box;
  background: #f5e8a8;
  box-shadow: 4px 6px 10px rgba(0,0,0,.18);
  transform: rotate(-3deg);
  color: #5f5550;
  z-index: 20;
}

.fun-facts-note h2 {
  margin: 0 0 13px;
  text-align: center;
  font-family: "GoodbyeCrewelWorld";
  font-size: 33px;
  color: #668099;
   font-weight: normal;
}

.fun-facts-note p {
  font-size: 13px;
  margin: 8px 0;
  color: #8B4F46;
  font-weight: normal;
}

.sticky-tape {
  position: absolute;
  width: 160px;
  height: 60px;
  top: -30px;
  left: 80px;
  background-image: url("images/stickytape.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: rotate(-3deg);
}

.note-sticker {
  position: absolute;
  width: 150px;
  right: -120px;
  top: 50px;
  transform: rotate(10deg);
  z-index: 25;
}


/* =========================================
   LAST.FM SECTION
   ========================================= */

.lastfm-section {
  position: relative;
   width: 762px;
  margin: -150px 500px 50px;

  z-index: 1;
}

.lace-top {
  position: absolute;
  width: 2000px;
  height: auto;
  right: -400px;
  top: 200px;
  transform: rotate(20deg);
  
  z-index: 0;
}

.lastfm-card {
  position: relative;
  width: 762px;
  height: 645px;
  box-sizing: border-box;
  padding: 138px 160px;

  transform: rotate(1.5deg);
  z-index: 2;
}

/* Brown gingham = inside the frame */
.lastfm-card::after {
  content: "";
  position: absolute;

  top: 90px;
  left: 90px;
  width: calc(100% - 200px);
  height: calc(100% - 200px);

  background-image: url("images/gingham.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;

  z-index: 0;
}

/* Frame = over the gingham */
.lastfm-card::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("images/frame.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;

  z-index: 2;
}

/* Text/content = above everything */
.lastfm-card > * {
  position: relative;
  z-index: 2;
}



.lastfm-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.lastfm-header h2 {
 margin: 0;
  font-family: "GoodbyeCrewelWorld";
  font-weight: normal;
  font-size: 35px;
  color: #ac536f;
}

.lastfm-header span {
  color: #be778d;
  font-size: 18px;
}

.lastfm-subtitle {
  text-align: center;
  font-size: 12px;
  margin: 7px 0 15px;
  color: #766767;
}

.lace-bottom {
  position: absolute;
  width: 550px;
  height: auto;
  right: -150px;
  top: -220px;
  transform: rotate(40deg);
  z-index: 1;
}



/* =========================================
   TRACKS
   ========================================= */

.track {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px dotted #d7b7c0;
}

.track:last-child {
  border-bottom: none;
}

.track img {
  width: 55px;
  height: 55px;
  object-fit: cover;
}

.track-info {
  text-align: left;
}

.track-name {
  font-size: 20px;
  color: #514747;
  margin-bottom: 4px;
}

.artist-name {
  font-size: 16px;
  color: #8B4F46;
}

/* =========================================
   LASTFM SONG SCROLL BOX
   ========================================= */

#recent-tracks {
  position: relative;
  z-index: 3;

  width: 100%;
  height: 300px;

  overflow-y: scroll;
  overflow-x: hidden;

  box-sizing: border-box;

  text-align: left;
  font-size: 12px;

  padding-right: 8px;
}

/* Scrollbar */
#recent-tracks {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

#recent-tracks::-webkit-scrollbar {
  width: 5px;
}

#recent-tracks::-webkit-scrollbar-track {
  background: transparent;
}

#recent-tracks::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}
/* Firefox */
#recent-tracks {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.recent-track {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
  padding-bottom: 9px;
  border-bottom: 1px dashed #AB876A;
}

.recent-track:last-child {
  border-bottom: none;
}

.album-cover {
  width: 45px;
  height: 45px;
  object-fit: cover;
  flex-shrink: 0;
}

.track-info {
  min-width: 0;
}

.track-name {
  color: #ac536f;
  font-size: 17px;
  font-family: NavRainyHearts;
  font-weight: bold;
}

.track-artist {
 color: #8B4F46;
 font-size: 13px;
  margin-top: 3px;
}

/* =========================================
   PASSWORD
   ========================================= */


#protected-content {
  display: none;
}

#password-screen {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.password-box {
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  background: #faf3d9;
  border: 1px solid #ac536f;
  
  
}

#password-input {
  padding: 8px;
}

.password-box button {
  padding: 8px 15px;
  cursor: pointer;
}

#password-error {
  color: #ac536f;
}


/* =========================================
   BOTTOM STICKERS
   ========================================= */

.bottom-sticker {
  position: absolute;
  z-index: 60;
}

.bottom-1 {
  width: 160px;
  left: 50px;
  top: 1150px;
  transform: rotate(-10deg);
}

.bottom-2 {
  width: 200px;
  right: 70px;
  top: 1220px;
  transform: rotate(8deg);
}

.bottom-3 {
  width: 200px;
  right: 130px;
  top: 850px;
  transform: rotate(20deg);
}

.bottom-4 {
  width: 530px;
  right: -140px;
  top: 840px;
  transform: rotate(60deg);
}





