.section-switcher {
    position:fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index:500;
}

.section-switcher .section-switch {
    display: block;
    clear: both;
    background: rgba(197, 174, 156, 0.8);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 3px;
    position: relative;
}

.section-switcher .section-switch-title {
      display: block;
      overflow: hidden;
      color: #fff;
      transition: all 0.5s ease-in-out;
      float: right;
      font-family: 'PFRegalDisplayPro-Regular';
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding-left: 10px;
      margin-right: 26px;
}



.section-switch:hover .section-switch-bullet {
    background:#fff;
    border-color:transparent;
}

.section-switcher .section-switch-bullet {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  float: right;
  margin-top: 1px;
  margin-left: 5px;
  margin-right: 6px;
  transition: all 0.5s ease-in-out;
}

.section-switch.active .section-switch-bullet {
    background:#fff;
    border-color:transparent;
}

.section-switch-name {
    display:none;
}
