@media screen and (max-width: 990px) {
    /* --- Heading --- */

    h1 {
        font-size: 64px;
        font-family: serif;
    }

    .headbox {
        width: 760px;
        height: 200px;
        margin: 277px auto;
        padding-top: 1px;
    }

    .heading {
        width: 100%;
        height: 124px;
        margin-top: 38px;
        text-align: center;
        color: white;
        font-family: sans-serif;
    }

    .heading h2 {
        font-size: 24px;
        display: inline;
        margin-right: 15px;
    }

    .heading span {
        display: inline;
    }

    /* --- Intro --- */

    .intro {
        width: 100%;
        height: 650px;
        padding-top: 1px;
    }

    .introBox {
        width: 760px;
        height: 600px;
        margin: 50px auto 0px;
    }

    .info {
        width: 380px;
        height: 600px;
        float: left;
    }

    .infoPic {
        width: 340px;
        height: 558px;
        margin: 43px 20px 0px;
    }

    .infoPic img {
        width: 320px;
        height: auto;
    }

    .infoText {
        width: 375px;
        height: 380px;
        margin-top: 120px;
        font-family: sans-serif;
        line-height: 1.6;
    }

    .infoText h2, .infoText p {
        margin-bottom: 20px;
    }

    .infoText h2 {
        font-size: 16px;
    }

    .infoText p {
        font-size: 14px;
        color: #696969;
    }

    /* --- Resume ---*/

    .resume {
        width: 100%;
        height: 800px;
        padding-top: 1px;
        background: linear-gradient(rgba(20,20,20, .4),rgba(20,20,20, .4)),url(../images/resume1.jpeg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        -webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    }

    .xp {
        width: 760px;
        height: 600px;
        margin: 100px auto 0px;
    }

    .work {
        width: 360px;
        height: 550px;
        float: left;
        margin: 25px 10px 0px;
        padding-bottom: 10px;
    }

    .purpleFade {
        background: linear-gradient(rgba(20,20,20, .4),rgba(20,20,20, .4));
        background-color: rgba(238,130,238,.4);
        color: white;
    }

    .boxtext {
        width: 290px;
        height: 430px;
        margin: 60px 35px;
    }

    .boxtext p {
        font-size: 14px;
    }

    .boxtext h4 {
        font-size: 16px;
    }

    .boxtext hr {
        margin: 25px 0px;
    }

    /* --- Projects --- */

    .projects {
        width: 100%;
        height: 1550px;
        text-align: center;
        padding-top: 1px;
        padding-bottom: 60px;
    }

    .projects h2 {
        font-size: 40px;
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .projects p {
        font-size: 16px;
        font-family: sans-serif;
        color: #696969;
    }

    .wall {
        width: 760px;
        height: 1200px;
        margin: 30px auto 0px;
    }

    .frame {
        width: 400px;
        height: 300px;
        margin: 25px 180px;
        float: left;
    }

    .frame p {
        font-size: 18px;
        font-family: sans-serif;
    }

    .pic {
        width: 400px;
        height: 255px;
        margin: 0px 0px 10px;
    }

    .pic img {
        width: 100%;
        height: 100%;
    }

    .clear {
        clear: both;
    }

    /* --- Contact --- */

    .contact {
        width: 100%;
        height: 1000px;
        padding-top: 1px;
        background: linear-gradient(rgba(20,20,20, .4),rgba(20,20,20, .4)),url(../images/contact1.jpeg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        -webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
        color: white;
    }

    .contactBox {
        width: 760px;
        height: 800px;
        margin: 100px auto;
    }

    .contactCol {
        width: 350px;
        height: 800px;
        float: left;
        margin: 0px 15px;
    }

    .ccBox {
        width: 350px;
        height: 250px;
        margin-bottom: 25px;
        padding-top: 1px;
    }

    #boxEnd {
        margin-bottom: 0px;
    }

    .ccBoxText {
        width: 300px;
        height: 200px;
        margin: 25px 30px;
        padding-top: 1px;
    }

    .ccBoxText h3,
    .ccBoxText p {
        margin: 30px 15px;
    }

    .ccBoxText p {
        font-size: 16px;
        font-family: sans-serif;
    }

    .message {
        width: 300px;
        height: 720px;
        margin: 40px 30px;
        padding-top: 1px;
    }

    .message h3 {
        margin: 15px 15px 30px;
    }

    .message input[type=text], .message input[type=email], .message textarea {
        width: 280px;
        height: auto;
        padding: 18px;
        border: 1px solid white;
        background-color: inherit;
        box-sizing: border-box;
        margin: 12px 10px;
        resize: vertical;
        color: white;
    }

    .message input[type=submit] {
        background-color: rgba(255, 77, 77, .8);
        font-family: sans-serif;
        font-size: 16px;
        color: white;
        padding: 15px 60px;
        margin-top: 30px;
        margin-right: 10px;
        border: none;
        border-radius: 0px;
        cursor: pointer;
        float: right;
        transition: background-color .5s;
    }
}

/* --- End --- */

.end {
    width: 300px;
    height: 100px;
    margin: 40px auto 0px;
}

.end p {
    margin-top: 10px;
}

.iconbox {
    width: 123px;
    height: 40px;
    margin: auto;
}

.icon {
    width: 40px;
    height: 32px;
    float: left;
    border-right: 1px solid white;
}

.logo {
    width: 28px;
    height: 28px;
    margin: 2px 6px;
}

#logoEnd {
    width: 40px;
    height: 32px;
    margin: 0px;
    border-right: 0px;
}

.logo img {
    width: 100%;
    height: 100%;
}
