@font-face {
    font-family: coolfont;
    src: url(pixelFont.ttf);
}

@font-face {
    font-family: dateTimeFont;
    src: url(Kedebideri-Regular.ttf);
}

::selection {
    background: rgb(204, 54, 204);
    color: white;
}

body {
    background-image: url(giphy.gif);
    font-family: "coolfont";
    font-size: 15px;
    cursor: url(galaxycursor2.png) 0 0, auto;
}

a, button, .clickable {
    cursor: url(galaxycursor1.png) 0 0, auto;
}

#paginationControls {
    
}

#container {
    display: grid;
    grid-template-columns: 350px 1fr 350px;
    gap: 40px;
    padding: 20px;
}

#mainContent a {
    text-decoration: none;
    color: #b965b3;
}

#leftColumnContainer {
    grid-column: 1;
}

#catimg2 {
    position: absolute;
    top: 250px;
    right: 405px;
}

#catimg1 {
    position: absolute;
    top: 246px;
}

#anotherBox {
    background-color: #9bc7de;
    margin-top: 50px;
    width: 100%;
    min-height: 500px;
    padding: 1rem;
    display: grid;
    grid-template-rows: 1fr 5fr;
    border-radius: 15px;
    outline: 2px solid white;
    outline-offset: 3px;
    position: relative;
    box-sizing: border-box;
}

#titleFor {
    text-align: center;
}

#detailsBox {

}

#coolSpaceBox {
    width: 350px;
    outline: 2px solid white;
    cursor: url(galaxycursor1.png) 0 0, auto;
    position: relative;
}

details p {
    margin-left: 20px;
}

#leftColumn {
    background: linear-gradient(to bottom, rgb(184, 182, 224), rgb(214, 175, 227));
    display: grid;
    grid-template-rows: 1fr 5fr 5fr 1fr 10px 2fr;
    grid-template-areas: 
    "lcContent"
    "extraPanel"
    "songsILike"
    "leftStickers"
    "hrThing"
    "leftFooter";
    box-shadow: 0 0 50px 5px rgb(255, 255, 255);
    border-radius: 10px;
    outline: 5px dotted pink;
    margin-top: 3rem;
    max-height: 200vh;
    gap: 5px;
}

#extraPanel {
    grid-area: extraPanel;
}

#songsILike {
    grid-area: songsILike;
    border: 2px solid;
    border-image: linear-gradient(90deg, #ff00ff, #00ffff) 1;
}

#songsILike h3 {
    background: linear-gradient(to right, rgb(146, 144, 230), rgb(213, 119, 194));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px dotted rgb(146, 144, 230);
    margin-left: 20px;
    padding: 5px;
    border-radius: 10px;
    line-height: 30px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: rgb(146, 144, 230);
    width: fit-content; 
}

#favSongs {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow-y: auto;
    max-height: 603px;
}

#favSongs a {
    text-decoration: none;
    color: rgb(98, 36, 98);
}

.songsList {
    min-height: 32px;
    background: linear-gradient(to right, rgb(184, 88, 211), rgb(211, 113, 155));
    border: none;
    border-radius: 10px;
    transition: border 0.10s;
}

.songsList:hover {
    border: 2px dashed white;
}

#leftStickers {
    grid-area: leftStickers;
    border: 2px solid;
    border-image: linear-gradient(90deg, #ff00ff, #00ffff) 1;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#mainWrapper {
    grid-column: 2;
}

#topRight {
    border: 1px solid white;
    grid-column: 3;
    width: 100%;
    min-height: 20em;
    background-image: url(background1darker.png);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(232, 239, 245);
}

#topRight h3 {
    font-size: 20px;
    background: linear-gradient(to right, rgb(233, 169, 192), rgb(198, 188, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

#topRight button {
    margin-top: 20px;
    border-radius: 10px;
    border: none;
    height: 3em;
    width: 5em;
    color: white;
    background: linear-gradient(to right, rgb(202, 72, 120), rgb(115, 99, 205));
}

#errorMessage {
    display: none;
    text-align: center;
}

#rightColumnWrapper {
    grid-column: 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#rightColumn {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(to bottom, rgb(234, 169, 219), rgb(159, 116, 190));
    outline: 3px dotted rgb(127, 32, 62);
    outline-offset: 1px;
    box-sizing: border-box;
    overflow: hidden;

    display: grid;
    grid-template-areas: 
    "introText"
    "nav"
    "stickersArea";
    grid-template-rows: 1fr 5fr 1.5fr;
}

#borderWrapper {
    background: linear-gradient(to right, rgb(153, 136, 222), rgb(72, 124, 214), rgb(53, 241, 173));
    border-radius: 20px;
    padding: 7px;
    position: sticky;
    top: 20px;
}

#banner {
    justify-self: center;
    width: fit-content; 
    margin: 20px auto 40px auto;
    border: 1px solid white;
    box-shadow: 0 0 100px 1px rgb(255, 255, 255);
    outline: 2px dashed white;
    outline-offset: 10px;
}

#mainContentHolder {
    margin: auto;
    border-image: url(bouncyborderpink.png) 9 fill round;
    border-width: 12px;
    border-style: solid;
    box-shadow: 0 0 100px 1px rgb(228, 208, 229);
}

