/* Subheader */
.fullbg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.footer {
    display: flex;
    background-color: var(--secondary);
    z-index: 0;
    height: 7.5rem;
}

@media (max-width:1027px) {
    .footer {
        height: 9rem;
    }
}

.footer a,
.footer p {
    color: var(--gray);
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width:1027px) {
    .footer p {
        text-align: center;
        margin-bottom: 0.75rem;
    }
}

.footer .is_active > a {
    font-weight: 700;
    color: #fff;
}

.fullbg video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
