header, body, article {
  background-color: white;
  color: black;
}
header {
  height: auto;
}
#grid {
  display: none;
}
header h1 {
  margin-top: 0;
  font-size: 40px;
  color: black;
  background: none;
  -webkit-text-stroke-width: 0;
  -moz-text-stroke-width: 0;
}
header:after {
  display: none;
}
h2 {
  display: none;
}
h3 {
  font-size: 16px;
  margin: 0 0 7px 0;
}
h4 {
  font-size: 15px;
}
h5 {
  margin: 2px 0 !important;
}
p, li {
  font-size: 12px;
}
ul {
  margin: 0;
}
.projects {
  display: none;
}
.printer {
  display: none;
}
.education {
  min-height: inherit;
}
article {
  padding: 0;
}
article a {
  color: black !important;
  text-decoration: none;
}
footer {
  background-color: white;
}
footer ul {
  -webkit-column-count: 1;
  column-count: 1;
}
footer h3 {
  color: #0075da;
}
footer li, footer li a {
  color: black !important;
}
footer li {
  display: none;
}
footer .do-not-call {
  display: none;
}
footer li.email, footer li.phone, footer li.web {
  display: inline-block;
}
footer li.email, footer li.phone {
  margin-right: 50px;
}
footer .icon path {
  fill: black;
}
h1 {
  color: black;
}

@page {
  size: auto;
  margin: 0mm;
}