body {
    background-color: #f5f5f5;
}

.btn-primary {
    background-color: #de8400;
    border-color: #de8400
}
.btn-primary:hover {
    background-color: #de8400;
    border-color: #de8400;
}

.profile-navbar-logo {
    height: 32px;
}

.profile-avatar {
    padding: 0;
    border: 1px solid #dee2e6;
    border-radius: 50%;
}
.profile-avatar__overlay {
    position: absolute;
    transition: opacity 0.2s;
    opacity: 0;
    color: white;
    height: 64px;
    width: 64px;
    font-size: 36px;
    padding-top: 4px;
    border-radius: 50%;
    cursor: pointer;
}
.profile-avatar__overlay:hover {
    transition: opacity 0.2s;
    opacity: 1;
    background-color: #787878AA;
}
.profile-avatar__img {
    height: 64px;
    width: 64px;
}
.profile-avatar__upload {
    display: none;
}

.service-card a {
    text-decoration: none;
}
.service-card__icon {
    max-height: 128px;
}

.footer-uw-logo {
    height: 64px;
}
