@font-face {
    font-family: "SegoeUI";
    src: url("https://cdn.croomssched.tech/fonts/SegUIVar.woff2");
}

@font-face {
    font-family: "Croomssched Sans";
    src: url("https://cdn.croomssched.tech/fonts/CroomsschedSans/regular.eot")format("embedded-opentype"),
    url("https://cdn.croomssched.tech/fonts/CroomsschedSans/regular.woff2")format("woff2"),
    url("https://cdn.croomssched.tech/fonts/CroomsschedSans/regular.woff")format("woff"),
    url("https://cdn.croomssched.tech/fonts/CroomsschedSans/regular.ttf")format("truetype"),
    url("https://cdn.croomssched.tech/fonts/CroomsschedSans/regular.svg")format("svg");
}

:root {
    background: #111111;
    --body-color: white;
    --pri: #222;
    --sec: #333;
    --tri: #444;
    --qua: #555;
    --pri-t: #2228;
    --sec-t: #3338;
    --tri-t: #4448;
    --qua-t: #5558;

    --background: url("https://lh3.googleusercontent.com/g9lup2u8M2TMJh2ef3Ty3D_eMe0e9O-lInUnEBVteBg04KsAGcpiq8rllqF0xTPUnoLPSaejp9hKUQ=w1500-h844-l90-rj");
    color: var(--body-color);
    font-family: "Croomssched Sans", "SegoeUI", "Segoe UI Variable Display", "Segoe UI Variable", "Segoe UI", system-ui;
}

body {
    margin: 0;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: var(--background);
    background-size: cover;
    opacity: 0.7;
    z-index: -1;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: var(--sec);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--tri);
}

::-webkit-scrollbar-thumb:active {
    background: var(--qua);
}

.hidden {
    display: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: bold !important;
}

p {
    margin-top: 0;
}

button {
    background: #0078d4;
    color: white;
    border: none;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-family: "Croomssched Sans", "SegoeUI", "Segoe UI Variable Display", "Segoe UI Variable", "Segoe UI", system-ui;
    user-select: none;
}

button:hover {
    opacity: 0.9;
}

button:active {
    opacity: 0.7;
}

button:disabled {
    opacity: 0.5;
}

header {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 50vh;
    background: var(--pri-t);
    border-bottom: 2px solid var(--sec);
    user-select: none;
    text-align: center;
}

header > h1 {
    font-size: 5rem;
}

header > span {
    font-size: 2rem;
}

footer {
    margin-top: 4rem;
    background: var(--pri-t);
    border-top: 2px solid var(--sec);
    padding: 3rem;
}

footer span {
    display: block;
}

footer span > a {
    color: white;
}

#talking-points {
    padding: 5rem;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

#talking-points > section {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background: var(--pri-t);
    padding: 2rem;
    border: 2px solid var(--sec);
    border-radius: 1rem;
    margin-bottom: 2rem;
    width: 30vw;
}

#talking-points > section:last-child {
    margin-bottom: 0;
}

#talking-points > section > :last-child {
    margin-left: 1.95rem;
}

#talking-points > section p:last-child {
    margin-bottom: 0;
}

#talking-points > section img {
    user-select: none;
}

#wants {
    padding: 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

#wants > h1 {
    font-size: 2rem;
    text-align: center;
}

#wants > div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

#wants > div > svg {
    border-radius: 100%;
}

#wants > div > svg:first-child {
    margin-right: 1rem;
}

#wants > div > svg:last-child {
    margin-left: 1rem;
}

#wants > div > svg:hover {
    background: #fff3;
}

#wants > div > svg:active {
    background: #fff5;
}

#wants > div > div {
    max-width: calc(286px * 2 + 1.9rem);
    overflow-x: scroll;
    overflow-y: hidden;
    margin-top: 1rem;
    display: flex;
    flex-flow: row nowrap;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

#wants > div > div > section {
    margin: 1rem 0.5rem;
    background: var(--pri-t);
    padding: 1rem;
    border: 2px solid var(--sec);
    border-radius: 1rem;
    max-width: 250px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    height: 400px;
    flex-shrink: 0;
    scroll-snap-align: start;
}

#wants > div > div > section > div {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

#wants > div > div > section h2 {
    text-align: center;
}

#wants > div > div > section img {
    user-select: none;
    margin: 1rem 0;
}

#wants > div > div > section p:last-child {
    margin-bottom: 0;
}

#join-us {
    padding: 1rem;
    display: flex;
    justify-content: center;
}

#join-us > div {
    width: 30vw;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

#join-us img,
#join-us svg {
    user-select: none;
    width: 96px;
    height: 96px;
}

#join-us svg {
    width: calc(96px * 2) !important;
}

#join-us > div > div {
    margin-left: 1rem;
}