@media screen and (max-width: 480px) {
    /* --- Heading --- */
    header {
        height: 640px;
        position: relative;
        background-attachment: scroll;
    }

    .resume {
        background-attachment: scroll;
    }

    .contact {
        background-attachment: scroll;
    }

    h1 {
        font-size: 20px;
        letter-spacing: 3px;
    }

    .headbox {
        width: 96%;
        height: 200px;
        margin: 0px auto;
        padding-top: 1px;
        position: absolute;
        top: 50%;
        transform: translate(2%,-50%);
    }

    .heading {
        width: 100%;
        height: 124px;
        margin-top: 38px;
        text-align: center;
        color: white;
        font-family: sans-serif;
    }

    .name {
        width: auto;
        height: 60px;
        padding-top: 1px;
    }

    .name h1 {
        margin-top: 18px;
    }

    .heading h2 {
        font-size: 12px;
        display: inline;
        margin-right: 15px;
    }

    /* --- Intro --- */

    .infoText p {
        font-size: 11px;
        color: #696969;
    }

    /* --- Resume --- */

    .boxtext h3 {
        font-size: 18px;
    }

    .boxtext h4 {
        font-size: 13px;
    }

    .boxtext p {
        font-size: 11px;
    }

    /* --- Projects --- */

    .projects h2 {
        font-size: 24px;
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .projects p {
        font-size: 12px;
        font-family: sans-serif;
        color: #696969;
    }

    /* --- Contact --- */

    .message h3, .ccBoxText h3 {
        font-size: 20px;
    }

    .ccBoxText p {
        font-size: 12px;
        font-family: sans-serif;
    }

    .end p {
        font-size: 12px;
        font-family: sans-serif;
    }
}
