.fp-watermark a {
    display: none;
}
#fullpage .section {
    text-align: center;
    font-size: 2rem;
    color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fullpage .fp-is-overflow .fp-overflow.fp-auto-height, 
#fullpage .fp-is-overflow .fp-overflow.fp-auto-height-responsive, 
#fullpage .fp-is-overflow > .fp-overflow {
    overflow-x: hidden;
    overflow-y: hidden;
}

#fullpage .fp-overflow {
    width: 100%;
}

#fullpage .section .single-slide img {
    width: 100%;
    height: 100vh;
}

.we-custom-nav-fullpage {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    background: rgba(0,0,0,.3);
    transition: all .5s ease-in-out;
    padding: 0px 15px;
    right: 10px;
}

.we-custom-nav-fullpage ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.we-custom-nav-fullpage ul li {
    margin: 10px 0;
    cursor: pointer;
}

.we-custom-nav-fullpage ul li span {
    font-size: 16px;
    color: #fff;
    font-family: var(--font-master);
    transition: all 0.3s ease;
}

.we-custom-nav-fullpage ul li span:hover {
    font-weight: bolder;
    text-decoration: underline;
}

.we-custom-nav-fullpage ul li.active span {
    font-weight: bolder;
    text-decoration: underline;
}


#fullpage .section.block_anchor_vr360 { 
    background: transparent;
    height: 100vh;
    margin: 0;
    padding: 0; 
}