a {
  color: #20b2aa;
}

html,
body {
  background: #1d1d1f;
  color: white;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: Consolas, monospace;
  font-weight: 350;
  font-size: 1rem;
  line-height: 1.4;
  margin: 1rem auto;
  max-width: 50em;
}

@media(min-width: 50em) {

  html,
  body {
    font-size: 1rem;
  }
}

h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  margin-top: 0.5rem;
}

ul {
  margin-left: 1.5rem;
  padding-left: 0.5rem;
}

li {
  list-style-type: disc;
}

.header {
  text-align: center
}

.header-row {
  display: flex;
  justify-content: center
}

.header-item-left {
  flex: 1;
  text-align: right
}

.header-item-pipe {
  flex: 0;
  margin-left: .25rem;
  margin-right: .25rem
}

.header-item-right {
  flex: 1;
  text-align: left
}

.objective {
  text-align: center
}

.subobjective {
  margin-top: .5rem
}

.hr,
.sub-hr {
  border-bottom-color: #20b2aa;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 0 auto
}

.hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom-width: 2px;
}

.sub-hr {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  width: 80%;
}

.item {
  width: 97.5%;
  margin: 0 auto
}

.item-title {
  display: flex;
  align-items: space-between;
  font-weight: 600
}

.item-desc {
  margin-top: .25rem
}

.job-title,
.tenure {
  flex: 2
}

.employer {
  flex: 3
}

.employer a {
  text-decoration: underline;
}

.job-title {
  text-align: left
}

.tenure {
  text-align: right
}

.skills {
  width: 97.5%;
  margin: 0 auto;
  margin-top: .25rem;
  margin-left: 0.15rem;
  padding-left: 1.5rem
}

strong {
  font-weight: bold;
}

italic {
  font-style: italic;
}