body {
    background-image: url("Pics/forest.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

/* MUSIC PLAYER CSS*/
.music-player {
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 275px;
    height: 100px;
    background: rgba(54, 51, 51, 0.42);
    backdrop-filter: blur(3px);
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.slim-music-player {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 275px;
    height: 20px;
    background: rgba(54, 51, 51, 0.42);
    backdrop-filter: blur(3px);
    border-top-left-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.player-button {
    cursor: pointer;
    font-family: 'Ubuntu Mono', monospace;
    font-size: x-small;
    color: white;
    background-color: #4b4b4b;
}

.player-text {
    font-family: 'Ubuntu Mono', monospace;
    font-size: x-small;
    color: white;
}

.player-btn {
    cursor: pointer;
    border-radius: 18px;
    height: 25px;
    width: 25px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
    font-size: 12px;
    background-color: #e9e9ef;
    margin: auto;
    position: absolute;
    border: 0;
    transition: 300ms ease-out;
    cursor: pointer;
}

.player-btn:hover {
    box-shadow:
        4px 4px 6px rgba(0,0,0,.2),
        5px 10px 35px rgba(0,0,0,.1),
        8px 10px 25px rgba(0,0,0,.1),
        inset -1px -1px 9px rgba(0,0,0,.2),
        inset -1px -1px 3px rgba(255,255,255,.6),
        inset 1px 1px 8px rgba(255,255,255,1),
        inset 4px 4px 24px rgba(0,0,0,.15),
        -5px -5px 15px rgba(255,255,255,.9);
    transform: scale(.98);
}

.player-btn:active,
.player-btn:focus {
    box-shadow: inset 2px 2px 16px rgba(255,255,255,.9),
                inset 8px 8px 9px rgba(0,0,0,.2),
                5px 10px 5px rgba(0,0,0,.03),
                -5px -5px 25px rgba(255,255,255,.1),
                -2px -2px 9px rgba(100,100,100,.1),
                inset -2px -2px 9px rgba(255,255,255,1);
}

button.second {
    top: 10%;
}

/*DECORATIVE ELEMENTS CSS*/
.gif-girl {
    position: absolute;
    height: 220px;
    transform: translate(760px, 1330px);
    pointer-events: none;
}

.diamond {
    position: absolute;
    height: 70px;
    -webkit-animation: breathing 4s ease-out infinite normal;
    animation: breathing 4s ease-out infinite normal;
    -webkit-font-smoothing: antialiased;
    pointer-events: none;
}

@-webkit-keyframes breathing {
    0% {
        transform: translate(834px, 525px) scale(0.9);
    }

    25% {
        transform: translate(834px, 525px) scale(1);
    }

    60% {
        transform: translate(834px, 525px) scale(0.9);
    }

    100% {
        transform: translate(834px, 525px) scale(0.9);
    }
}

.recoride {
    position: absolute;
    height: 110px;
    transform: translate(40px, 790px);
    pointer-events: none;
}

.wires {
    position: absolute;
    pointer-events: none;
}

.orchid {
    height: 450px;
    position: absolute;
    transform: translate(-50px, -400px);
    pointer-events: none;
}

.main {
    margin: auto;
    width: 1100px;
    height: 1825px;
    position: relative;
}

/* HOME PAGE CSS */

.motherboard {
    position: absolute;
    pointer-events: none;
    margin: auto;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(8px 8px 30px rgba(58, 86, 27, 0.5));
}

.main-box {
    position: absolute;
    font-family: Inconsolata;
    font-size: large;
    width: 670px;
    transform: translate(223px, 420px);
    border-radius: 5px;
    border-style: groove;
    border-width: 3px;
    border-color: rgb(80, 80, 80);
    background-image: url("Pics/StaticBG.jpg");
    display: flex;
}

.abt-me-box {
    overflow-y: scroll;
    scrollbar-color: rgb(112, 112, 112) rgb(83, 83, 83);
    scrollbar-width: thin;
    border: 5px groove rgb(54, 54, 54);
    height: 469px;
    width: 480px;
    padding: 10px;
    color: white;
}

.right-box {
    color: white;
    text-align: center;
    font-size: small;
    border: 3px groove rgb(92, 92, 92);
    height: 159px;
    width: 200px;
}

.status-box {
    text-align: left;
    background-color: rgb(129, 129, 129);
    border-radius: 5px;
    border: 2px groove rgb(102, 102, 102);
    margin: 5px;
    padding: 10px;
}

.other-box-1 {
    font-family: Inconsolata;
    font-size: large;
    background-image: url("Pics/StaticBG.jpg");
    border-radius: 5px;
    border-style: groove;
    border-width: 5px;
    border-color: rgb(80, 80, 80);
    color: white;
    height: 206px;
    width: 270px;
    transform: translate(222px, 1000px);
}

.other-box-2 {
    font-family: Inconsolata;
    font-size: large;
    background-image: url("Pics/StaticBG.jpg");
    border-radius: 5px;
    border-style: groove;
    border-width: 3px;
    border-color: rgb(80, 80, 80);
    color: white;
    height: 204px;
    width: 267px;
    transform: translate(629px, 787px);
}

.other-box-3 {
    background-image: url("Pics/StaticBG.jpg");
    border-radius: 5px;
    border-style: groove;
    border-width: 3px;
    border-color: rgb(80, 80, 80);
    color: white;
    height: 200px;
    width: 270px;
    transform: translate(391px, 869px);
}

.homepg-button {
    position: absolute;
    background-color: grey;
    font-family: "Share Tech Mono";
    font-size: 16px;
    font-weight: bold;
    border: 2px outset rgb(0, 0, 0);
    color: #c63131;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    animation: blinker 3s linear infinite;
}

.homepg-button:active{
    border: 2px inset black;
}

@media (min-width: 768px) {
    .button-54 {
        padding: 0.25em 0.75em;
    }
}

@keyframes blinker {
    50% {
        color: transparent;
        text-shadow:none;
    }
}

.button-one {
    letter-spacing: 4px;
    width: 159px;
    height: 34px;
    transform: translate(329px, -348px);
}

.button-two {
    letter-spacing: 4px;
    width: 169px;
    height: 34px;
    transform: translate(536px, -347px);
}

.button-three {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: -4px;
    height: 125px;
    width: 39px;
    transform: translate(947px, 160px);
}

.button-four {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: -4px;
    height: 117px;
    width: 43px;
    transform: translate(950px, 390px);
}


/* ABOUT ME PAGE CSS BELOW*/

.about-body {
    font-size: small;
    font-family: "Kode Mono", monospace;
    background-image: none;
    overflow-y: hidden;
    overflow-x: hidden;
    background-color: #606aae;
}

.about-box {
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 200px 270px;
    padding: 15px 30px;
    border: 1px groove black;
    border-radius: 3px;
    background: radial-gradient(#fefff0de, #ffe6fee4);
    position: fixed;
    height: 360px;
    width: 690px;
}

.about-nav {
    overflow-y: none;
    margin: 200px 1050px;
    padding: 15px;
    border: 1px groove black;
    border-radius: 3px;
    background: radial-gradient(#fefff0de, #ffe6fee4);
    position: fixed;
    height: 360px;
    width: 130px;
}

.abt-gif {
    height: 45px;
    padding: 0px 20px;
}

/* PROJECTS PAGE CSS BELOW*/

.pjct-body {
    background-image: url("Pics/beach.gif");
    overflow: hidden;
    background-color: rgb(255, 254, 233);
}

.pjct-nav {
    font-family: 'Lexend Deca', monospace;
    font-size: small;
    transform: translate(400px, 120px);
}

.motherboard-two {
    position: absolute;
    height: 800px;
    margin: 20px 100px;
    pointer-events: none;
}

.pjct-box {
    color: black;
    width: 800px;
    height: 720px;
    transform: translate(500px, -5px);
    border: 2px solid #b1838c;
}

.pjct {
    display: none;
    font-family: 'Lexend Deca', monospace;
    color: white;
}

.pjct-one {
    background-image: url("Pics/dot-background.gif");
    background-repeat: no-repeat;
    background-size:cover;
    height: 97%;
    width: 100%;
}

.pjct-two {
    background-image: url('Pics/FlowPow_Mac.png');
    background-attachment: fixed;
    background-size: 100%;
    overflow-y: scroll;
    height: 97%;
    width: 100%;
    padding: 10px;
}



.pjct-gal {
    display: flex;
    border: 2px groove rgba(222, 144, 144, 0.69);
    height: 80%;
    justify-content: center;
    flex-wrap: wrap;
    overflow-y: scroll;
    scrollbar-color: rgba(191, 146, 146, 0.52) rgba(74, 50, 50, 0.626);
    scrollbar-width: thin;
    font-size: small;
    background-color: rgba(240, 210, 210, 0.555);
    padding: 10px;
    margin:0px 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
}

.pjct-btn {
    position: absolute;
    background-color: rgb(35, 35, 35);
    height: 45px;
    width: 45px;
    border-radius: 40px;
    box-shadow:
        inset 0 -0.0625em 0.0625em 0.125em rgba(0, 0, 0, 0.596),
        inset 0 -0.125em 0.0625em rgb(0 0 0 / 0.2),
        inset 0 0.1875em 0.0625em rgb(255 255 255 / 0.3),
        0 0.125em 0.125em rgb(41, 41, 41);
}

.pjct-title {
    transform: translate(75px, 60px);
    position: absolute;
    height: 20px;
    width: 70px;
    background-color: rgb(115, 115, 115);
    padding: 20px;
    box-shadow:
        inset 0 -0.0625em 0.0625em 0.125em rgb(0 0 0 / 0.1),
        inset 0 -0.125em 0.0625em rgba(0, 0, 0, 0.332),
        inset 0 0.1875em 0.0625em rgba(255, 255, 255, 0.781),
        0 0.125em 0.125em rgb(41, 41, 41);
}

.pjct-item {
    border-radius: 8px;
    padding: 10px;
    margin: 5px 20px 5px 0px;
    background-color: #e6bcb9;
    box-shadow:
        inset 0 -0.0625em 0.0625em 0.125em rgba(149, 108, 108, 0.1),
        inset 0 -0.125em 0.0625em rgba(114, 67, 67, 0.332),
        inset 0 0.1875em 0.0625em rgba(255, 255, 255, 0.781),
        0 0.125em 0.125em rgb(104, 65, 65);
}

.pjct-item:hover {
    background-color: #f7c9c5;
    transform: scale(1.1);
}

.pjct-btn:hover {
    cursor: pointer;
    background-color: rgba(77, 77, 77, 0.822);
    box-shadow:
        inset 0 -0.0625em 0.0625em 0.125em rgba(0, 0, 0, 0.375),
        inset 0 -0.125em 0.0625em rgba(177, 156, 156, 0.2),
        inset 0 0.1875em 0.0625em rgba(0, 0, 0, 0.3),
        0 0.125em 0.125em rgb(56, 56, 56);
}

.pjct-btn:active {
    border-top: 1px solid transparent;
}

.pjct-board {
    position: absolute;
    font-family: 'Lexend Deca', monospace;
    color: #564da9;
    font-size: large;
    text-decoration: underline;
}

#pjct-four-options {
    background-image: url("Pics/tree2a.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid black;
    width: 20%;
    height: 555px;
    text-align: center;
}

.pjct-four-btn {
    color: #463e94;
    font-weight: bold;
    background-color: #00000000;
    border: none;
    margin: 10px;
    cursor: pointer;
}

.pjct-four-btn:hover {
    text-decoration: underline solid;
    background: radial-gradient(white, #00000000);
    border-radius: 15px;
}

.pjct-four-content {
    overflow-y: scroll;
    background-color: white;
    border: 1px solid rgb(46, 30, 30);
    color: black;
    font-size: small;
    padding: 10px;
    width: 490px;
    height: 535px;

}

.pjct-five{
    background-color: #ffffff;
    color:rgb(197, 69, 80);
    background-image: url("Pics/WomanInGarden.gif");
    background-position: center;
    background-size: 160%;
    height: 558px;
    width: 590px;
    position:relative;
    overflow-x:hidden;
}

.pjct-five-item{
  width: 90%;
  margin: 30px 20px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 20px 10px rgba(255, 255, 255, 1);
  position: relative;
  overflow: hidden;
  box-shadow: -10px 10px 2px rgba(171, 171, 171, 0.519);
}

.pjct-five-item:hover{
    transform:scale(1.05);
    box-shadow: -15px 15px 6px rgba(171, 171, 171, 0.571);
}
.doodle {
    height: 250px;
}

.painting {
    height: 200px;
}

.option {
    display: none;
}


.red-light {
    display: none;
    position: absolute;
    height: 32px;
    animation: glowPulse 2s infinite alternate;
}

@keyframes glowPulse {
    from {
        filter: drop-shadow(0 0 0px red) drop-shadow(0 0 0px red);
        opacity: 0;
    }

    to {
        filter: drop-shadow(0 0 18px red) drop-shadow(0 0 35px red);
        opacity: 1;
    }
}

/* CSS For Gallery Page */

#gallery-body {
    overflow-y: hidden;
    background-image: none;
    background-color: #ffffff;
}

#gallery-nav {
    display: flex;
    position: fixed;
    background-color: grey;
    padding: 4px;
    transform: translate(-8px, -8px);
    border-radius: 0px 0px 5px 0px;
}

.gal-nav-btn {
    border: 2px groove black;
    background-color: #c5c3c4;
    border-radius: 5px;
    font-family: "Kode Mono", monospace;
    font-size: small;
}

.gal-nav-btn:hover {
    cursor: pointer;
    background-color: #e5e3e4;
}

#info-box {
    display: none;
    position: fixed;
    width: 350px;
    transform: translate(50px, 50px);
    padding: 10px;
    border: 1px groove black;
    border-radius: 3px;
    background: radial-gradient(#fefff0de, #ffe6fee4);
    font-family: "Kode Mono", monospace;
    font-size: small;
}

#theme-box {
    display: none;
    position: fixed;
    width: 55px;
    transform: translate(150px, 0px);
    padding: 1px;
    border: 1px groove black;
    border-radius: 3px;
    background: radial-gradient(#fefff0de, #ffe6fee4);
}

.theme-btn {
    background-color: rgba(74, 70, 70, 0.206);
    width: 55px;
    border: none;
    font-family: "Kode Mono", monospace;
    font-size: x-small;

}

.theme-btn:hover {
    background-color: rgba(74, 70, 70, 0.441);
}

#container {
    width: 180%;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px);
    overflow: hidden;
    touch-action: none;
}

.item {
    width: 250px;
    height: 250px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    touch-action: none;
    user-select: none;
}

.item:hover {
    cursor: pointer;
}

#img-info {
    display: none;
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    height: 560px;
    width: 500px;
    top: 150px;
    left: 450px;
    background: radial-gradient(#fefff0ec, #ffe6fef3);
    border: 1px groove black;
    border-radius: 3px;
}

#gallery-nav {
    position: fixed;
    color: black;
}

.not-found-body {
    background: linear-gradient(-45deg, #9b6e75, #935b53, #9c4949, #b8574b);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;

}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/* CSS For Blog Page */

.blog-body {
    background-image: url("Pics/grid1.jpg");
    background-size: contain;
    background-repeat: repeat;
    overflow-y: hidden;
    overflow-x: hidden;
    font-family: "Geo", sans-serif;
}

.blog-nav {
    margin: 50px;
}

.blog-entries {
    border: 1px solid #606aae;
    ;
    background-color: white;
    width: 150px;
    height: 600px;
    margin: 10px 0px 0px 100px;
    padding: 5px;
    cursor: pointer;
}

.entry-text {
    color: #606aae;
}

.blog-content {
    border: 1px solid #606aae;
    ;
    background-color: white;
    width: 900px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: black;
    height: 550px;
    margin: 10px 0px 0px 80px;
    padding: 40px;
}

.blog-post {
    display: none;
}
