.t-color,
.t-color * {
    color: white !important;
}

.badge-color {
    border: 1px solid white !important;
}

@media (hover: hover) {
    .link:hover {
        background-color: white !important;
        color: black !important;
    }
}

/* HOME PAGE */
.home-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

/* HERO */
.home-hero {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
}

.home-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
}

/* NAV */
.home-nav {
    display: flex;
    margin: auto;
    z-index: 10;
}

.home-nav * {
    margin: 0 .5rem 4rem;
}