.project-thumbnail{
    min-width: 110px;
    width: 100px;
    height: 160px;
    text-decoration: none;
}

.project-thumbnail:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.project-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.label {
    min-width: 100px;
}
.value {
    text-align: right;
}

.nav-tabs {
    border-bottom: 1px solid #495057;
    display: flex;
    width: 100%;
}

.nav-tabs .nav-item {
    flex: 1;
}

.nav-tabs .nav-link {
    color: #ccc;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    text-align: center;
    font-size: 0.8rem;
    width: 100%;
}

.nav-tabs .nav-link i {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 4px;
}

.nav-tabs .nav-link:hover {
    border-color: #ccc;
    color: #fff;
}

.nav-tabs .nav-link.active {
    color: #71c16e;
    background: transparent;
    border-bottom: 2px solid lightgoldenrodyellow;
}

h4 a:hover {
    color: #71c16e !important;
    transition: color 0.3s ease;
}