.sub-nav{
    bottom: 0px;
    position: absolute;
    display: flex;
    width: 100vw;
    height: 100px;
    padding: 10px 50px 90px 50px;
    justify-content: space-between;
    align-items: center;

    background: #05304b50;
    z-index: 999;
}

.view-option-buttons{
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    margin: auto;
    gap: 36px;
}

.option-button{
    display: flex;
    width: 120px;
    height: 60px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 6px;
    cursor: pointer;
}

.button-static{
    background-color: #ffffff33;   
}

.button-hover{
    background-color: #ffffff1a;
}

.button-text-static{
    color: #fff;
}

.button-text-hover{
    color: #ffffff80;
}

.nav-button-label{
    font-family: 'Gill sans nova', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.back-navigation{
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 34px;
    margin: 80px 0 0 0;
}

.back-chevron::before{
    content: 'arrow_back_ios';
}
.back-chevron{
    width: 24px;
    height: 24px;
    font-size: 20px !important;
    margin: 0px 0px 18px -30px;
    flex-shrink: 0;
}

.view-title{
    font-size: 24px;
}

.anatomy-options{
    display: flex;
    padding: 10px;
    align-items: flex-start;
    gap: 24px;
    margin: 80px 0 0 0;
}

.disabled{
    opacity: 30%;
    cursor: default;
}

.intro-text{
    font-size: 42px;
    /* margin: 300px auto 0 auto !important; */
}