body {
  color: #222;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4rem;
  margin: 0 0 .5rem;
}

a {
  color: #0000ee;
}

a:link, a:hover, a:active {
  color: #0000ee;
}

a:visited {
  color: #551a8b;
}

@media (min-width: 540px) {
  h1 {
    font-size: 5rem;
  }
}

.content-container {
  max-width: 95%;
  margin: 0 auto;
}

@media (min-width: 820px) {
  .content-container {
    max-width: 800px;
  }
}

.header {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border: 0 solid #222;
  border-width: 0 0 2px;
}

.header .title p {
  font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  margin: 0 0 .5rem;
}

.header .contact {
  display: none;
}

@media (min-width: 540px) {
  .section {
    display: flex;
  }
  .section .heading {
    width: 28%;
  }
  .section .body {
    width: 72%;
  }
}

.resume h2 {
  font-size: 1.75rem;
  color: #667;
  margin: 1rem 0;
}

.resume p {
  line-height: 1.3rem;
}

.resume .role {
  font-size: 1.1rem;
  margin: .5rem 0;
}

.resume .role {
  margin-bottom: 3px;
}

.section h3 {
  margin: 1rem 0 .2rem;
}

.skills .body ul {
  list-style-type: none;
  line-height: 1.25rem;
  padding-left: .5rem;
  border: 0 solid #222;
  border-width: 0 0 0 2px;
}

.skills .body li {
  margin-left: 0;
}

.skills h3 {
  margin: 0;
}

.section.skills .body {
  display: flex;
  flex-wrap: wrap;
}

.section.skills .column {
  width: 50%;
}

.section.skills .column:last-child {
  width: 100%;
}

@media (min-width: 540px) {
  .section.skills .body {
    display: flex;
    font-size: .9rem;
  }
  .section.skills .column {
    width: 31%;
  }
  .section.skills .column:last-child {
    width: 38%;
  }
}

.footer {
  text-align: center;
}

.footer ul {
  list-style-type: none;
  padding-left: 0;
}

.footer li {
  margin-left: 0;
  display: inline-block;
}

.footer li:after {
  content: " — ";
}

.footer li:last-child:after {
  content: "";
}

@media print {
  body {
    color: #000;
  }
  h1 {
    font-size: 3rem;
  }

  .content-container {
    max-width: 95%;
    margin: 0 auto;
  }

  .header {
    display: flex;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border: 0 solid #000;
    border-width: 0 0 2px;
  }

  .header .title {
    width: 80%;
  }

  .header .contact {
    width: 20%;
    text-align: right;
    margin-top: auto;
  }

  .header .title p {
    font-size: 2rem;
  }

  .header .contact {
    display: block;
  }

  .header .contact p {
    margin: 0;
    line-height: 1rem;
    font-size: .8rem;
  }

  .header .contact a {
    color: #000;
    text-decoration: none;
  }

  .resume h2 {
    font-size: 1.25rem;
    color: #000;
    margin: .5rem 0 1rem;
  }

  .resume p {
    line-height: 1.1rem;
  }

  .section h3 {
    margin: .5rem 0 .2rem;
    font-size: 1.1rem;
  }

  .section {
    display: flex;
  }
  .section .heading {
    width: 20%;
  }
  .section .body {
    width: 80%;
  }

  .footer {
    display: none;
  }
}