#resume {
    width: auto;
    margin: auto;
    padding: 20px;
    font-family: Georgia, serif;
}

#resume > h1,h2,h3 {
    font-family: sans-serif;
}

#resume > li {
    font-family: Georgia, serif;
}

#me {
    display: none;
}

.header-name {
    font-size: 50px;
    margin-bottom: 0;
    font-family: sans-serif;
}

.header-title {
    font-size: 20px;
    font-family: sans-serif;
}

header {
    text-align: center;
}

header ul {
    list-style-type: none;
    padding-left: 0;
}

.objective {
    font-family: Georgia, serif;
}

.contact-type {
    font-weight: bold;
    font-family: sans-serif;
}

.dates {
    font-weight: bold;
    font-family: sans-serif;
}

.title {
    font-weight: bold;
    font-family: sans-serif;
}

.name, .location {
    font-style: italic;
    font-family: Georgia, serif;
}

#resume .description {
    font-family: Georgia, serif;
}

.job ul, .school ul {
    padding-left: 1em;
}

footer {
    padding: 50px;
    background-color: gray;
    color: white;
}

@media (min-width: 620px) {
    #resume {
        width: auto;
    }

    #me {
        display: block;
        width: 300px;
        float: right;
        margin-left: 50px;
    }

    header {
        text-align: left;
    }
}

@media (min-width: 860px) {
    #resume {
        width: 800px;
        border: 1px solid black;
        margin: 30px auto;
    }
}

.clear {
    clear: both;
}

@media print {

    header {
        text-align: center;
    }

    h1 {
        margin-top: 0;
    }

    #me {
        display: none;
    }

    #resume {
        width: auto;
        border: none;
        margin: none;
        padding: none;
    }

    footer {
        display: none;
    }
}
