@font-face {
    font-family: Gangster Grotesk;
    src: local("Gangster Grotesk"), url(/fonts/GangsterGrotesk-Regular.ttf) format("truetype");
    font-weight:400;
}

@font-face {
    font-family: Aqum two;
    src: local("Aqum two"), url(/fonts/AqumTwoClassic.otf) format("opentype");
}

footer {
    font-family: Space Grotesk;
    background-color: #00000020;
    color: white;
    display: grid;
    padding: 2rem;

    row-gap: 2rem;
    grid-template-columns: repeat(2,minmax(0,1fr));
}

footer h3, h4, p {
    margin: 0;
}

footer h4 {
font-size: 1.25rem;
line-height: 1.75rem;
font-weight: 700;
}

footer a {
    color: white;
    text-decoration-line: none;
}

#club-wordmark {
    font-family: Gangster Grotesk;
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: -.05em;
}

.font-small {
    font-size: .875rem;
    line-height: 1.25rem;
}

#socials {
    display: flex;
    align-items: center;
    text-align: right;
    margin-left: auto;
    flex-direction: column;
    gap: 1.5rem;
    grid-row: span 2 / span 2;
}

#socials div {
    text-decoration-line: none;
}

#socials img {
    height: 2rem;
}

#team-branding {
    display: flex;
    align-items: flex-end;
}

#team-wordmark {
    font-family: Aqum two;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
}

#b9-logo {
    margin-right: 1.5rem;
    height: 3.5rem;
    display: none;
}

#club-branding {
    display: none;
    text-align: right;
    justify-content: center;
    flex-direction: column;
}

@media (min-width: 768px) {
    #socials {
        flex-direction: row;
        grid-row: span 1 / span 1;
    }

    #b9-logo {
        display: block;
    }

    #club-branding {
        display: flex;
    }
}
