@media print {
  header {
    display: none;
  }

  .print-only {
    display: inline;
  }

  .c-only {
    display: none;
  }

  .underline {
    border-bottom: 2px solid #4e708e;
  }

  .width-contain {
    width: auto;
    max-width: auto;
  }

  body, p, li {
    font-size: 12px;
  }

  h1 {
    font-size: 30px;
    display: inline-block;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 17px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 15px;
  }

  a, a:visited {
    color: #4e708e;
    text-decoration: none;
    border-bottom: 2px solid #aed1c5;
    transition: all 0.7s ease;
    box-shadow: inset 0 0 0 0 #aed1c5; }

  a:focus, a:hover {
    box-shadow: inset 400px 0 0 0 #aed1c5; }

  h2, h3, h4, h5, h6,
  p, ul, ol {
    width: auto;
    max-width: auto;
    margin: 8px auto 0 auto;
    line-height: 1.4;
  }

  hr + p {
    margin-top: 12px;
  }

  p + h3, ul + h3,
  section:nth-child(odd) ul + h3,
  section:nth-child(even) ul + h3 {
    border-top: 1px solid #DCDADB;
    padding-top: 12px;
    margin-top: 12px;
  }

  li {
    margin-bottom: 7px;
    line-height: 1.4;
  }

  section h3 {
    margin-bottom:0px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
  }

  #wrapper section:nth-child(even) hr {
   border-bottom: 2px solid #E1CCBB;
  }

  #wrapper section:nth-child(odd) hr{
    border-bottom: 2px solid #4e708e;
  }

  #wrapper section {
    padding: 5px 5px;
  }

  #wrapper section:nth-child(even) {
    background-color: #fff;
  }

  nav {
    display:block;
  }

  .description p {
    font-size: 11px;
  }

  .socials li {
    display: inline-block;
    margin: 0 25px 5px auto;
  }

  .socials {
    margin-bottom: 10px;
    border-bottom: 1px solid #E1CCBB;
    text-align: right;

  }

  .socials a {
    display: inline-block;
    margin-left: 10px;
  }

  .socials i {
    font-size: 1.6rem;
  }

  .intro svg {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 10px;
  }

  .intro .flexbox {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .title-bounder {
    margin-left: 0;
    display: flex;
    align-items: center;
    margin-top: 15px;
  }

  .experience h2 {
    text-align: left;
  }

  .loc {
    display: block;
    font-style: italic;
  }

  .dates {
    margin: 0 0 5px;
    font-size: 11px;
  }

  .skills {
    margin: 6px auto 0;
  }

  .previously {
    font-size: 11px;
    margin: 2px auto 0 auto;
    line-height: 1.3;
  }

  .previously + ul {
    margin-top: 5px;
  }

}
