@font-face {
    font-family: 'Germania';
    src: url(../assets/fonts/GermaniaOne-Regular.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin';
    src: url('../assets/fonts/Josefin.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hammersmith';
    src: url('../assets/fonts/Hammersmith.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@media (width >= 1024px) {
    #main-content {
        margin-left: 50px;
        margin-right: 50px;
    }

    #img-and-logo {
        justify-content: space-evenly;
    }

    #img-and-logo div {
        flex: 1;
    }

    #img-and-logo img {
        width: 70%;
    }

    #desc-socials-img {
        justify-content: space-evenly;
        gap: 50px;
    }

    #desc-and-socials {
        justify-content: space-between;
        align-items: stretch;
        flex: 2;
    }
    
    #social-links {
        gap: 10px;
    }

    .social-link-group {
        gap: 10px;
    }

    #description-img {
        flex: 1;
    }

    #description-img img {
        width: 100%;
    }

    #img-and-announcements {
        justify-content: space-evenly;
        gap: 50px;
    }

    #img-and-announcements div, #announcements {
        flex: 1;
    }

    #img-and-announcements img {
        width: 100%;
    }
}

@media (width < 1024px) {
    #main-content {
        margin-left: 10px;
        margin-right: 10px;
    }

    #img-and-logo div {
        width: 100%;
    }

    #desc-socials-img {
        flex-direction: column;
        gap: 20px;
    }

    #description {
        text-align: center;
    }

    #img-and-announcements {
        flex-direction: column;
        gap: 20px;
    }
}

@media (width < 1024px) and (width >= 550px) {
    #img-and-logo img {
        width: 70%;
    }
    
    #social-links {
        gap: 20px;
    }

    .social-link-group {
        gap: 20px;
    }
}

@media (width < 1024px) and (width >= 500px) {
    #description-img img {
        width: 50%;
    }

    #img-and-announcements img {
        width: 75%;
    }
}

@media (width >= 768px) {
    #end-links {
        justify-content: space-between;
        gap: 50px;
    }
}

@media (width < 768px) {
    #img-and-logo {
        flex-direction: column;
        gap: 20px;
    }

    #end-links {
        flex-direction: column;
        gap: 20px;
    }

    #full-band-img {
        display: none;
    }
}

@media (width < 768px) and (width >= 500px) {
    #img-and-logo img {
        width: 50%;
    }

    #end-links {
        margin: 0 50px;
    }
}

@media (width >= 550px) {
    .social-link-group {
        justify-content: space-around;
    }
}

@media (width < 550px) {
    #social-links {
        flex-direction: column;
        gap: 20px;
    }

    .social-link-group {
        justify-content: space-evenly;
        gap: 20px;
    }
}

@media (width < 500px) {
    #img-and-logo img {
        width: 100%;
    }

    #description-img img {
        width: 100%;
    }

    #img-and-announcements img {
        width: 100%;
    }
}

#main-content {
    display: flex;
    flex-direction: column;
}

h1, h2 {
    background-color: #4A321B;
    color: #EDB634;
    font-family: 'Germania';
    letter-spacing: 1px;
    text-align: center;
    padding: 10px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 24px 0;
    border-radius: 20px;
}

h1 {
    font-size: 2.5em;
}

#img-and-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

#img-and-logo div {
    display: flex;
    justify-content: center;
}

#main-content img {
    border-radius: 20px;
}

h2 {
    font-size: 1.75em;
}

#desc-socials-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

#desc-and-socials {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

#description {
    background-color: #FCD55D;
    color: #2C2440;
    font-family: 'Josefin';
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    margin: 0;
    border-radius: 20px;
}

#description p {
    padding: 0 20px;
    margin: 0;
}

#socials {
    background-color: #4A321B;
    color: #EDB634;
    font-family: 'Hammersmith';
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 10px;
    padding: 20px;
    border-radius: 20px;
}

h3 {
    font-family: 'Hammersmith';
    font-size: 1.5em;
    text-align: center;
    margin-block-start: 0;
    margin-block-end: 0;
}

#social-links {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.social-link-group {
    display: flex;
    flex: 1;
}

#socials a {
    background-color: #604429;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    padding: 20px;
    max-width: 100px;
    border-radius: 20px;
}

#social-links img {
    width: 100%;
}

main a {
    font-size: larger;
}

#description-img {
    display: flex;
    justify-content: center;
}

#upcoming {
    text-align: center;
    background-color: #FCD55D;
    color: #2C2440;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    margin: 24px 0;
    border-radius: 20px;
}

#upcoming p {
    font-family: 'Josefin';
    font-size: large;
    margin-block-start: 0;
    margin-block-end: 0;
}

#img-and-announcements {
    display: flex;
    justify-content: center;
    align-items: center;
}

#announcements-img {
    display: flex;
    justify-content: center;
}

#announcements {
    background-color: #4A321B;
    color: #EDB634;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-radius: 20px;
}

#announcements p {
    font-family: 'Josefin';
    margin-block-end: 0;
}

#end-links {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.link-group {
    background-color: #FCD55D;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
}

.link-group p {
    color: #2C2440;
    font-family: 'Hammersmith';
    font-size: large;
    margin-block-start: 0;
    margin-block-end: 0;
}

.link-group a {
    background-color: #604429;
    color: #EDB634;
    font-family: 'Germania';
    padding: 10px 20px;
    border-radius: 20px;
}

#full-band-img {
    width: 100%;
    opacity: 25%;
    border-radius: 0;
}

footer {
    background-color: #F1F0E7;
    color: #2C2440;
    text-align: center;
}

footer p {
    font-family: 'Hammersmith';
    font-size: small;
    padding: 10px;
    margin-block-start: 0;
    margin-block-end: 0;
}