.nav{margin-left:10px;display:"flex";flex-direction:row;justify-content:space-between;opacity:1;z-index:999px}.brand_name{margin-left:20px;font-size:30px;font-weight:bolder;color:cyan}.brand_name:hover{color:white}.nav_menu{display:"flex";flex-direction:row;justify-content:end;width:50vw;align-items:center;margin-left:1rem}.nav_link{font-size:22px;font-weight:700;margin-left:10px;margin-right:20px;color:white;border-radius:8px;text-align:center;text-decoration:none}.nav_link:hover{cursor:pointer;color:rgb(143,11,231);mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;-webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;background-repeat:no-repeat;animation:shimmer 1s infinite}.nav_link_buttons{display:"flex";flex-direction:column;width:30vw;align-items:center;margin-top:-10px;justify-content:right}.nav_link_button{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:10vw}@keyframes shimmer{to{-webkit-mask-position:left}}.donate-button{min-width:100%;margin-bottom:5px;margin-left:.2rem}@media only screen and (max-width:1200px){.brand-name{margin-left:10px}.nav{display:"flex";flex-direction:row;justify-content:space-between;opacity:1;z-index:999px}.nav_menu{display:"flex";flex-direction:column;width:99vw;margin-left:-1rem;margin-right:-1rem;background-color:black}.nav_link{font-size:22px;font-weight:700;margin-top:1rem;text-align:left;text-decoration:none}.nav_link_buttons{display:"flex";flex-direction:column;width:99vw;align-items:center;background-color:black;margin-left:-1rem;margin-top:-10px;min-height:5rem;justify-content:space-evenly}.donate-button{display:none}}