@import url('./fonts.css');
@import url('./loader.css');

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    align-items: center;
}



header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: auto;
}

.title {
    text-align: center;
    font-size: 3rem;
}

.latest-release {
    margin-top: 2rem;
    font-size: 3rem;
}

.container {
    height: 75%;
}

.releases {
    border: 1px solid rgba(135, 207, 68);
    border-radius: 10px;
}

#content {
    width: 100%;
    height: 100%;
}

.artist-name_,
.release-date {
    margin-top: 0.5rem;
}

@media screen and (min-width: 1921px) {
    .container {
        margin: 3rem;
        width: 40%;
        background-color: white;
        border-radius: 1rem;
        padding: 1.5rem;
        height: 90vh;
    }

    .logo {
        fill: white;
        font-size: 150px;
    }

    .artist-data {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .latest-release {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .artist-data>.album-art {
        height: 250px;
        width: 250px;
        border-radius: 10px;
        justify-content: center;
    }

    .artist-data>.album-art>#artistImg {
        border-radius: inherit;
        height: inherit;
        width: inherit;
    }

    .artist-data>.artistInfo {
        display: flex;
        flex-direction: column;
        margin-left: 1rem;
        margin-top: 0.5rem;
    }

    .release-section {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .releases {
        width: 70%;
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
        border-radius: 10px;
        background-color: white;
        color: black;
    }

    .releases>.song-albumart {
        height: 100px;
        width: 100px;
        border-radius: 10px;
        border: 1px solid black;
    }

    .releases>.song-info {
        display: flex;
        flex-direction: column;
        margin: 10px;
        width: 100dvw;
    }

    .releases>.song-albumart>.album-art {
        height: inherit;
        width: inherit;
        border-radius: 10px;
    }
}

@media screen and (min-width: 921px) and (max-width: 1920px) {
    .container {
        margin: 3rem;
        width: 50%;
        background-color: white;
        border-radius: 1rem;
        padding: 1.5rem;
        height: 85vh;
    }

    .logo {
        fill: white;
        font-size: 150px;
    }

    .artist-data {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .latest-release {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .artist-data>.album-art {
        height: 200px;
        width: 200px;
        border-radius: 10px;
        justify-content: center;
    }

    .artist-data>.album-art>#artistImg {
        border-radius: inherit;
        height: inherit;
        width: inherit;
    }

    .artist-data>.artistInfo {
        display: flex;
        flex-direction: column;
        margin-left: 1rem;
        margin-top: 0.5rem;
    }

    .release-section {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .releases {
        width: 70%;
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
        border-radius: 10px;
        background-color: white;
        color: black;
    }

    .releases>.song-albumart {
        height: 100px;
        width: 100px;
        border-radius: 10px;
        border: 1px solid black;
    }

    .releases>.song-info {
        display: flex;
        flex-direction: column;
        margin: 10px;
        width: 100dvw;
    }

    .releases>.song-albumart>.album-art {
        height: inherit;
        width: inherit;
        border-radius: 10px;
    }
}

@media screen and ((min-width: 721px) and (max-width: 920px)) {


    .container {
       
        width: 80%;
        background-color: white;
        border-radius: 1rem;
        
        height: 93vh;
    }

 
    #content {
        height: 100dvh;
    }

    .logo {
        fill: white;
        font-size: 150px;
    }

    .artist-data {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .latest-release {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .artist-data>.album-art {
        height: 100px;
        width: 100px;
        border-radius: 10px;
    }

    .artist-data>.album-art>#artistImg {
        border-radius: inherit;
        height: inherit;
        width: inherit;
    }

    .artist-data>.artistInfo {
        display: flex;
        flex-direction: column;
        margin-left: 1rem;
        margin-top: 0.5rem;
    }

    .release-section {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .releases {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: 3rem;
    }

    .releases>.song-albumart {
        height: 100px;
        width: 100px;
        border-radius: 10px;
    }

    .releases>.song-info {
        display: flex;
        flex-direction: column;
        margin: 10px;
        width: 100dvw;
    }

    .releases>.song-albumart>.album-art {
        height: inherit;
        width: inherit;
        border-radius: 10px;
    }
}

@media screen and (max-width: 720px) {
    .container {
        height: 100%;
        width: 100%;
    }

    .artist-data {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .latest-release {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }

    .artist-data>.album-art {
        height: 250px;
        width: 250px;
        border-radius: 10px;
        justify-content: center;
    }

    .artist-data>.album-art>#artistImg {
        border-radius: inherit;
        height: inherit;
        width: inherit;
    }

    .artist-data>.artistInfo {
        display: flex;
        flex-direction: column;
        margin-left: 1rem;
        margin-top: 0.5rem;
        font-size: larger;
    }

    .release-section {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .releases {
        width: 75%;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
        border-radius: 10px;
        background-color: white;
        color: black;
    }

    .releases>.song-albumart {
        height: 100px;
        width: 100px;
        border-radius: 10px;
    }

    .artist-data>.album-art,
    .releases>.song-albumart {
        max-width: 100%;
    }

    .releases>.song-info {
        display: flex;
        flex-direction: column;
        margin: 10px;
        width: 100%;
    }

    .releases>.song-albumart>.album-art {
        height: inherit;
        width: inherit;
        border-radius: 10px;
    }
}