.button-text{font-size:1.5rem;text-decoration:none;cursor:pointer;color:var(--theme_brown)}.button-text.disabled{color:var(--theme_gray);cursor:default}.button-text.selected{text-decoration:underline}.button-text:hover:not(.disabled):not(.selected){color:var(--theme_brown);text-decoration:underline}.nav-buttons{text-align:right}.nav-button{display:inline-flex;justify-content:center;align-items:center;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.menu-button-container{display:none}.menu-button>img{cursor:pointer}@media (max-width:768px){.menu-button-container{display:block;position:fixed;height:0;top:0;right:0;z-index:1001}.nav-row{justify-content:center}.nav-buttons{margin-top:-300px;max-height:0;overflow:hidden;transition:all .3s ease-in-out;flex-direction:column}.nav-buttons.show-nav{margin-top:0;max-height:500px;overflow:visible;transition:all .3s ease-in-out}.nav-button{width:100%}}