nav .numberCircle {
    display:block;
    color:#efefef;
    background-color:#1f1fef;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    border: 2px solid #1f1fef;
    float: left;
}
.wrapper nav#sticky{
    width:max-content;
    margin: 0 auto;
    /*padding: 28px 0 0 0;*/
    margin-left:9rem;
}

nav#sticky {
    left: 0;
    right: 0;
    display: block;
    width: 100px;
    padding: 4px 0;
    z-index: 100;
}
.floating {
    /*top: 36rem;*/    
    position:absolute;
}
nav#sticky a {
    
    color:blue;    
    padding: 2px; 4px;
    display: block;
    /*float: left;*/
    text-decoration: none;
    /*margin-right: 4px;*/
    height: 2rem;
    width: 100%;
	font-size:20px;
}

nav#sticky a:hover,
nav#sticky a.active {
    background: white;
    color:gray; 
}
nav#sticky a.current:after {
    color:white;
    content:"CURRENT STAGE";
    background-color: #7FB245;
    border: none;
    padding: 4px 4px;
    text-align: center;
    text-decoration: none;
    margin: 4px 4px;
    cursor: pointer;
    border-radius: 16px; 
    font-size: 8px;
    height: 10px;
    line-height: 10px;
    letter-spacing: 2.24px;
}
.fixed {
    position: fixed;
    /*top: 0*/
} 