/* SKILLS */
.skill-icon {
    overflow: hidden;
    object-fit: cover;
    width: 7rem;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 1rem;
    flex-shrink: 0;
    background: var(--readability);
    border-radius: 999px;
}

.skill-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.skill-tags-line {
    margin-top: .5rem;
    font-size: .9rem;
    opacity: .9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 200;
    text-align: center;
    margin-top: 1rem;
}

.skill-name span {
    display: block;
    font-weight: 200;
    font-size: 16px;
}

.skill-icon img {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
}

.skill-info {
    margin: 10px 0 0;
    font-size: 0.95rem;
    opacity: .95;
}

.card-header {
    width: 100%;
    text-align: left;
}

.card-header h2 {
    margin: 0;
    font-size: 1.3rem;
}

.card-body {
    width: 100%;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.card-body h3 {
    margin: 0.5rem 0;
    font-size: 1.1rem;
}

.card-body p {
    margin: 0.5rem 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.card-body ul {
    margin: 0.5rem 0;
    padding-left: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
}

.card-body li {
    margin: 0.25rem 0;
}

.about-facts {
    list-style: none;
    padding: 0;
    margin: .75rem 0 0;
    display: flex;
    flex-direction: column;
    gap: .5rem 1rem;
    opacity: .95;
    justify-items: center;
    align-items: center;
}

.about-facts p {
    margin: 0;
}

.about-resume-cta {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.about-intro-section {
    flex-direction: column;
    align-items: center;
}

.about-resume-cta .redirect-button {
    margin: 0;
}

@media (max-width: 1000px) {
    .about-text-float {
        float: none;
    }
}

@media (max-width: 768px) {
    .skill-icon {
        width: 5rem;
        height: 5rem;
        margin-top: 0.75rem;
    }

    .skill-icon img {
        width: 3.5rem;
        height: 3.5rem;
    }

    .skill-name span {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .skill-icon {
        width: 4rem;
        height: 4rem;
        margin-top: 0.5rem;
    }

    .skill-icon img {
        width: 3rem;
        height: 3rem;
    }

    .skill-name span {
        font-size: 13px;
    }

    .skill-tags-line {
        font-size: 0.8rem;
    }

    .about-facts {
        font-size: 0.9rem;
    }

    .profile-pic-float {
        width: 100%;
        height: 200px;
        margin-bottom: 1rem;
    }
}

.profile-pic-float {
    background-size: cover;
    background-position: center;
    border-radius: 12px;
}

.about-container {
    width: 100%;
    overflow: auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
}

.about-text-float {
    font-family: var(--font-family);
    color: var(--fg);
    text-align: left;
    line-height: 1.6;
    margin: 0px;
    padding: 0px;
    font-size: 1rem;
}