/* Responsive Design for Mobile */
@media (max-width: 680px) {

    html, body {
        width: 100%;
        min-height: 100%;
        margin: 0;
        padding: 0 0 2rem;
        overflow-x: hidden;
    }

    #floating-image {
        display: none;
    }

    .header {
        height: 4rem;
    }

    .footer {
        position: relative;
        top: auto;
        height: 4rem;
    }

    .wrapper {
        width: 92vw;
        max-width: 100%;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        margin-top: 0.5rem;
        padding: 0.5rem;
        box-sizing: border-box;
        background-image: url("images/wrapperback.png");
        background-size: cover;
        border-width: 3px;
        border-radius: 30px;
    }

    .main {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
        border: 3px solid #f4bbc9;
        border-radius: 30px;
        background: url("images/green-main-background.jpg") repeat-y;
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        grid-template-columns: unset;
        grid-template-rows: unset;
        padding-bottom: 1rem;
        box-sizing: border-box;
    }

    .box {
        grid-area: unset !important;
        position: relative;
        width: 100%;
        padding: 0.5rem;
        box-sizing: border-box;
    }

    #box1 { min-height: 17rem; order: 1; }
    #box2 { order: 2; }
    #box3 { min-height: 19rem; order: 5; }
    #box4 { min-height: 13rem; order: 6; }
    #box5 { order: 3; }
    #box6 { min-height: 11rem; order: 7; }
    #box7 { min-height: 13rem; order: 4; }

    .titlediv {
        position: relative;
        height: 7.5rem;
        width: 100%;
    }

    .framediv {
        position: relative;
        top: 0.75rem;
        width: 75%;
        height: 5.5rem;
        left: 50%;
        transform: translateX(-50%);
        text-indent: 0;
    }

    #title {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        font-size: 1.25rem;
        text-align: center;
        padding: 0 0.5rem;
    }

    .navigation {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        min-height: 5.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 2.75rem;
    }

    .nav-buttons {
        position: relative;
        top: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.375rem;
        padding: 0.5rem;
        width: 100%;
        height: auto;
    }

    .nav-button {
        width: auto;
        min-width: 4.75rem;
        height: 2rem;
        font-size: 0.75rem;
        text-indent: 0;
        justify-content: center;
        padding: 0 0.375rem;
        box-sizing: border-box;
    }

    .nav-button p {
        margin: 0 !important;
        padding: 0;
        line-height: 2rem;
    }

    #home-image,
    #projects-image,
    #hobbies-image,
    #gallery-image,
    #misc-image,
    #journal-image {
        display: none;
    }

    .lace-divider {
        position: absolute;
        bottom: 0;
        top: auto;
        left: 0;
        width: 100%;
        height: 2.5rem;
        background-size: contain;
    }

    .welcome-intro {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 95%;
        height: auto;
        min-height: 15rem;
        margin: 0.5rem auto;
    }

    .welcome-intro-inner {
        font-family: "Fuzzy Bubbles";
        font-size: 0.75rem;
        margin: 2rem 0.75rem 1.25rem 1.25rem;
        height: auto;
        padding-right: 0.5rem;
    }

    .calicotopper {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
        height: aut o;
        display: flex;
        justify-content: center;
    }

    #calicoimg {
        position: relative;
        width: 70%;
        max-width: 11rem;
        left: auto;
        right: auto;
        transform: none;
    }

    .music-player {
        position: relative;
        width: 92%;
        left: auto;
        transform: none;
        margin: 0.5rem auto;
        height: auto;
        top: auto;
        padding: 0.625rem;
    }

    .disk {
        width: 5.5rem;
        height: 5.5rem;
    }

    .seek-bar {
        width: 80%;
    }

    .song-duration,
    .current-time {
        font-size: 0.5625rem;
    }

    .play-button {
        width: 2.25rem;
        height: 2.25rem;
    }

    .btn {
        width: 1.5rem;
        height: 1.5rem;
    }

    #forwardbutton {
        position: absolute;
        height: 1.125rem;
        left: 0.25rem;
    }

    #backbutton {
        position: absolute;
        height: 1.125rem;
        left: 0.0625rem;
    }

    .main-footer {
        position: relative;
        order: 99;
        width: 100%;
        height: 4rem;
        bottom: auto;
        left: auto;
        margin-top: 0.5rem;
    }

    .main-footer-div {
        position: relative;
        width: 100%;
        bottom: auto;
    }

    #keychain-title-image,
    #mochinut-title-image {
        display: none;
    }

    #star-title-image {
        left: 80%;
    }

    #camera:hover {
        box-shadow: none;
    }

    #camera {
        position: relative;
        margin: 0 auto;
        height: 38vw;
        max-height: 9rem;
        width: 85%;
        left: auto;
        transform: none;
        rotate: 0deg;
        box-shadow: -0.3125rem 0.3125rem 0 0 rgba(244, 47, 139, 0.25);
    }

    .camera-image {
        position: absolute;
        width: 60%;
        height: 100%;
        left: 6%;
        top: 22%;
        background-image: url('images/cameraimage.JPG');
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 5px;
    }

    .kumapic {
        display: none;
    }

    .about-me {
        width: 100%;
        max-width: 18rem;
        height: auto;
        margin: 0.5rem auto;
        padding: 0;
        text-align: center;
    }

    .social-buttons {
        display: flex;
        justify-content: center;
        gap: 1.25rem;
        margin: 0.75rem auto 0;
        width: 100%;
        height: auto;
    }

    #linkedin,
    #git,
    #pinterest {
        height: 2rem;
        width: 2rem;
    }

    .currently {
        position: relative;
        left: auto;
        transform: none;
        margin: 0.5rem auto;
        width: 92%;
        height: auto;
        min-height: 10rem;
        padding: 1rem;
        box-sizing: border-box;
    }

    .currently-inner {
        height: auto;
        max-height: 14rem;
        overflow: auto;
        padding-right: 0.5rem;
        margin: 0;
    }

    .updates {
        position: relative;
        left: auto;
        transform: none;
        width: 92%;
        height: auto;
        min-height: 11rem;
        max-height: 16rem;
        margin: 0.5rem auto;
        padding: 0.5rem;
        box-sizing: border-box;
    }

    .updates-inner {
        width: 100%;
        height: auto;
        max-height: 13rem;
        overflow: auto;
        padding: 0.25rem 0.5rem;
        margin: 0;
        font-size: 0.75rem;
    }

}
