
.bio-wrapper{
   
    background-color: #e90076;
    color: #130630;
}

.bio-section{
    display: grid;
    justify-items: center;
}

.bio-img-wrapper{
    width: 100%;
}

.bio-img-stylings{
    object-position: top;
    max-height: 300px;
}

.cover-art{
    max-width: 450px;
    max-height: 450px;

}


.bio-text-wrapper{
    padding: 1rem 1rem;
}

.studio-section{
    padding: 1rem 1rem;
}

.music-title{
    padding: 1rem 0rem;
    text-align: center;
    font-size: 35px;
}

.music-wrapper{
    padding: 1rem 0rem 0rem 0rem;
    display: grid;
    row-gap: 0.75rem;
    grid-template-columns: 1fr;
    justify-items: center;
}

.bio-button{
    color: #130630;
}



.noir-button:hover{
    background-color: #130630;
    color: #fff;
}

.cover-art-effect-wrapper{
    overflow: hidden;
    transition: 550ms ease;
}



.cover-art-effect{
    height: 100%;
    transition: 550ms ease;
}

.cover-art-effect:hover{
    transform: scale(1.2);
    transition: 550ms ease;
}



@media(min-width:768px){

    .bio-img-stylings{
        max-height: 500px;
    }

    .bio-text-wrapper{
        padding: 2rem 1rem;
    }

    .text-styles{
        font-size: 19px;
    }

    .cover-art{
        max-width: 550px;
        max-height: 550px;

    }

    .discography-wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1.25rem;
        row-gap: 1.25rem;
    }
}

@media(min-width:1024px){

    .bio-wrapper{
        padding: 2rem 2rem;
    }

    .bio-section{
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3rem;
    }

    .cover-art{
        max-width: 750px;
        max-height: 425px;

    }

 

    .bio-img-stylings{
       border-radius: 0;
       max-height: 400px;
       max-width: none;
       object-position: top;
    }

    .bio-text-wrapper{
        padding: 2rem 1rem;
    }


    .studio-section{
        padding-top: 4rem;
    
    }

    .text-styles{
        font-size: 23px;
    }

    .discography-wrapper{
        column-gap: 1.25rem;
        row-gap: 1.25rem;
    }
}