.resume {
  max-width: 7.5in;
  margin: 0 auto;
}

header {
  border: 1px solid black;
  text-align: center;
  padding-bottom: 18px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

h2 {
    font-size: 1.3em;
    text-transform: uppercase;
    margin-top: 2em;
}

article {
  margin-left: 1.5em;
}

.education {
  margin-left: 1.5em;
}

.skill-category {
  font-weight: bold;
}

.skill-list {
}

.skill-list li {
  display: inline;
}

.skill-list li:not(:last-child)::after {
  content: ", ";
}

.job {
  margin-left: 1.5em;
}

.job-header {
  display: flex;
  width: 100%;
  margin-top: 1.5em;
}

.job-header .job-title {
  flex: 1;
  text-align: left;
  font-weight: bold;
  font-style: italic;
}

.job-header .company {
  flex: 1;
  text-align: center;
  font-weight: bold;
}

.job-header .date-range {
  flex: 1;
  text-align: right;
}

.job-header .location {
  display: none;
}

.activity-header {
  display: flex;
  width: 100%;
}

.activity-header .activity-title {
  flex: 1;
  text-align: left;
}

.activity-header .date-range {
  flex: 1;
  text-align: right;
}
