@media all and (max-width: 750px) {
    .profilePic {
        height: 200px;
        width: 200px;
        margin-bottom: 50px;
        border-radius: 100%;
    }

    a {
        margin-bottom: 10px;
    }
}

@media all and (min-width: 750px) {
    .profilePic {
        height: 300px;
        width: 300px;
        margin-bottom: 50px;
        border-radius: 100%;
    }

    #summary {
        margin: 50px 50px 50px 50px;
        line-height: 26pt;
    }
}