/* Menu */

/* Old Menu */
/*#menu {
    position: absolute;
    top: calc(150vh - 60px);
    left: -30px;
    
    height: 120px;
    width: 24px;
    
    font-size: 6pt;
    
    z-index: 99;
}*/

#menu {
    position: fixed;
    top: calc(50% - 75px);
    left: -100px;
    
    height: 150px;
    width: 24px;
    
    font-size: 6pt;
    
    z-index: 99;
}

.circle {
    position: absolute;
    top: 0;
    
    height: 24px;
    width: 24px;
    
    border-radius: 50%;
    opacity: 0.9;
    background: #777777;
    -webkit-box-shadow: 0px 10px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 10px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.35);
}


.circle_2 {
    position: absolute;
    bottom: 0;
    
    height: 24px;
    width: 24px;
    
    border-radius: 50%;
    
    opacity: 0.9;
    background: #777777;
    -webkit-box-shadow: 0px 10px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 10px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.35);
}

#menu_image {
    position: absolute;
    
    height: 70%;
    width: 70%;
    
    top: 15%;
    bottom: 15%;
    left: 15%;
    right: 15%;
}

#contact_image {
    position: absolute;
    
    height: 70%;
    width: 70%;
    
    top: 15%;
    bottom: 15%;
    left: 15%;
    right: 15%;
}


.options {
    position: absolute;
    top: 30px;
    bottom: 30px;
    opacity: 0.9;
    width: 100%;
    
    border-radius: 12px;
    
    background: #777777;

    -webkit-box-shadow: 0px 10px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 10px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.35);
}


.option {
    width: 5px;
    height: 5px;
    
    position: absolute;
    
    left: calc(50% - 2.5px);
    right: calc(50% - 2.5px);
    
    background: white;
    
    border-radius: 50%;
}

#opt1 {
    top: 11.25px;
}

#opt2 {
    top: 23.75px;
}

#opt3 {
    top: 36.25px;
}

#opt4 {
    top: 48.75px;
}

#opt5 {
    top: 61.25px;
}

#opt6 {
    top: 73.75px;
}


/* Option selection boxes */
.optionBox {
    width: 12.5px;
    height: 12.5px;
    
    position: absolute;
    
    z-index: 110;
    
    left: calc(50% - 6.25px);
    right: calc(50% - 6.25px);
}

#optBox1 {
    top: 7.5px;
}

#optBox2 {
    top: 20px;
}

#optBox3 {
    top: 32.5px;
}

#optBox4 {
    top: 45px;
}

#optBox5 {
    top: 57.5px;
}

#optBox6 {
    top: 70px;
}


#optn0 {
    top: 6px;
}

#optn1 {
    top: 7.75px;
}

#optn2 {
    top: 20.25px;
}

#optn3 {
    top: 32.75px
}

#optn4 {
    top: 45.25px;
}

#optn5 {
    top: 57.75px;
}

#optn6 {
    top: 70.25px;
}

#optn7 {
    bottom: 6px;
}


.option_name {
    position: absolute;
    
    left: 130%;
    
    height: 12px;
    width: 80px;
    
    opacity: 0.9;
    background: #777777;
    
    z-index: 99;
    
    border-radius: 5px;
    
    user-select: none;
    
    opacity: 0;
    
    -webkit-transform-origin: -20px 0;
    
    display: table-cell;
    
    color: white;
    font-family: sans-serif;
    
    text-align:center; 
    vertical-align:middle;
        
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}

#selection {
    width: 9px;
    height: 9px;
    
    position: absolute;
    
    top: 34.25px;
    left: calc(50% - 4.5px);
    right: calc(50% - 4.5px);
    
    border: 1px solid white;
    
    border-radius: 50%;
}

.menu_text {
    /*color: white;
    font-family: sans-serif;
    
    display: inline-block;

    margin-bottom: 0;
    
    overflow: hidden;
    white-space: nowrap;*/
}