/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

li.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
    font-weight: bolder;
}

li {
  font-weight: 400px;
}

.unselectable {
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}