@media only screen and (min-width: 768px) {
    #contactheader {
        position: absolute;
        font-family: "roc-grotesk", sans-serif;
        font-weight: 800;
        font-style: normal;
        font-size: 7vw;
        color:rgb(64, 54, 46);
        width: 100vw;
        top: 2vh;
        text-align: center;
    }

    #contactimg {
        position: absolute;
        width: 30vw;
        left: 35vw;
        top: 13.5vw;
    }

    #contactimg img {
        width: 100%;
    }

    #contactimg p {
        font-family: "filmotype-yukon", sans-serif;
        font-size: 3vw;
        text-align: center;
        margin-top: 0;
        color:rgb(64, 54, 46);
    }

    #contactinfo {
        position: absolute;
        bottom: 12vh;
        width: 30vw;
        left: 40vw;
        font-family: "roc-grotesk", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 1.5vw;
        color:rgb(64, 54, 46);
    }

    #contactinfo a {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    #contactheader {
        position: absolute;
        font-family: "roc-grotesk", sans-serif;
        font-weight: 800;
        font-style: normal;
        font-size: 14vw;
        color:rgb(64, 54, 46);
        width: 100vw;
        top: 6vh;
        text-align: center;
    }

    #contactimg {
        position: absolute;
        width: 70vw;
        left: 15vw;
        top: 18vh;
    }

    #contactimg img {
        width: 100%;
    }

    #contactimg p {
        font-family: "filmotype-yukon", sans-serif;
        font-size: 10vw;
        text-align: center;
        margin-top: 0;
        color:rgb(64, 54, 46);
    }

    #contactinfo {
        position: absolute;
        top: 50vh;
        width: 70vw;
        left: 15vw;
        font-family: "roc-grotesk", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 6vw;
        color:rgb(64, 54, 46);
    }

    #contactinfo a {
        display: block;
    }
}