
.header-column img {
    width: 166px;
}

div.skillpills {
    padding: 6px 0px;
    display: inline-flex;
    flex-flow: wrap;
    align-items: center;
}

.skillpill.medium {
    font-size: 13px;
    background-color: lightgrey;
    color: black;
    border-radius: 25px;
    padding: 4px 8px;
}

.skillpill.large {
    font-size: 17px;
    background-color: #f2511b;
    border-radius: 25px;
    padding: 4px 11px;
}

.skillpill {
    background-color: #787878;
    border-radius: 20px;
    display: inline-block;
    color: white;
    padding: 2.5px 7px;
    font-family: Raleway;
    font-weight: bold;
    font-size: 10px;
    height: auto;
    margin: 1px 1px;
}

body {
    background-color: lightgray;
    text-align: center;
    font-family: Lato;
    font-size: 13px;
}

div.page {
    background-color: white;
    display: inline-block;
    width: 773px;
    min-height: 842px;
    text-align: left;
    padding: 30px 90px;
    box-sizing: border-box;
}

div.header {
    display: inline-flex;
    flex-direction: row;
}

div.header-column {
    display: flex;
    flex-direction: column;
    padding: 0px 13px;
}

div.header-column span {
    margin-bottom: 4px;
}

span {
    font-family: Lato;
    font-size: 13px;
}

p {
    font-family: Lato;
    font-size: 13px;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

span.red {
    color: #f2511b;
}

span.title {
    font-family: Raleway;
    font-size: 29px;
    font-weight: bold;
    color: black;
}
span.subtitle {
    font-size: 19px;
    font-weight: bold;
}

div.headline {
    padding: 7px 0px;
}

div.headline p {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
}

div.content p.heading {
    font-size: 21px;
    color: grey;
    font-weight: bold;
    margin-block-start: 1em;
    margin-block-end: 0em;
}

p.company {
    font-weight: bold;
    display: inline-block;
    margin-block-end: 0px;
    font-size: 17px;
}

p.position {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #f2511b;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

p.position:before {
    content: "";
}

p.location {
    display: inline-block;
    margin-block-end: 0px;
}

p.location:before {
    content: "\00a0/\00a0";
}

p.period {
    display: inline-block;
    margin-block-end: 0px;
}

p.period:before {
    content: "\00a0/\00a0";
}

p.duration {
    display: inline-block;
    margin-block-end: 0px;
}

p.duration:before {
    content: "\00a0/\00a0";
}

p.subheading {
    font-weight: bold;
    display: inline-block;
    color: #f2511b;
    margin-block-end: 0px;
}

p.listitem {
    display: inline-block;
    font-weight: bold;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

p.listdescription {
    display: inline-block;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

p.listdescription:before {
    content: " - ";
}

.positiondetails li {
    margin-block-start: 0.7em;
    margin-block-end: 0.7em;
    list-style-type: "⚡";
    font-family: Lato;
    font-size: 13px;
}

ul.positiondetails {
    margin-block-start: 1.3em;
    margin-block-end: 0.7em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

div.subpost {
    display: inline-block;
    margin-right: 32px;
}

@media print {
    .post {
        page-break-inside: avoid;
    }

    body {
        background: none;
        margin: 0px;
    }

    div.page {
        border-style: solid;
        border-color: black;
        border-width: 1px;
    }
}

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  
  .raleway-r {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }