html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

/*Regular Roboto*/

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('Content/Fonts/Roboto-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('Content/Fonts/Roboto-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    src: url('Content/Fonts/Roboto-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('Content/Fonts/Roboto-Black.ttf') format('truetype');
    font-display: swap;
}

/*Italic Roboto*/

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url('Content/Fonts/Roboto-ThinItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 200;
    src: url('Content/Fonts/Roboto-LightItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('Content/Fonts/Roboto-Italic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 600;
    src: url('Content/Fonts/Roboto-MediumItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 800;
    src: url('Content/Fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url('Content/Fonts/Roboto-BlackItalic.ttf') format('truetype');
    font-display: swap;
}

/* Fat Frank */

@font-face {
    font-family: 'FatFrank';
    font-style: normal;
    font-weight: 700;
    src: url('/Content/Fonts/FatFrank-Heavy-Regular.ttf') format('truetype');
    font-display: swap;
}

/* Neuzit Grotesk */

@font-face {
    font-family: 'NeuzitGrotesk';
    font-style: normal;
    font-weight: 200;
    src: url('/Content/Fonts/NeuzeitGro-Lig.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'NeuzitGrotesk';
    font-style: normal;
    font-weight: 400;
    src: url('/Content/Fonts/NeuzeitGro-Reg.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'NeuzitGrotesk';
    font-style: normal;
    font-weight: 600;
    src: url('/Content/Fonts/NeuzeitGro-Bol.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'NeuzitGrotesk';
    font-style: normal;
    font-weight: 800;
    src: url('/Content/Fonts/NeuzeitGro-Bla.ttf') format('truetype');
    font-display: swap;
}

/*Variables*/

:root {
    --main-bg-color: #D5EEE8;
    --navy: #06323D;
    --light-navy: #1F5461;
    --purple: #AD6EDB;
    --green: #8CD53B;
    --light-green: #8EFA57;
}

/*PAGE STYLES*/
html {
    margin: 0;
    padding: 0;
    font-family: NeuzitGrotesk,sans-serif;
    line-height: 1.5;
    min-height: 100vh;
}

main {
    margin-top: 0rem;
}

body {
    margin: 0;
    padding: 0;
    color: white;
    background-color: var(--main-bg-color);
    min-height: 100vh;
}

    /*body::before {
        content: "";
        background-image: url('Content/Images/Backgrounds/ALWM_Logo_Tall_Black.png');
        background-size: cover;
        opacity: 0.1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;*/ /* Place the pseudo-element behind the content */
    /*}*/

.page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.page-container {
    margin: 0;
    padding: 0;
    width: 100%;
    color: white;
    background-color: var(--main-bg-color);
    min-height: 100vh;
    z-index: 0;
}

    .page-container::before {
        content: "";
        background-image: url('Content/Images/Backgrounds/ALWM_Logo_Tall_Black.png');
        background-size: cover;
        opacity: 0.1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;  /*Place the pseudo-element behind the content */
    }
.page-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 100;
}

p {
    color: white;
    font-family: NeuzitGrotesk, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: FatFrank, Arial, Helvetica, sans-serif;
    font-size: 3rem;
    margin: 0;
    padding: 0;
    text-align: center;
}

h2 {
    font-family: FatFrank, Arial, Helvetica, sans-serif;
    font-size: 2rem;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* ----------------INDIVIDUAL ELEMENTS--------------- */

/* WRAPPERS */

.content-link-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

/* BUTTONS */
.navy-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    text-align: center;
    margin: 0;
    padding: .5rem 1rem;
    background-color: #06323D;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

    .navy-button:hover {
        background-color: #1F5461;
        color: white;
    }

.green-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    text-align: center;
    margin: 0;
    padding: .5rem 1rem;
    background-color: var(--green);
    border-radius: 10px;
    color: var(--navy);
    text-decoration: none;
    cursor: pointer;
}

    .green-button:hover {
        background-color: var(--light-green);
        color: var(--light-navy);
    }

/* IMAGES */

.alwbbq-flyer-image {
    height: auto;
    width: 50vw;
    max-width: 50rem;
    box-shadow: 0 0 3rem #8CD53B;
}

.coming-soon-cover-art {
    height: 17rem;
    width: auto;
    margin: 0;
    padding: 0;
}

.la-fire-fund-image {
    /*Inherits from coming-soon-cover-art*/
    height: 25rem;
}

/* ----------------SECTIONS----------------------- */

.section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 2rem 0;
    width: 100%;
}

.section-with-purple-border {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 1.5rem;
    border: .125rem solid #AD6EDB;
    border-radius: 10px;
    background-color: rgba(0,0,0,.3);
}

.section-title {
    color: #AD6EDB;
    font-size: 3rem;
}

.section-subtitle {
    /* font-family: FatFrank, Arial, Helvetica, sans-serif; */
    font-size: 1.25rem;
    font-weight: 600;
    color: #06323D;
    text-align: center;
}

.section-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    gap: .5rem;
    width: 90vw;
    max-width: 75rem;
}

/* ---------------OTHER COMMON ELEMENTS-------------- */

.playlists-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 1.5rem;
    border: .125rem solid #AD6EDB;
    border-radius: 10px;
    background-color: rgba(0,0,0,.3);
}

.playlists-container-multiple {
    flex-direction: column;
}

.playlists-container-tracks-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: .25rem;
    flex-wrap: wrap;
}

.tracks-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 2.5rem;
    width: 100%;
    max-width: 90vw;
}

/* Inherits from playlists-container */
.track-container {
    align-items: stretch;
}

.track-spotify-iframe {
    max-width: 70vw;
}

.track-spotify-iframe-compact {
    width: 45%;
    max-width: 40vw;
}

.track-details-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: .75rem;
    align-self: stretch;
    margin: 0;
    padding: 0 0 1rem 0;
    width: 14rem;
}

.track-details-container-multiple {
    flex-direction: row;
    align-self: center;
    width: 90%;
    max-width: calc(80vw + .25rem);
}

.track-details-title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: .5rem;
    margin: 0;
    padding: 0;
}

.track-details-title {
    font-family: FatFrank,Arial, Helvetica, sans-serif;
    color: white;
    font-size: 2rem;
    margin: 0;
    padding: 0;
}

.track-details-subtitle {
    font-size: 1.25rem;
    margin: 0 0 1.75rem 0;
    margin: 0;
    padding: 0;
    color: #D5EEE8;
}

.track-details-buy-button {
    height: auto;
    width: 100%;
    max-width: 22rem;
    margin: 0;
    padding: 1rem;
    font-size: 1.25rem;
}

.input-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 0;
    width: 75vw;
    max-width: 40rem;
    padding: 1.5rem;
    border: .125rem solid #AD6EDB;
    border-radius: 10px;
    background-color: rgba(0,0,0,.3);
}

.input-form-field-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    gap: .25rem;
    width: 100%;
}

.input-form-field {
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    font-weight: 100;
    color: black;
    border: .125rem solid #06323D;
    border-radius: 10px;
    padding: 0 1rem;
}

/* ---------------HEADER/FOOTER-------------- */

#header {
    position: sticky;
    /* display: inline-block; */
    width: 100%;
    top: 0;
    min-height: 5rem;
    z-index: 99;
    margin: 0;
    padding: 0;
}

.header-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 100;
}

.header {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 2rem 0 2rem;
    width: 100%;
    height: 5rem;
    background-color: #06323D;
    border-bottom: 0.625rem solid #8CD53B;
    z-index: 102;
}

.header-image-link {
    position: absolute;
    left: 2rem;
    top: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    z-index: 103;
}

.header-image {
    height: 3.5rem;
    width: auto;
    z-index: 103;
}

.header-links-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 2rem;
    z-index: 102;
}

.header-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 3rem;
    color: white;
    font-family: NeuzitGrotesk, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

    .header-link:hover {
        color: D5EEE8;
        text-decoration: underline;
    }

.header-link-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 103;
}

    .header-link-button p {
        font-size: 1.5rem;
    }

.header-hamburger-button {
    position: fixed;
    top: .5rem;
    right: .5rem;
    z-index: 104;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: .25rem;
    border: none;
    background-color: transparent;
    height: 4rem;
    width: 4.5rem;
    cursor: pointer;
}

.hamburger-line {
    min-height: 3px;
    width: 3.6rem;
    background-color: white;
    border-radius: 1.5px;
    margin: 0;
    transition: transform 500ms ease, background-color 500ms ease;
}

.header-mobile-backdrop {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(20,25,25,.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: none;
    z-index: 3;
}

@media screen and (max-width: 950px) {
    .header {
        flex-direction: column;
        justify-content: flex-start;
        min-height: calc(5rem + 10px);
        margin: 0;
        padding: 0;
        height: auto;
    }

    .header-image-link {
        position: relative;
        left: 0;
        top: 0;
        align-self: flex-start;
        margin: .75rem 0 1rem 1rem;
    }

    .header-image {
        height: 3rem;
        width: auto;
    }

    .header-hamburger-button {
        display: flex;
    }

    .header-links-container {
        flex-direction: column;
        display: none;
        margin: 0;
        padding: 0 0 2rem 0;
    }

    .heaeder-social-buttons-container {
        flex-direction: row;
    }

    .header-nav-button {
        height: 3.625rem;
        width: 80vw;
        min-width: 7rem;
        max-width: 100%;
        position: relative;
        z-index: 103;
        background-color: rgba(120, 215, 215, .3);
    }

    .mobile-header-active {
        display: flex;
    }

    .mobile-header-active-hide {
        display: none;
    }
}

/* ------------FOOTER------------- */

.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 2rem;
    width: 100%;
    min-height: 5rem;
    background-color: #06323D;
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 100;
}

/* ---------------PAGE-SPECIFIC ELEMENTS-------------- */

/* - - - - - - - - - Home - - - - - - - - - */

/*Variables*/

:root {
    --current-events-height: 11rem;
}

.current-events-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: var(--current-events-height);
}

.current-events-alwbbq {
    position: relative;
    background-color: #3e1b57;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: calc(10vw + 2rem);
    margin: 0;
    padding: 0;
    width: 100%;
    height: var(--current-events-height);
    text-decoration: none;
}

.current-events-alwbbq-image-container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: var(--current-events-height);
    overflow: hidden;
}

.current-events-alwbbq-image {
    height: auto;
    width: 100vw;
    opacity: .1;
}

.current-events-alwbbq-text {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.current-events-alwbbq-title {
    font-size: 2.75rem;
    text-decoration: none;
    color: #D5EEE8;
}

.current-events-alwbbq-subtitle {
    color: #8CD53B;
    color: #D5EEE8;
    font-size: 1rem;
    font-weight: 200;
    text-decoration: none;
}

.current-events-alwbbq-button {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 7rem;
    background-color: #8CD53B;
    border-radius: 10px;
    border: .125rem solid #8CD53B;
    text-decoration: none;
    color: #D5EEE8;
}

.section-subtitle {
    /* font-family: FatFrank, Arial, Helvetica, sans-serif; */
    font-size: 1.25rem;
    font-weight: 600;
    color: #06323D;
    text-align: center;
}

.index-title-image {
    height: auto;
    width: 50vw;
    max-width: 50rem;
}

.index-socials-links-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 1rem;
}

.index-socials-links-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 0;
}

.index-socials-link-image {
    height: 1.5rem;
    width: auto;
    margin: 0;
    padding: 0;
    fill: white;
}

.index-socials-link-image-small {
    height: 2rem;
}

.index-socials-link-image svg {
    fill: white;
}

.index-socials-link-text {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
}

.index-playlists-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 1.5rem;
    border: .125rem solid #AD6EDB;
    border-radius: 10px;
    background-color: rgba(0,0,0,.3);
}

.alwbbq-flyer-image {
    height: auto;
    width: 50vw;
    max-width: 50rem;
    box-shadow: 0 0 3rem #06323D;
}

.alwbbq-buttons-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.alwbbq-button {
    height: 3rem;
    font-size: 1.5rem;
    font-family: FatFrank,Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: .75rem 0;
    padding: .5rem 1rem;
    background-color: #8CD53B;
    border: .125rem solid #06323D;
    border-radius: 10px;
    animation-name: alwbbq-button;
    animation-duration: 1s;
    animation-timing-function: ease;
    /* animation-delay: 1s; */
    animation-iteration-count: infinite;
    box-shadow: 0 0 1.5rem var(--navy);
}

.alwbbq-info-button {
    background-color: #06323D;
    border: .125rem solid #8CD53B;
    color: white;
}

.index-track-container {
    align-items: stretch;
}

.index-track-spotify-iframe {
    max-width: 70vw;
}

.index-track-details-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    max-width: 20vw;
    min-width: 13.5rem;
}

.index-track-details-title {
    font-family: FatFrank,Arial, Helvetica, sans-serif;
    color: white;
    font-size: 2rem;
    margin: 0;
    padding: 0;
}

.index-track-details-subtitle {
    font-size: 1.25rem;
    margin: 0 0 1.75rem 0;
    padding: 0;
    color: #D5EEE8;
}

.index-track-details-buy-button {
    height: 4rem;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
}

@keyframes alwbbq-button {
    0% {
        transform: rotate(-7deg);
    }

    50% {
        transform: rotate(7deg);
    }

    100% {
        transform: rotate(-7deg);
    }
}

@media only screen and (max-width: 1200px) {
    .index-socials-links-container {
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    .index-playlists-container {
        flex-direction: column;
    }

    .index-track-container {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 600px) {
    .index-socials-links-row {
        flex-direction: column;
    }

    .current-events-alwbbq-title {
        font-size: 2.5rem;
        text-decoration: none;
        color: #D5EEE8;
        max-width: 90vw;
    }

    .current-events-alwbbq-subtitle {
        color: #8CD53B;
        color: #D5EEE8;
        font-size: 1rem;
        font-weight: 200;
        text-decoration: none;
    }

    .alwbbq-buttons-container {
        flex-direction: column;
        gap: 1rem;
    }
}

@media only screen and (max-width: 440px) {
    .current-events-alwbbq-title {
        font-size: 1.5rem;
        text-decoration: none;
        color: #D5EEE8;
        max-width: 90vw;
    }

    .current-events-alwbbq-subtitle {
        color: #8CD53B;
        color: #D5EEE8;
        font-size: .8rem;
        font-weight: 200;
        text-decoration: none;
    }
}


/* - - - - - - - - - Music Index - - - - - - - - - */

.music-index-page-container {
    /*Inherits from page-container*/
    background-color: #06323D;
}

    .music-index-page-container::before {
        background-image: url('Content/Images/Backgrounds/ALWM_Logo_Tall_White.png');
        background-size: cover;
        opacity: 0.1;
    }

.music-index-track-details-buy-button {
    /*Inherits from track-details-buy-button*/
    background-color: #8CD53B;
    color: #06323D;
}

    .music-index-track-details-buy-button:hover {
        background-color: #b5f16f;
        color: #06323D;
    }

/* - - - - - - - - - Events Index - - - - - - - - - */

.events-index-section {
    margin: 1rem;
    align-items: stretch;
    max-width: 50rem;
}

.event-section-main-image {
    width: 50vw;
    max-width: 15rem;
}

.event-section-text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin: 0;
    padding: 1rem 0;
}

.event-section-title {
    font-size: 3rem;
    color: var(--purple);
}

@media only screen and (max-width: 768px) {
    .events-index-section {
        align-items: center;
    }
    .event-section-main-image {
        width: 80vw;
        max-width: 20rem;
    }
    .event-section-text-container {
        align-items: center;
    }
}
/* ---------------SPECIAL MODIFICATIONS-------------- */
.navy-text {
    color: var(--navy);
}

.purple-text {
    color: var(--purple);
}

.green-text {
    color: var(--green);
}

.dark-page-container {
    /*Inherits from page-container*/
    background-color: #06323D;
}

    .dark-page-container::before {
        background-image: url('Content/Images/Backgrounds/ALWM_Logo_Tall_White.png');
        background-size: cover;
        opacity: 0.1;
    }

/* ----------MEDIA QUERIES------------- */
@media only screen and (max-width: 1200px) {
    .alwbbq-flyer-image {
        width: 75vw;
        box-shadow: 0 0 2rem #8CD53B;
    }
}

@media only screen and (max-width: 768px) {
    .header-image-link {
        display: none;
    }

    .section-with-purple-border {
        flex-direction: column;
    }

    .playlists-container {
        flex-direction: column;
    }

    .track-container {
        flex-direction: column-reverse;
    }

    .track-details-container {
        width: 100%;
    }

    .track-details-container-multiple {
        flex-direction: column;
    }

    .track-spotify-iframe-compact {
        width: 90%;
        max-width: 90vw;
    }

    .la-fire-fund-image {
        /*Inherits from coming-soon-cover-art*/
        max-width: 75vw;
        height: auto;
    }
}
