* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

h1.resume {
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -2px;
    border-bottom: 1px solid #999;
}

h2.resume {
    font-size: 26px;
    margin: 0 0 6px 0;
    position: relative;
}

p.resume {
    margin: 0 0 16px 0;
}

a.resume {
    color: #999;
    text-decoration: none;
    border-bottom: 1px dotted #999;
}

ul {
    margin: 0 0 32px 17px;
}

#objective {
    width: 500px;
    float: left;
}

#objective p {
    font-family: Georgia, Serif;
    font-style: italic;
    color: #666;
}

dd.resume {
    width: 600px;
    float: right;
}

dd.clear {
    float: none;
    margin: 0;
    height: 15px;
}

div.resume {
    font-style: italic;
    color: #999;
    font-size: 90%;
}

@media (max-width: 1000px) and (min-width: 920px) {
    div.resume {
        font-size: 75%;
    }
}

ul.resume {
    list-style-type: circle;
}

/* Mobile */

dt.resume {
    font-style: italic;
    font-weight: bold;
    font-size: 28px;
    text-align: right;
    padding: 0 26px 0 0;
    width: 175px;
    float: left;
    height: 100px;
    border-right: 1px solid #999;
}

@media screen and (max-width: 1240px) {
    dt.resume {
        font-style: italic;
        font-weight: bold;
        font-size: 24px;
        width: 150px;

    }
}


@media screen and (max-width: 1000px) {
    dt.resume {
        font-style: italic;
        font-weight: bold;
        font-size: 22px;
        text-align: right;
        padding: 0 26px 0 0;
        width: 135px;
        float: left;
        height: 100px;
        border-right: 1px solid #999;
    }
}

@media screen and (max-width: 900px) {
    dt.resume {
        font-size: 22px;
    }
}

@media screen and (max-width: 600px) {
    /*@media screen and (max-width: 600px) and (min-width: 515px) {*/
    h2.resume {
        font-size: 18px;
    }

    dd.resume {
        width: 580px;
        margin-left: 15px;
        float: left;
    }

    dt.resume {
        font-style: italic;
        font-weight: bold;
        font-size: 22px;
        text-align: left;
        margin-left: 30px;
        margin-bottom: 5px;
        text-decoration: underline;
        padding: 0 0px 10px 0;
        width: 130px;
        float: none;
        display: block;
        height: auto;
        border-right: 0px;
        color: #5f6b78;
    }
}

@media only screen and (max-width: 414px) {
    h2.resume {
        font-size: 16px;
    }

    dd.resume {
        width: 400px;
        margin-left: 15px;
        float: left;
    }

    dt.resume {
        font-style: italic;
        font-weight: bold;
        font-size: 18px;
        text-align: left;
        margin-left: 25px;
        margin-bottom: 5px;
        text-decoration: underline;
        padding: 0 10px 0 0;
        width: 130px;
        /*float: left; */
        display: block;
        height: auto;
        border-right: 0px;
        color: #5f6b78;
    }
}

@media only screen and (min-width: 1001px) {
    ul.margin {
        width: 600px;
        display: -webkit-flex; /* Safari */
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1000px) {
    ul.margin {
        width: 510px;
        display: -webkit-flex; /* Safari */
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 801px) {
    ul.margin {
        width: 300px;
        display: -webkit-flex; /* Safari */
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 550px) {
    ul.margin {
        width: 420px;
        display: -webkit-flex; /* Safari */
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 400px) {
    ul.margin {
        width: 250px;
        display: -webkit-flex; /* Safari */
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 330px) {
    ul.margin {
        width: 220px;
        display: -webkit-flex; /* Safari */
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 350px) {
    div.resume {
        max-width: 280px;
    }
}

#resume-wrap {
    width: 900px;
    margin: 35px 10px 55px;
}

@media only screen and (max-width: 1100px) {
    #resume-wrap {
        width: 800px;
    }
}

@media only screen and (max-width: 400px) {
    #resume-wrap {
        width: 390px;
        margin: 20px 10px 20px
    }
}

@media only screen and (max-width: 360px) {
    #resume-wrap {
        width: 350px;
    }
}

@media only screen and (max-width: 320px) {
    #resume-wrap {
        width: 315px;
    }
}

@media only screen and (max-width: 360px) {
    h2.resume {
        font-size: 14px;
    }
}

p.simple {
    font-size: 8px;
    padding-top: 10px;
    text-align: right;
    color: rgba(181, 181, 181, 0.54);

}