/* Contact things */

#contactPersonellTabs.nav-tabs .nav-link.active {
    border-radius: 0px;
}

#contactPersonell .tab-pane {
    padding-top: 2rem;
}

.personell-card {
    text-decoration: none;
}

.personell-card .image-area {
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.personell-card .personell-info h3 {
    font-weight: 900;
    font-size: 2rem;
}

.personell-card a {
    display: block;
}

.personell-card a:last-of-type {
    margin-bottom: 0px !important;
}