<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* headshot */
.headshot:before {
    content: "";
    background-repeat: no-repeat;
    height: 461px;
    width: 404px;
    display: block;
    position: absolute;
    left: -68px;
    bottom: 265px;
    top: auto;
    right: 0;
    margin: auto;
    z-index: 0;
    background-position-x: calc(50% - -23px);
}
@media (min-width: 576px) {
    .headshot:before {
        display: none;
    }   
}

.navbar-nav .nav-link {
    font-size: .9rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
</pre></body></html>