@media print {
  .hidePrint {
    display: none !important;
  }
}

.showPrint {
  display: none;
}

@media print {
  .showPrint {
    display: inherit;
  }
}

html {
  font-family: Roboto, sans-serif;
  color: #333333;
}

@media print {
  html {
    font-size: 10pt;
  }
}

* {
  box-sizing: border-box;
}

body {
  height: 100%;
  line-height: 1.2em;
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  body {
    margin: 0 8px;
  }
}

@media print {
  body {
    margin: 0;
  }
}

a {
  color: #333333;
  text-decoration: none;
}

@media screen {
  a {
    font-weight: bold;
  }
}

p {
  margin: 0;
}

@media screen {
  .emphasis {
    font-style: italic;
  }
}

@media screen {
  .strong {
    font-weight: 600;
  }
}

@media print {
  .strong {
    font-weight: normal;
  }
}

#name {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 3px;
  margin: 0;
  text-align: center;
  width: 100%;
  border-bottom: 1px #333333 solid;
}

@media print {
  #name {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.1em;
  }
}

#header {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 25px;
}

@media screen and (max-width: 800px) {
  #header {
    padding-bottom: 15px;
  }
}

@media print {
  #header {
    padding-top: 4px;
    padding-bottom: 10px;
  }
}

#header p {
  line-height: 1em;
  margin: 4px 0;
  font-size: 18px;
}

@media print {
  #header p {
    font-size: 12pt;
  }
}

@media screen and (max-width: 800px) {
  #header p {
    font-size: 12px;
  }
}

#header #address {
  width: 50%;
  text-align: left;
}

#header #contact-info {
  width: 50%;
  text-align: right;
}

.section {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 15px 0;
}

@media print {
  .section {
    padding: 15px 0 0;
  }
}

.section-header {
  text-transform: uppercase;
  font-weight: 500;
  text-align: right;
  width: 33%;
  padding-right: 2%;
}

@media print {
  .section-header {
    font-weight: normal;
  }
}

@media print {
  .section-header {
    padding-right: 12px;
  }
}

@media screen and (max-width: 800px) {
  .section-header {
    width: 15%;
  }
}

@media screen and (max-width: 800px) {
  .section-header .name {
    display: none;
  }
}

.section-header i {
  display: none;
}

@media screen and (max-width: 800px) {
  .section-header i {
    display: inherit;
  }
}

.content {
  width: 57%;
}

@media screen and (max-width: 800px) {
  .content {
    width: 75%;
  }
}

.content ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 14px;
}

@media print {
  .print-left-border {
    border-left: solid 2px #888888;
  }
}

.job {
  padding: 0 5px;
}

@media print {
  .job {
    padding-left: 12px;
  }
}

@media screen {
  .job {
    background: #eee;
    border-radius: 7px;
  }
}

@media screen {
  .job .organization {
    font-style: italic;
  }
}

.job .talking-points {
  padding-top: 10px;
}

@media screen and (min-width: 801px) {
  .job .organization, .job .timeframe {
    display: inline-block;
  }
  .job .timeframe {
    float: right;
  }
  .job .talking-points:first-child {
    border-top: solid 1px black;
  }
}

.timeframe {
  font-size: 14px;
}

@media print {
  .timeframe {
    font-size: 8pt;
  }
}

.job + .job {
  margin-top: 10px;
}

@media screen and (min-width: 801px) {
  .job + .job {
    margin-top: 15px;
  }
}

@media print {
  .job + .job {
    margin-top: 15px;
  }
}

span.nowrap {
  white-space: nowrap;
}

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

i.fa.fa-area-chart {
  padding-right: 1px;
}

i.fa.fa-code {
  padding-right: 2px;
}

i.fa.fa-desktop {
  padding-right: 2px;
}

i.fa.fa-child {
  padding-right: 4px;
}

i.fa.fa-birthday-cake {
  padding-right: 2px;
}

#education .content {
  padding-left: 5px;
}

@media print {
  #education .content {
    padding-left: 12px;
  }
}

#education .attributes {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

@media print {
  #education .attributes {
    width: 90%;
  }
}

#education .attributes :not(:last-child) {
  border-right: solid 2px #888888;
  padding-right: 7px;
  margin-right: 7px;
}

#programming-languages .content {
  padding-left: 5px;
}

@media print {
  #programming-languages .content {
    padding-left: 12px;
  }
}

.spacer {
  height: 200px;
}

.footer {
  margin-top: 145px;
  font-size: 5pt;
}

@media print {
  .footer {
    margin-top: 20px;
  }
}
