
#initial-section, #overlap-section, #colophon {
    transition: all 0.5s linear;
}
.polstern-brand-bar {
    display: flex;
    width: 100%;
    margin-top: 25px;
}
.polstern-brand-bar span {
    display: block;
    width: 33.33333333%;
    height: 5px;
    background-color: #fff;
}
.polstern-brand-bar span:nth-child(1) {
    background-color: #FF183B;
}
.polstern-brand-bar span:nth-child(2) {
    background-color: #000;
}
@media (min-width: 1200px) {
    body.home {
        overflow: hidden;
    }
    #colophon {
        position: relative;
        /* bottom: 0;
        left: 0;
        right: 0;
        transform: translateY(100%); */
        z-index: 2;
    }
}