body.dark-mode .card {
    background: #151e29;
}
body.dark-mode .project-cards .card-title a {
    color: rgba(255,255,255,0.7);;
}

.project-cards .card-title {
    font-size: 1.125rem;
    color: #fff;
}

.project-cards .card-title a {
    color: #434E5E
}

.project-cards .card-img-container {
    overflow: hidden
}

.project-cards .card-img-container:hover .overlay-logo {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.project-cards .card-img-container:hover .overlay-content {
    margin-top: 0
}

.project-cards .card-img-overlay {
    color: #fff;
    transition: all 0.4s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .project-cards .card-img-overlay {
        transition: none
    }
}

.project-cards .card-img-overlay.overlay-logo {
    margin-top: 0;
    background: rgba(67,78,94,0.6)
}

.project-cards .card-img-overlay.overlay-logo .project-logo {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -38px
}

.project-cards .card-img-overlay.overlay-content {
    margin-top: 600px;
    text-decoration: none
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge {
    padding: 0.35em 0.7em;
    padding-bottom: 0.4em
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #41A4F5
}

.badge-primary[href]:hover,.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #118df2
}

.badge-secondary {
    color: #fff;
    background-color: #58677c
}

.badge-secondary[href]:hover,.badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #434e5e
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:hover,.badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:hover,.badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #434E5E;
    background-color: #ffc107
}

.badge-warning[href]:hover,.badge-warning[href]:focus {
    color: #434E5E;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:hover,.badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #434E5E;
    background-color: #f5f6f8
}

.badge-light[href]:hover,.badge-light[href]:focus {
    color: #434E5E;
    text-decoration: none;
    background-color: #d7dce2
}

.badge-dark {
    color: #fff;
    background-color: #58677c
}

.badge-dark[href]:hover,.badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #434e5e
}