#hero { text-align: center; margin-top: 25px; } #hero-img { width: 256px; max-width: 100vw; } html, body.bg-dark { margin: 0; background-color: #402317 !important; } body * { color: #fff; } nav.navbar { background-color: transparent !important; border-bottom: 1px solid rgba(255,255,255,.25); } .faq-container { margin: 15px 0; background: rgba(0, 0, 0, .25); box-shadow: transparent 0 0 20px 0; padding: 10px 20px; border: 1px solid black; border-radius: 10px; transition: background-color 200ms, box-shadow 200ms; } .faq-container:hover:not([open]) { background: rgba(0, 0, 0, .5); } .faq-container[open] { background: rgba(0, 0, 0, .75); box-shadow: rgba(0, 0, 0, .75) 0 0 20px 0; } .faq-separator { background-color: gray; margin: 1rem -20px; } .stylized-card { background: rgba(0, 0, 0, .5) !important; text-align: center; } .stylized-card-icon { width: 64px; height: 64px; margin-bottom: 5px; border-radius: 10px; background: rgba(255, 255, 255, .1); } .col-lg-4 { padding-top: calc(var(--bs-gutter-x) * .5); padding-bottom: calc(var(--bs-gutter-x) * .5); } .memberview-icon { width: 48px; height: 48px; vertical-align: middle; }