> Activity Site Builder — Starter .nav-wrapper .nav-links a:hover { color: #FFD84A; text-shadow: 0 0 10px #FFD84A; } /* MOBILE TOGGLE */ .nav-wrapper .nav-toggle { display: none; font-size: 28px; color: #FFD84A; cursor: pointer; } @media (max-width: 700px) { .nav-wrapper .nav-links { display: none; flex-direction: column; background: rgba(0,0,0,0.85); position: absolute; top: 60px; right: 20px; padding: 15px; border-radius: 10px; border: 1px solid #FFD84A; box-shadow: 0 0 20px #007CFF; } .nav-wrapper .nav-toggle { display: block; } }