/* Remove global styling first */
nav {
    display: none;
}

#hero {
    display: none;
}

figure {
    display: none;
}

section a {
    text-shadow: none;
}

#hireMe {
    display: none;
}

/* Set color of all text to black */
body, h1, h2, h3 {
    color: black;
}

/* Remove page-specific elements */

/* resume.html */
iframe {
    display: none;
}

#removeList {
    display: none;
}

li:first-of-type {
    display: none;
}