.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:teal}.brand_name:hover{color:darkgreen}.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:rgb(55,238,39);border-radius:8px;text-align:center}.nav_link:hover{cursor:pointer;color:rgb(132,125,235);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_button{display:flex;flex-direction:row;align-items:center;justify-content:space-between;max-height:2.5rem;margin-left:1rem;box-shadow:0 10px 50px rgba(0,0,0,.1)}@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:whitesmoke}.nav_link{font-size:22px;font-weight:700;margin-top:1rem;color:rgb(17,96,215);text-align:left}.nav_link_buttons{display:"flex";flex-direction:column;width:99vw;align-items:center;background-color:whitesmoke;margin-left:-1rem;margin-top:-10px;min-height:5rem;justify-content:center}.donate-button{display:none}}