body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(165, 135, 0);
    background-image: url(bg1_resized.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    
}    

.maincontainer {
    margin: 4vh 4vw 4vh 4vw;
    width: 92vw;
    height: 92vh;
    display: grid;
    grid-template-columns: 7.5vw 77vw 7.5vw;
    grid-template-rows: 18vh 66vh 8vh;
    overflow-y: hidden;
}

.homebtn-container {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
    display: flex;
    flex-direction: column;
    gap: 1vh;
    display: none;
}

.homebtn {
    font-family: 'Playfair Display';
    font-size: 1.75vw;
    padding-left: 1vw;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: transparent;
    text-shadow: 5px 5px 3px black;
    transition: transform 0.2s ease-in-out;
}

.homebtn:hover {
    transform: scale(1.1);
}

.desktop-container {
    grid-column: 1 / span 3;
    grid-row: 1 / span 3;
    display: grid;
    grid-template-columns: 7.5vw 77vw 7.5vw;
    grid-template-rows: 18vh 66vh 8vh;
}

.logocontainer {
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
    height: 100% !important;
    opacity: 0;
    animation: fadeIn 2s ease-in forwards;
    /* padding-top: 2vh; */
    display: flex;
    align-self: start;
    justify-content: center;
    /* background-color: red; */
}

.logocontainer > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.2s ease-in-out;
}

.logocontainer > img:hover {
    transform: scale(1.1);
}

.buttoncontainer {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
    padding: 5vh;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.musiccontainer {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
    margin-top: 1vh;
    margin-bottom: 1vh;
    display: block!important;
    position: relative;
    opacity: 0;
    animation: fadeIn 2s ease-in forwards;
    /* height: 80%; */
    overflow-y: auto;
    /* align-items: space-between; */
    /* justify-content: top; */
    gap: 1vh;
    /* background-color: red; */
}

.musiccontainer > div {
    padding-top: 2vh;
}

.spotifycontainer {
    display: flex;
    width: 100%;
    height: 152px;
    overflow: hidden;
}

.youtubecontainer {
    display: flex;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.musicbottomcontainer {
    display: flex;
    margin-bottom: 1vh;
    overflow-y: visible;
    width: 100%;
    height: 400px;
    flex-direction: row;
    align-items: stretch;
    gap: none;
}

.bandcampcontainer {
    width: 50%;
    height: 100%
}

.musicbuttoncontainer {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    /* gap: 3vw; */
    align-items: center;
}

.musicbuttoncontainer > div {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.musicbuttoncontainer > div > a > img {
    width: 10vw;
    height: 10vw;
    padding: 1vw;
}

.showscontainer {
    grid-column: 2 / span 1;
    height: 20vh;
    padding-top: 1vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: fadeIn 1.2s ease-in forwards;
}

.showscontainer > div {
    font-family: 'Playfair Display';
    font-size: 7vw;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: transparent;
    text-shadow: 5px 5px 3px black;
}

.gallerycontainer {
    grid-column: 2 / span 1;
    padding-top: 1vh;
    display: block!important;
    position: relative;
    opacity: 0;
    animation: fadeIn 2s ease-in forwards;
    height: 75vh;
    overflow-y: auto;
}

.gallerycontainer > img {
    width: 100%;
    padding-top: 2vh;
}

.contactcontainer {
    grid-column: 2 / span 1;
    padding-top: 8vh;
    gap: 4vh;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    opacity: 0;
    animation: fadeIn 1.2s ease-in forwards;
}

.followbtns {
    display: flex;
    flex-direction: column;
    gap: 4vh;
    align-items: center;
    justify-content: start;
}

.followbtn {
    display: flex;
    gap: 2vw;
    font-family: 'Playfair Display';
    font-size: 5vw;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: transparent;
    text-shadow: 5px 5px 3px black;
    transition: transform 0.2s ease-in-out;
    align-items: center;
}

.followbtn > img {
    width: 7vw;
}

.followbtn:hover {
    transform: scale(1.1);
}

.followbtn a {
    color: white;
}

.btn {
    font-family: 'Playfair Display';
    font-size: x-large;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: transparent;
    text-shadow: 5px 5px 3px black;
    transition: transform 0.2s ease-in-out;
}

.btn:hover {
    transform: scale(1.1);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media screen and (min-width: 800px) {
    body {
        background-image: url("gallery pics/IMG_5077.jpg");
    }   

    .logocontainer {
        grid-column: 1 / span 1;
    }

    .desktop-container {
        grid-column: 2 / span 1;
        grid-template-columns: 1fr;
        grid-template-rows: 18vh 64vh 8vh;
        overflow-y: scroll;
        overflow-x: visible;
        scrollbar-width: none;
    }

    .buttoncontainer {
        grid-column: 1 / span 1;
        grid-row: 2 / span 1;
        padding-top: 10vh;
    }

    .btn {
        font-size: 3vw;
        overflow: visible;
    }

    .musiccontainer {
        grid-column: 1 / span 1;
        overflow-y: visible;
        justify-items: center;
    }

    .spotifycontainer {
        display: flex;
        width: 80%;
        overflow: hidden;
    }

    .youtubecontainer {
        display: flex;
        width: 80%;
        overflow: hidden;
    }

    .musicbottomcontainer {
        height: 75vh;
        width: 80%;
        overflow-y: visible;
    }

    .bandcampcontainer {
        height: 100%;
    }

    .bandcampcontainer > iframe {
        height: 100% !important;
    }

    .musicbuttoncontainer {
        justify-content: center;
    }

    .musicbuttoncontainer > div {
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .showscontainer {
        grid-column: 1 / span 1;
        height: 100%;
        overflow-y: visible;
        justify-items: center;
    }

    .gallerycontainer {
        grid-column: 1 / span 1;
        height: 100%;
        width: 80%;
        justify-self: center;
        justify-content: center;
        overflow-y: visible;
    }

    .contactcontainer {
        grid-column: 1 / span 1;
    }

    .followbtn {
        gap: 3vh;
        font-size: 5vh;
    }

    .followbtn > img {
        width: 5vw;
    }
}

@media screen and (min-width: 1200px) {
    body {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0,0,0,0), rgb(0, 0, 0)), url("gallery pics/IMG_5077.jpg");
    }

    .homebtn-container {
        display: flex;
    }

    .buttoncontainer {
        grid-row: 3 / span 1;
        flex-direction: row;
        overflow: visible;
        padding-top: 0;
    }

    .gallerycontainer {
        width: 50%;
    }

    .contactcontainer {
        padding-top: 20vh;
        gap: 10vh;
        overflow: visible;
    }

    .followbtns {
        flex-direction: row;
        gap: 4vw;
    }

    .followbtn {
        gap: 0.5vw;
        font-size: 3vw;
    }

    .followbtn > img {
        width: 3vw;
    }
}