@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }

    .w-hidden-main, .w-hidden-medium, .w-hidden-small {
        display: inherit !important;
    }

    .w-hidden-tiny {
        display: none !important;
    }

    .w-col {
        width: 100%;
    }

    .w-col-tiny-1 {
        width: 8.33333%;
    }

    .w-col-tiny-2 {
        width: 16.6667%;
    }

    .w-col-tiny-3 {
        width: 25%;
    }

    .w-col-tiny-4 {
        width: 33.3333%;
    }

    .w-col-tiny-5 {
        width: 41.6667%;
    }

    .w-col-tiny-6 {
        width: 50%;
    }

    .w-col-tiny-7 {
        width: 58.3333%;
    }

    .w-col-tiny-8 {
        width: 66.6667%;
    }

    .w-col-tiny-9 {
        width: 75%;
    }

    .w-col-tiny-10 {
        width: 83.3333%;
    }

    .w-col-tiny-11 {
        width: 91.6667%;
    }

    .w-col-tiny-12 {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .container {
        margin-left: 0;
        margin-right: 0;
        padding: 2rem 1rem;
    }

    .container.heading {
        padding-top: 6rem;
        padding-bottom: 2rem;
    }

    .progress-bar {
        height: 5px;
    }

    .image-wrapper {
        z-index: 1;
        max-width: none;
        bottom: 0;
    }

    .image {
        display: inline-block;
    }

    .content-wrapper {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
    }

    .left-column {
        margin-bottom: 0;
    }

    .right-column {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
    }

    .navigation {
        flex-flow: column;
        justify-content: center;
        align-items: stretch;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .menu-wrapper {
        align-items: stretch;
    }

    .menu-content {
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
        padding-left: 1rem;
        padding-right: 1rem;
        display: none;
    }

    .mobile-menu-content {
        padding-left: 1rem;
    }

    ._3-column-grid, .skills-list-wrapper {
        width: 100%;
    }

    .table-row {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-flow: row;
        grid-template-rows: auto;
        grid-template-columns: 6fr;
        grid-auto-columns: 1fr;
        justify-content: flex-start;
        align-items: center;
        display: flex;
        position: relative;
    }

    .project-text {
        max-width: 90%;
    }

    .arrow-up-icon {
        margin-top: auto;
        margin-bottom: auto;
        position: absolute;
        inset: 0% 0% 0% auto;
    }

    .footer-content {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-link-wrapper {
        text-align: left;
    }

    .available-item-wrapper {
        justify-content: flex-start;
        align-items: center;
    }

    .hero-intro-wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        text-align: left;
        justify-content: center;
        align-items: flex-start;
    }

    .display-font {
        text-align: center;
        font-size: 50vw;
        height: 110pt;
    }

    .display-heading-wrapper {
        width: 100%;
        margin-bottom: -2rem;
    }

    .into-text-wrapper {
        margin-top: 0;
    }

    .contact-block-wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-flow: column;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_7bc66717-2690-3b93-a058-fd8f21ebf5ce-fefe15d7 {
        grid-area: 1 / 1 / 2 / 5;
    }

    #w-node-_7bc66717-2690-3b93-a058-fd8f21ebf5d6-fefe15d7 {
        grid-row: 2 / 3;
        grid-column-start: 1;
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="tiny"] .w-nav-button {
        display: block;
    }
}

@media screen and (max-width: 479px) {
    .w-tab-link {
        display: block;
    }
}
