.collapse.show {
    display: block;
    position: absolute;
    width: 100%;
    background: #111111;
    left: 0;
    top: 51px;
    text-align: left;
    height: 100vh;
}
.navbar-toggler-icon {
    filter: contrast(0) brightness(51.5);
}