h5 {
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin: 0.75em 0 0;
    font-size: 1.2rem;
    line-height: 1.4;
}

a {
    text-decoration: none;
    transition: color 0.1s ease-in-out;
}

a:hover {
    color: #023867;
}

cite {
    line-height: 1.3;
}

.nav_element {
    margin: 0 1em;
}

.hidden {
    display: none !important;
}

.video {
    max-width: 40em;
}

.video .iframe-wrapper {
    position: relative;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.technical-skills {
    grid-area: technical_skills;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.technical-skills > div {
    margin: .75em;
    padding: 0.25em 0.75em;
    /* flex-shrink: 0; */
    background-color: #fcb424;
}

.career__header {
    padding: 0 4rem;
    position: relative;
    background: black;
}