[data-bs-theme=light] {
    --invert-set: 0;
}

[data-bs-theme=dark] {
    --invert-set: 1;
}

.logo {
    width: 60px;
    height: auto;
    margin: 0 20px;
}

.theme-icon-dark {
    filter: brightness(0) invert(0); /* Makes it black */
}


.theme-icon-light {
    filter: brightness(0) invert(1); /* Makes it white */
}

.btn-outline-light:hover {
    background-color: #212529;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    border: none;
}

.btn-outline-dark:hover {
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    border: none;
}

.btn-outline-light {
    border: none;
}

.btn-outline-dark {
    border: none;
}

.email-me {
    width: 30px;
    filter: brightness(0) invert(var(--invert-set)); /* Makes it white */
}

.github {
    width: 30px;
    filter: brightness(0) invert(var(--invert-set)); /* Makes it white */
}

.linkedin {
    width: 30px;
    filter: brightness(0) invert(1); /* Makes it white */
}

.card-slot-1 {
    background-image: url("../images/Screenshot_20250703_132526.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.card-slot-2 {
    background-image: url("../images/Screenshot_20250626_080727.png");
    background-position: center;
    background-size: 215%;
    background-repeat: no-repeat;
}

.card-slot-3 {
    background-image: url("../images/Screenshot_20250714_162828.png");
    background-position: center;
    background-size: 150%;
    background-repeat: no-repeat;
}

.card-heading-text {
    border-radius: 15px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}

.card-comment {
    border-radius: 15px;
    padding: 10px;
    background-color: rgba(2, 2, 2, 0.7);
    color: white;
}