
.sticker--menu {
    fill: #ffffff;
}

.nav__modal {
    background-color: #FF0000;
}

body {
    background-color: #FF0000;
}

.mobile-wall {
    background-color: #FF0000;
}

p {
    color: #ffffff;
}

.nav__samuel span:nth-child(1),
span:nth-child(8) {
    color: #FFFFFF;
}
.nav__samuel span:nth-child(2),
span:nth-child(9) {
    color: #FFFFFF;
}
.nav__samuel span:nth-child(3),
span:nth-child(10) {
    color: #FFFFFF;
}
.nav__samuel span:nth-child(4),
span:nth-child(11) {
    color: #FFFFFF;
}
.nav__samuel span:nth-child(5),
span:nth-child(12) {
    color: #FFFFFF;
}
.nav__samuel span:nth-child(6),
span:nth-child(13) {
    color: #FFFFFF;
}
.nav__samuel span:nth-child(7) {
    color: #000000
}

.grid--banana-bones {
    column-gap: 0;
    padding-right: 32px;
    overflow: hidden;
    z-index: 0;
}

.grid__content.grid__content--banana-bones {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.bananaBone {
    position: absolute;
    height: 100%;
    fill-rule: evenodd;
    clip-rule: evenodd;
    stroke-opacity: 0;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit:1.5;
    z-index: 1;
}

@media (max-width: 766px) {
    .grid--info {
        height: 100vh;
        height: 100svh;
        padding: var(--padding);
    }
    .grid--banana-bones {
        grid-template-columns: 0 1fr;
    }
    .grid__content {
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .bananaBone {
        position: relative;
        height: auto;
        width: 100%;
    }
}