/* Style Settings */

@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');

:root {
    --font: 'Karla', 'Karla', sans-serif;
    --prcolor: #C00318;
    --accentColor: rgb(25, 23, 27);
    --background-hover: rgb(255, 255, 255);

    --background-selected: #cdcdcd;
    --font-selected: #fff;
    --text: rgb(99, 99, 99);
}

body {
    background-color: rgb(243, 242, 242);
}

/* div {
    border: 1px solid #C00318 ;
} */

#coverArt {
    width: 300px;
    height: 300px;
    display: block;
    margin: 35px auto 20px;
    border-radius: 2%;
    overflow: hidden;
    position: relative;
}

#coverArt img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

#name {
    color: var(--text);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#links {
    max-width: 36rem;
    width: auto;
    display: flex;
    flex-direction: column;
    margin: 27px auto;
}

#covers {
    max-width: 90rem;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 27px auto;
    
}

#covers img {
    margin: 5px;
    border-radius: 2%;
}

.link {
    display: flex;
    color: var(--accentColor);
    font-family: var(--font);
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.025em;
    transition: all .25s cubic-bezier(.08, .59, .29, .99);
    border: solid var(--accentColor) 1px;
    border-radius: 1em;
    height: 0.9em;
    font-size: 5.5rem;
    padding: 0px 0.2em;
    margin: 0px 0.3rem 0.9625rem;
    position: relative;
    justify-content: center;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer !important;
}

.link:hover {
    background-color: var(--background-hover);
    color: var(--prcolor);
    /* border: solid var(--prcolor) 1px; */
}

/* .link > a {
    margin: 20px !important;
} */

.link > div {
    /* flex-direction: column; */
    /* position: absolute; */
}

.link img {
    max-width: 0.7em;
    max-height: 0.5em;
}

.col {
    margin: 0;
    /* width: 100%; */
    /* display: flex; */
    /* flex-direction: row; */
}

.col>div {
    width: 100%;
    margin-top: 2.5rem;
    /* flex-direction: row; */
}

.select {
    /* width: 0%; */
    /* display:none; */
    font-size: 0.3em;
    font-weight: 300;
    text-transform: uppercase;

}

.streaming > .link {
    /* display: none; */
    font-weight: 300;
    text-transform: uppercase;

}

.download > .link{
    /* display: none; */
    font-weight: 300;
    text-transform: uppercase;
    /* text-overflow: ellipsis;
    overflow: hidden; */

}

.streaming img {
    filter: grayscale() invert(0%) sepia(0%) saturate(0%) hue-rotate(61deg) brightness(93%) contrast(103%);
}

.streaming>a:hover img {
    filter: grayscale() invert(18%) sepia(65%) saturate(6740%) hue-rotate(346deg) brightness(73%) contrast(110%);
}

.download img {
    /* filter: grayscale() invert(0%) sepia(0%) saturate(0%) hue-rotate(61deg) brightness(93%) contrast(103%); */
    filter: grayscale(1) brightness(0.1) contrast(100);
}

.download>a:hover img {
    /* filter: grayscale(0); */
    /* filter: grayscale() invert(18%) sepia(65%) saturate(6740%) hue-rotate(346deg) brightness(73%) contrast(110%); */
    filter: grayscale(1) invert(18%) sepia(65%) saturate(6740%) hue-rotate(346deg) brightness(73%) contrast(110%);
}

.stream_down_selected {
    background-color: var(--background-selected);
    color: var(--font-selected)
}

.stream_down_selected:hover {
    background-color: var(--background-hover);
}

.logo {
    /* height: 1em; */
    /* width: 1em; */
    left: 0.2em;
    top: 0px;
    bottom: 0px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text {

    font-size: 0.25em;
    font-family: var(--font);
    /* max-width: calc(100% - 44px - 44px); */
    margin: 0px 0.6em 0px 2em;
    /* white-space: nowrap; */
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.headers {
    color: var(--text);
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.25;
    margin: 0px 0px 2rem;
    /* display: block; */
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.arrow {
    top: 0px;
    bottom: 0px;
    right: 0.1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 100px;
}

.footer a {
    text-decoration: none;
}

.circulo {
    background: rgb(221, 221, 221);
    border-radius: 52px;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 10px;
    color: rgb(32, 32, 32);
}

.circulo:hover {
    background: var(--prcolor);
    color: rgb(255, 255, 255);
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.77);
    -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.77);
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.77);
}

/* .night_mode {
    position: fixed;
    top: 25px;
    right: 30px;
    z-index: 10000000;
    color: #585858;
} */

/* .night_mode:hover {
    cursor: pointer;
} */


@media (prefers-color-scheme: dark) {
    :root {
        /* background-color: #000; */
        --accentColor: rgb(199, 199, 199);
        --background-hover: rgb(201, 201, 201);
        --background-selected: rgb(139, 139, 139);
        --font-selected: #000;
        --text: #fff;
    }

    body {
        background-color: rgb(20, 20, 20);
    }

    .download img {
        filter: grayscale() invert();
    }
    .streaming img {
        filter: grayscale() invert();
    }

    .coupon-active {
        color: #ff0000;
        border: 2px solid white;
    }
}


.coupon-active {
    border: solid var(--accentColor) 1px;
    color: #ff0000;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    transform: rotate(10deg);
    position: absolute;
    white-space: nowrap;
    right: 30px;
    top: -30px;
    margin: 10px;
}