body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#000;color:#f5f5f5}nav{position:fixed;top:0;left:0;right:0;border-bottom:1px solid grey;height:52px;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2}.nav__content{display:flex;align-items:center;justify-content:space-between;width:800px;max-width:100%;padding:0 1rem;margin:0 auto;height:100%}nav a{background:-webkit-linear-gradient(#ae7d3f,#eee798);color:#000}nav a,nav a:hover{text-decoration:none;font-weight:700;padding:.5rem 1rem;border-radius:100px;font-size:.875rem}nav a:hover{background:linear-gradient(90deg,#ffe066,#eab308,#fffbe6,#eab308,#ffe066);background-size:200% 200%;animation:sparkle 3s linear infinite;color:#666;box-shadow:0 0 10px 2px #ffe066,0 0 20px 4px #fffbe6}@keyframes sparkle{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}nav img{height:50%;justify-self:start}a{color:inherit;text-decoration:none}h1{@media (prefers-color-scheme:dark){-webkit-text-fill-color:#eee79875}}.rock_division,h1{color:inherit;background:-webkit-linear-gradient(#ae7d3f,#eee798);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.rock_division{font-weight:700;@media (prefers-color-scheme:dark){-webkit-text-fill-color:#eee79875}}section{border-top-style:solid;border-top-color:#ae7d3f}.member{float:left;padding-right:1em}.img-hover-zoom{height:9em;overflow:hidden}.img-hover-zoom img{transition:transform .3s,filter .5s ease;filter:grayscale(40%);height:9em}.img-hover-zoom:hover img{transform:scale(1.2);filter:grayscale(0)}*{box-sizing:border-box}