.section {
  display: flex;
}

#field-names.header.column .item {
  display: flex;
  justify-content: end;
  text-align: end;
  /* flex-direction: row; */
  flex-direction: column;
}

.header.title {
  display: flex;
  flex-grow: 1;
  justify-content: start;
  margin-left: 0.25in;
  margin-top: 0.125in;
}

#name.header.column {
  flex-grow: 1;
}

h1.header.title {
  text-align: center;
}

ul.header {
  list-style-type: none;
}

body {
  width: 8.5in;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.body.column {
  display: flex;
  flex-direction: column;
}

.body.column.content {
  align-items: stretch;
  align-self: stretch;
  flex-grow: 3;
}

.body.column.title {
  align-self: center;
  width: 100%;
  max-width: 23%;
  font-size: 1.85rem;
  font-weight: bold;
}

.experience.header {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: lighter;
}

.experience.header .organization-name {
  flex-grow: 1;
}

.experience.header .time-present {
  flex-grow: 1;
  text-align: end;
}

hr {
  width: 90%;
  text-align: center;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

hr.small {
  width: 50%;
  text-align: center;
  justify-content: center;
  font-weight: lighter;
}
