@font-face {
    font-family: saira condensed;
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/sairaextracondensed/v6/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrG2vh2wph.woff2) format('woff2');
    }
@font-face {
    font-family: saira extra condensed;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/sairaextracondensed/v6/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrU23h2wph.woff2) format('woff2');
}

html {
  scroll-behavior: smooth;
}

body {
    display: block;
    max-width: 8px;
    color: #868e96;
    font-family: open sans,serif;
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.35rem;
}

header {
    display: block;
    margin-top: 0;
}

header h1 {
    font-size: 6rem;
    font-weight: bolder;
    line-height: 5.5rem;
    margin: 0;
    color: #212529;
    font-family: saira extra condensed,serif;
    text-transform: uppercase;
}

header h2 {
    font-size: 5rem;
    font-weight: bolder;
    line-height: 4.5rem;
    margin: 0;
    color: #212529;
    font-family: saira extra condensed,serif;
    text-transform: uppercase;
    display: inline-block;
}

header h3 {
    margin: 0;
}

header h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-family: saira condensed, serif;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 3rem !important;
    color:#868e96;
    display: flex;
}
header h4 span, header h4 a {
    flex: none;
}
header h4 a {
    margin-left: 0.5rem;
}
header h4 a img {
    width: 1.5rem;
    height: 2rem;
}

a {
    color: #0062cc;
    text-decoration: none;
}

section {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

section article {
    min-height: 100vh;
    border-bottom: 1px solid #dee2e6;
}

section article header {
    font-family: saira extra condensed, serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #343a40;
    text-transform: uppercase;
}

section article div h3 {
    font-family: saira condensed, serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #343a40;
    text-transform: uppercase;
    margin-block-end: 0;
}

section article div .subtitle {
    font-family: saira extra condensed, serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #868e96;
    text-transform: uppercase;
}

section article div .range {
    font-family: open sans,serif;
    font-size: 1.3rem;
    color: #0062cc;
}

section article div .summary {
    margin-block: 1em;
}

td.skill-group {
    text-transform: uppercase;
    font-weight: 500;
    font-family: saira extra condensed, serif;
    font-size: 1.5rem;
    padding-right: 2rem;
}

.footer-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.footer-nav a img {
    width: 3em;
    height: 3em;
}