/* xl-viewport.css */
@media only screen and (min-width: 1200px) {

    /* classes */
    .cell-phone-size {
        height: 3rem;
    }

    .contact-us {
        top: -3%;
        left: 2%;
    }

    .dumpster-vertical-space {
        margin-top: 1rem;
        padding: 1rem;
    }

    .header-spacing {
        margin-top: 6rem;
        height: auto;
    }

    .header-spacing-123 {
        margin-top: 0;
        height: auto;
    }

    .map-position {
        margin-top: -6rem;
    }

    .project-caption {
        margin-left: 7vw;
        height: 1em;
    }

    p.my-contact {
        position: absolute;
        font-size: 1.5vw;
        text-align: left;
        left: 70%;
        top: 42%;
        width: 50%;
        max-width: 50%;
        padding-right: 2rem;
    }

    /* id's */
    /*
    #page-banner_cardText {
        bottom: 4.5rem;
        right: 2rem;
    }
*/
    #page-footer_cardTitle.h1,
    #page-footer_cardTitle h1 {
        font-size: 4.5rem;
    }

    #page-footer_cardText.h2,
    #page-footer_cardText h2 {
        font-size: 2rem;
    }

    #page-footer_cardButton.h6,
    #page-footer_cardText p.h6,
    #page-footer_cardButton h6 {
        font-size: 1rem;
    }
}