/* SET YOUR MAIN COLOR HERE WITH THIS VARIABLE */

:root {
    --maincolor: #76567d;
}



/* YOU DONT NEED TO EDIT ANYTHING BELOW HERE */







* {
    padding: 0;
    margin: 0;
}

#header {
    background-color: var(--maincolor);
    display: flex;
    margin-bottom: 50px;
}

#headerImage {
    position: relative;
    z-index: 10;
    top: 60px;
    margin: 0 50px 0 100px;
    height: 420px;
    width: 420px;
}

h5 {
    display: none;
    font-family: "gothambold";
    font-size: 3em;
    margin: 50px 0 50px 50px;
    color: var(--maincolor);
    letter-spacing: -2px;
}

body {
    font-family: "gothambook";
}

h1 {
    font-size: 5em;
    padding: 150px 0 50px 50px;
    color: white;
    letter-spacing: -3px;
    font-family: "gothambold";
}

h2 {
    font-size: 14px;
}

h2:hover {
    text-decoration: underline;
}

p {
    font-size: 14px;
    color: #7f7f7f;
}

h3 {
    font-size: 16px;
}

.tables {
    width: 80%;
    text-align: left;
    padding: 10px;
    margin-left: 50px;
}


#newReleaseTable, #mainTable {
    padding-bottom: 60px;
}

.latestRelease {
    width: 150px;
    height: 150px;
    margin-right: 20px;
}

.spotifyArt {
    width: 150px;
    height: 150px;
    margin-right: 20px;
    transition: opacity 0.2s
}

.spotifyArt:hover {
    opacity: 80%;
    transition: opacity 0.2s;
}

/* .moreReleaseArt {
    width: 100px;
    height: 100px;
    margin-right: 20px;
} */



.oldRelease {
    display: flex;
    margin-right: 30px;
    margin-bottom: 30px;
    align-items: center;
    width: 200px;
    height: 150px;
}

.oldArt {
    display: block;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

th {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0 20px 0;
}

#streamCol {
    min-width: 30%;
}

.albumArt {
    width: 150px;
    height: 150px;
    margin-right:10px;
    overflow: hidden;
}

.albumArt:hover {
    opacity: 80%;
    transition: opacity 0.3s;
}

.artBox {
    width: 200px;
    height: 100px;
    overflow: hidden;
    box-sizing: content-box;
    object-fit: contain;
}

a {
    color: black;
    text-decoration: none;
    font-family: "gothammedium";
    font-weight: 500;
}

.flexBox {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.tableContainer {
    width: 1000px;
}

.rightFlex {
    flex-direction: column;
    margin: 50px 50px 0 0;
    display: flex;
}

.socials {
    margin: 0 0 0 0;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
}

.spotifyButton {
    font-family: "gothammedium";
    font-size: 14px;
    color: white;
    background-color: var(--maincolor);
    letter-spacing: 2px;
    height: 48px;
    width: 264px;
    border: none;
    border-radius: 500px;
    
}

.spotifyButton:hover {
    /* transform: scale(1.03); */
    opacity: 0.8;
    transition: opacity 0.3s;
}

#insta {
    display: flex;
    margin: 0 0 25px 0;
    align-items: center;
    width: 150px;
}

#insta:hover {
    opacity: 0.5;
    text-decoration: none;
    transition: opacity 0.2s;
}

h4 {
    font-size: 14px;
    font-family: "gothammedium";
    font-weight: 500;
    margin: 0 0 0 10px;
    color: var(--maincolor);
}

#profileColumn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

#bio {
    width: 400px;
    margin: 25px 0 50px 0;
}

#bioText {
    font-size: 16px;
    color: black;
}

footer {
    height: 150px;
}


.hidden {
    display: none;
}




/* BREAKPOINTS */

@media only screen and (max-width: 1075px) {
    .flexBox {
    flex-direction: column;
    }

    .tableContainer {
        width: auto;
    }

    #headerImage {
        width: 250px;
        height: 250px;
        margin: 0 0 50px 60px;
        top: 100px;
    }

    h1 {
        display: none;
    }

    h5 {
        display: inline-flex;
        max-width: 80%;
    }

    #header {
        flex-direction: column;
    }

    .albumArt {
        width: 100px;
        height: 101px;
        margin-right: 20px;
    }

    .latestRelease {
        width: 100px;
        height: 100px;
    }

    .spotifyArt {
        width: 100px;
        height: 100px;
    }

    .oldRelease {
        margin: 0 5px 10px 0;
        width: 120px;
    }

    .socials {
        flex-direction: row;
        align-items: center;
    }

    .spotifyEmbed {
        margin: 20px 0 100px 50px;
        padding-left: 10px;
    }
    
    #insta {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0 20px 0 0;
    }

    #bio {
        width: 80%;
        min-width: 350px;
        margin: 20px 0 50px 0;
    }

    footer {
        display: none;
    }

    .artBox {
        width: 100px;
    }


}

@media only screen and (min-width: 1451px) {

    .tables {
        width: 85%;
    }

    .spotifyEmbed {
        margin: 20px 0 100px 50px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 1451px) {

    .tables {
        width: 85%;
    }

    .spotifyEmbed {
        margin: 20px 0 100px 50px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 420px) {

    #mainTable, #newReleaseTable, #moreTitle, #moreReleases {
        margin-left: 10px;
        margin-right: 20px;
        width: 90%
    }

    #bio {
        display: flex;
        justify-content: center;
    }

    #bioText {
        min-width: none;
        width: 90%;
    }

    .socials {
        flex-direction: column;
        align-items: center;
        margin: 0 0 0 0;
    }

    #insta {
        margin: 0 0 50px 0;
    }

    h5 {
        width: 80%;
    }

    .spotifyEmbed {
        margin-left: 10px;
        text-align: center;
    }
}