body {
  font-family: verdana, sans-serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
  color: #222;
  background-color: #fdfdfd;
}

h3 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

ul {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  padding-left: 1.6rem;
}

.resume-header {
  background: #e2e2e2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem;
}

.resume-header h1 {
  font-size: 3rem;
  font-weight: 500;
  color: #555;
  margin: 0;
}

.contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.contact a {
  color: #222;
  text-decoration: none;
}

.italic {
  font-style: italic;
}

.content-container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.resume-section {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.section-heading {
  flex-basis: 25%;
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #555;
}

.section-content {
  flex-basis: 75%;
  padding-left: 0.6rem;
}

.section-year {
  font-size: 1rem;
  color: #555;
  font-weight: 400;
}
.section-year a {
  color: #555;
  text-decoration: none;
}

.skills-title {
  margin: 0;
  margin-right: 0.2rem;
  display: inline;
}

.skills-list {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0.3rem;
}

.badge {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  margin-bottom: 0.3rem;
  border-radius: 0.5rem;
  background: #e2e2e2;
  color: #222;
  font-size: 0.9rem;
}

@media print {
  body {
    font-size: 11pt;
    width: 8.5in;
    height: 11in;
  }
  main {
    padding-top: 0.6rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  .contact {
    padding-top: 0.7rem;
  }
  .resume-header {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .resume-header h1 {
    font-size: 2.5rem;
  }
  .section-title {
    font-size: 1.4rem;
  }
  .section-content {
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
  }
  .badge {
    background: #fdfdfd;
    padding: 0.1rem;
  }
}