@import url('https://fonts.cdnfonts.com/css/roundhand');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');


:root {
    --gold: rgb(215, 177, 84);
    --bg-color-blue: #323952;
    --bg-color-red: #323952;
    /*--bg-color-test: rgb(83, 16, 8);*/
    /*--bg-color-test: rgb(117, 33, 25);*/
    --bg-color-test: rgb(129, 27, 17);
    /*--bg-color-test: rgb(126, 42, 31);*/
    /*--text-color: #eae0d7 ;*/
    --text-color: rgb(240, 248, 248);
    /*--line-color: white;*/
    --line-color: white;
    /*--line-color: #3f559f;*/
    --title-color: var(--text-color);
    --title-font: 'Roundhand', sans-serif;

    --anton-font: "Anton", sans-serif;
}

body {
    padding: 0;
    margin: 0;
    background-color: var(--bg-color-test);
    color: var(--text-color);
    text-align: center;
    font-family: 'Rosarivo', serif;
    /*border: 0.2rem solid var(--line-color);*/
}

.hide-scrollbar {
    /*FireFox*/
    scrollbar-width: none;
    /*IE10+*/
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.hide-scrollbar::-webkit-scrollbar {
    -webkit-appearance: none;
}

.left {
    text-align: start;
}

.hide-scrollbar::-webkit-scrollbar {
    /*Chrome, Safari, Edge*/
    display: none;
}

main {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h1 {
    font-size: 40px;
    margin: 2.5rem 1rem 1rem 1rem;
}

.cover_title {
    font-family: var(--anton-font), sans-serif;
    font-weight: 200;
    font-size: 3rem;
    color: var(--title-color);
    margin: 1rem;
}

.sliding-container {

    max-width: 60%;
    overflow: hidden;
    margin: 0 auto;
}

.grid_box {
    /* width: 7rem;
    height: 10rem; */
    align-self: center;

    display: flex;
    justify-items: center;
}

.box_grid {
    margin: 0 auto;
    max-width: 60%;
    display: grid;
    /* grid-auto-flow: column; */
    grid-template-columns: repeat(2, 1fr);


    /* animation: sliding_boxes 71s infinite linear; */

}

.listen_container {
    width: 68%;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 0 auto 3rem auto;
}

.listen_container iframe{
    margin: 0 auto;
    max-width: 480px;
}


@keyframes sliding_boxes {
    0% {
        transform: translateX(0px) rotateZ(0deg);
    }

    70% {
        transform: translateX(70vw) rotateZ(0deg);
    }

    100% {
        transform: translateX(100vw) rotateZ(0deg);
    }

    0% {
        transform: translateX(0px) rotateZ(0deg);
    }
}

.border_container {
    border: 2px solid var(--line-color);
    max-width: 37rem;
    margin: 2rem;
    align-self: center;
    display: block;
    padding: 1rem 4rem;
}

.margin {
    height: 2rem;
}

#cover {
    margin: 0 auto;
    width: 30rem;
    display: block;
}

.box_font {
    font-family: 'Courier New', Courier, monospace;
}


p {
    font-family: 'Courier New', Courier, monospace;
}

.video {
    display: block;
    margin: 0 auto;
    height: 500px;
    width: 750px;
}

#banner_container {

    display: grid;
    justify-content: center;
    /*grid-template-columns: 1fr;/*repeat(3, 1fr);*/
    grid-template-rows: 400px;
    align-items: center;
}

/* 
img {
    height: 100%;
    object-fit: cover;
    object-position: 25% 25%;
} */


h2 {
    display: inline-block;
    font-size: 1.4rem;
    margin: 1rem 0 1rem 0;
    font-family: "Merriweather", serif;
    font-weight: 300;
}

h3 {
    display: inline-block;
    font-size: 1.2rem;
    margin: 0.4rem 0 0.4rem 0;
    font-family: "Merriweather", serif;
    font-weight: 300;
}

a {
    color: #f9f1f1;
    text-decoration: none;
    font-weight: bold;
}


.text_container {
    max-width: 70%;
    margin: 0 auto;
}

.link:hover {
    cursor: pointer;
}

#social_icon_container {
    width: 30rem;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.social_icon {
    width: 2rem;
    height: 2rem;
    margin: 2rem 1rem;
}

ul {
    list-style: none;
    font-family: 'Courier New', Courier, monospace;
}


#info_container {
    display: none;
    justify-content: center;
}

#slogan {
    font-size: 1.5rem;
    font-style: italic;
}

@media only screen and (max-device-width: 600px) {
    #banner_container {
        display: grid;
        justify-content: center;
        grid-template-columns: 1fr;
        grid-template-rows: 700px;
        align-items: center;
        justify-items: center;
        overflow: hidden;
    }

    .listen_container {
        width: 90%;
        margin: 1rem auto;
    }

    .listen_container iframe{
        margin: 0 auto;
        max-width: 100%;
    }


    h1 {
        font-size: 5.5rem;
    }

    h2 {
        font-size: 3.5rem;
        margin: 3%;
    }

    h2 a {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2.5rem;
        margin: 3%;
    }

    p {
        font-size: 3rem;
        font-family: 'Courier New', Courier, monospace;
    }

    p a {
        font-size: 3rem;
    }

    .email {
        font-size: 3rem;
    }


    .banner_img {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        height: 700px;
    }

    main {
        width: 100%;
        margin-top: 10px;
    }


    .box_font {
        font-size: 3em;
    }

    .border_container {
        max-width: 75%
    }

    .cover_title {
        font-size: 7rem;
    }

    #cover {
        width: 90%;
    }

    #slogan {
        font-size: 2rem;
    }

    #audio_player {
        width: 100px;
        height: 100px;

    }

    #play_button {
        height: 100px;
        width: 100px;
        object-fit: fill;
    }

    .social_icon {
        width: 5rem;
        height: 5rem;
        margin: 9rem 3rem;
    }

    .box_grid {
        margin: 0 auto;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        /* grid-auto-flow: column; */
        grid-template-columns: repeat(2, 1fr);


        .border_container {
            width: 37rem;
        }

        /* animation: sliding_boxes 71s infinite linear; */
    }


}