@import "main.css";

h1 {
    text-align: center;
}

p {
    color: var(--text_inverted);
}

.hero {
    background: url("../media/sponsors.jpg") 50%;
    background-size: cover;
}

#sponsors_main {
    position: relative;
    overflow: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#thank_you, #new_sponsors {
    margin-top: 2rem;
    margin-bottom: 4rem;
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 2rem;
}

#thank_you > p {
    color: var(--text_inverted);
}

#thank_you img {
    width: 50%;
}

#sponsor_list {
    width: 75%;
}

#sponsor_list > * {
    color: var(--text_inverted);
}

.sponsor_wrapper {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 1rem 0 5rem;
    max-height: fit-content;
}

.sponsor_wrapper p {
    color: var(--text_inverted);
}

.sponsor_text {
    max-width: 45%;
    text-align: left;
}

.sponsor_link {
    font-size: 2rem;
    font-weight: bold;
    color: var(--theme);
}

.sponsor_wrapper img {
    width: 100%;
    max-width: 50%;
    max-height: 300px;
    object-fit: cover;
}

#harmony, #kinetic {
    object-fit: contain;
    height: 100%;
}

#packets {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#packet_download {
    aspect-ratio: 1;
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 2rem;
}

#packet_download img {
    width: 100%;
    border-radius: 0;
}

.sponsorship_packet {
    width: 47%;
    height: fit-content;
}