@media screen and (max-width: 768px) {

    .skyline-image {
        position: absolute;
        width: 100vw;
        left: 0;
        top: 109%;
        z-index: -1;
        margin: 0;
    }
    
    .hand-image {
        position: absolute;
        width: 100vw;
        left: 0;
        top: 290%;
        z-index: -1;
        margin: 0;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    /* Navigation Mobile */
    .nav {
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
    }

    .nav .brand {
        margin-bottom: 15px;
        justify-content: center;
        text-align: center;
        width: 100%;
    }
    
    .nav .brand a {
        flex-direction: column;
        text-align: center;
    }

    .nav nav ul {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        gap: 15px;
    }

    .nav nav ul li {
        margin: 5px !important;
    }

    .hero {
        flex-direction: column;
        display: flex;
        padding-top: 20px;
    }

    .hero-inner {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
    }

    aside {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .services {
        display: flex;
        flex-direction: column;
    }

    .service {
        width: 100%;
        margin-bottom: 20px;
        max-width: 100% !important;
    }

    #contactForm {
        width: 100%;
    }

    footer .service > div {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    footer .muted {
        text-align: center;
    }
    
    h1 {
        font-size: 1.8rem;
        word-wrap: break-word;
    }
}
