body {
    font-size: 75%;
}
#resume {
    box-shadow: none;
    margin: 0 auto;
    padding: 0 3em 0 3em;
}
h3 {
    padding:0.5em 0;
}
.position {
    padding-bottom: 0.5em;
}
#experience-list li {
display: none;
}
#experience-list li:nth-child(-n+4) {
display: list-item;
}
a {
    color:black;
}
#top-logo {
    width:50px;
    height:auto;
}
#foot {
    display:none;
}
h1 {
    text-shadow: none;
    color: black;
}
body {
    color: black;
}