/* mousefullpage.js used css3*/


/*.quick {
    position: fixed;
    transform: translateY(-50%);
    z-index: 100000
} 

 .quick li {
    width: 0.75rem;
    height: 0.75rem;
    margin-bottom: 0.5rem;
    border-radius: 15px;
    cursor: pointer;
    background: #fff;
}

.quick .on {
    background: #6ca680;
} */


/*fullpage.js used css3*/

#fp-nav ul li a span,
.fp-slidesNav ul li a {
    background: #fff;
}

#fp-nav ul li a:hover span,
#fp-nav ul li a:active span,
#fp-nav ul li a.active span {
    background: #6ca680;
}