#mainContent {
    background-color: rgb(118, 154, 186);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#footeruwu {
    background: linear-gradient(to bottom, #b965b3, #7c3877);
    height: 5rem;
    flex: 1;
    border: 2px solid #16dada;
    border-radius: 10px;
    margin-top: 15px;
    padding: 1rem;
    display: flex;
    outline: 3px dotted rgb(0, 234, 255);
}

#insideFooter {
    background-color: #55b0de;
    flex: 1;
    border-radius: 5px;
    padding: 1rem;
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
    background: linear-gradient(to top, rgb(26, 215, 233), rgb(105, 60, 228));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    outline: 2px dotted white;
}

#nav {
    grid-area: nav;
    padding: 0 35px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    box-sizing: border-box;
}

.littleBoxes {
    background-color: rgb(235, 222, 222);
    border: 1px solid black;
    box-shadow:
        inset 13px 0px 6px -10px rgb(66 66 66 / 20%),
        inset -13px 0px 6px -10px rgb(66 66 66 / 56%),
        inset 0px 13px 6px -10px #ffffff,
        inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
    padding: 0 2rem;
    min-height: 836px;
    outline: 1px solid black;
    outline-offset: 4px;
}

#lcContent {
    grid-area: lcContent;
    padding: 2rem;
    box-sizing: border-box;
}

#aboutMe {
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
}

.textStack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 10px;
}

.textStack p {
    margin: 2px 0;
}

#aboutMe img {
    box-shadow: 0 0 50px 10px rgb(230, 151, 246);
}

.titles {
    text-align: center; 
    margin-bottom: 0;
}

.subtitles {
    text-align: center; 
    margin-top: 0.5rem;
}

.dateAndTime {
    font-family: dateTimeFont;
    position: absolute;
    float: none;
    opacity: 80%;
    border: 2px dotted rgb(0, 0, 0, 0.4);
    padding: 5px;
    border-radius: 10px;
}

#California {
    background: linear-gradient(to right, rgb(146, 144, 230), rgb(213, 119, 194));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#Arizona {
    background: linear-gradient(to right, rgb(220, 216, 101), rgb(119, 188, 213));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.textShadow {
    text-shadow: -2px -2px 0 white;
}

#introText {
    grid-area: introText;
    padding: 10px;
    text-align: center;
    font-size: 17px;
}

#stickersArea {
    grid-area: stickersArea;
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

#stickersArea hr {
    border: none;
    border-top: 2px dotted black;
    width: 80%;
}

.directoryButtons {
    border: 2px solid rgb(154, 27, 183);
    background-color: rgb(225, 121, 202);
    text-align: center;
    font-family: dateTimeFont;
    font-size: 13px;
    flex: none;
    z-index: 2;
    line-height: 30px;
    text-decoration: none;
    color: black;
    width: 100%;
    transition: background-color 0.25s;
}

.directoryButtons:hover {
    background-color: rgb(191, 101, 194);
}

.stickerss {
    width: 100px;
    display: inline-block; 
}

#nav a:first-of-type {
    border-radius: 5px 5px 0px 0px;
}

#nav a:last-of-type {
    border-radius: 0px 0px 5px 5px;
}

#mikuButton {
    position: relative;
    margin-top: auto;
}

#scrollStickers {
    margin-top: 18%;
}

.marquee {
    position: absolute;
    white-space: nowrap;
    display: flex;
    gap: 10px;
    animation: scroll 5s linear infinite;
}

.slowerMarquee {
    position: absolute;
    white-space: nowrap;
    display: flex;
    gap: 10px;
    animation: scroll 7s linear infinite;
}

@keyframes scroll {
    0% {transform: translateX(-100%);}
    100% {transform: translateX(100%);}
}

#mobileWarning {
    border: 1px solid white;
    outline: 2px dashed white;
    outline-offset: 3px;
    position: absolute;
    max-width: 90vw;
    max-height: 90vh;
    min-width: 60vw;
    min-height: 60vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: linear-gradient(to bottom, rgb(216, 91, 147), rgb(85, 78, 180), rgb(108, 206, 228));
    padding: 2rem;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    display: flex; 
    /* set back to flex whenever done */
}

h1 u {
    text-decoration-thickness: 3px;
}

#mobileWarning p {
    font-size: 20px;
}

#warningBox {
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

#textUnder {
    margin-top: 40px;
}

#stayOrLeaveButtons {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-around;
    box-sizing: border-box;
    width: 100%;
    flex-grow: 1;
}

.twoButtons {
    flex: 1;
    max-width: 45%;
    margin: 0;
    border: none;
    border-radius: 10px;
    font-size: 45px;
    font-family: coolfont;
}

#button1 {
    background-color: rgb(151, 232, 232);
}

#button2 {
    background-color: rgb(232, 178, 151);
}

#hrThing {
    grid-area: hrThing;
    color: rgb(0, 0, 0);
    width: 80%;
    margin: auto;
    border: none;
    border-top: 2px dotted black;
}

#leftFooter {
    grid-area: leftFooter;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 5px;
}

#leftFooter input {
    border: none;
    border-radius: 5px;
    margin: 3px auto;
}

#leftFooter button {
    width: 30%;
}

#submitReset {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    #container {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }

    #leftColumn, #mainWrapper, #rightColumnWrapper {
        width: 100%;
    }

    #leftColumn {
        margin-top: 0;
    }
}