@media (max-width: 400px) {
    .index-header-logo {
        width: 150px;
    }

    .index-nav-button {
        font-size: .6rem;
        padding: .5rem .3rem;
        line-height: 1rem;
        display: inline-block;
    }

}

.u-header__section {
    border: none;
}


.index-wrapper {
    position: relative;
}

.index-anchor {
    position: absolute;
    bottom: 0;
    height: 10px;
    width: 100%;

    background-color: red;;
}