* {
    box-sizing: border-box;
    line-height: 1.3;
}

img {
    display: block;
}

a {
    color: black;
}

p {
    margin: 0 0 10px 0;
}

em {
    font-style: normal;
    font-weight: bold;
}

html,
body {
    margin: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

body {
    color: black;
    background: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 11pt;
}

iframe {
    border: none;
    width: 100%;
}

.mainLayout {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 1400px) 1fr;
    grid-template-rows: auto auto auto;
}

.mainLayout > .blackFiller {
    background-color: black;
    box-shadow: black 0 0 6px 1px;
}

.mainLogo {
    background: black;
    background-image: url('logo_right7.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    box-shadow: black 0 0 6px 1px;
    padding: min(25px, 5vw) 3vw min(25px, 5vw) min(30px, 3vw);
    display: grid;
    grid-template-columns: auto auto 1fr;
    column-gap: 35px;
}

.mainLogo img {
    width: 100%;
    max-width: 500px;
    object-fit: contain;
}

.mainLogo .socials {
    background-color: #0008;
    border-radius: 8px;
    white-space: nowrap;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 780px) {
    .mainLogo {
        padding: min(20px, 5vw) 3vw min(10px, 5vw) min(30px, 3vw);
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        column-gap: 0;
        row-gap: 5px;
    }
    .mainLogo img {
        max-width: 500px;
        margin: auto;
    }
    .mainLogo .socials {
        margin: auto;
    }
}

.mainLogo .socials a {
    display: inline-block;
}

.mainLogo .socials a svg {
    fill: #aaa;
    margin: 0 3px;
}

.mainLogo .socials a.spotify:hover .active {
    fill: #1ed760;
}
.mainLogo .socials a.apple:hover .active {
    fill: white;
}
.mainLogo .socials a.facebook:hover .active {
    fill: url('#fb_gradient');
}
.mainLogo .socials a.facebook:hover .the_f {
    fill: white;
}
.mainLogo .socials a.instagram svg {
    margin-left: 4px;
}
.mainLogo .socials a.instagram:hover .active {
    fill: white;
}
.mainLogo .socials a.tiktok:hover svg {
    fill: white;
}

.footer {
    color: white;
    background-color: black;
    padding: 16px 0 20px 0;
    font-size: 9pt;
    text-align: center;
    box-shadow: black 0 0 6px 1px;
}

.mainContent {
    margin: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, auto);
    column-gap: 50px;
}

.mainContent > .title {
    margin: 10px 0 20px 0;
    grid-column: span 2;
    font-size: 20pt;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 1000px) {
    .mainContent {
        margin: 20px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(8, auto);
        column-gap: 0;
        row-gap: 20px;
    }
    .mainContent > .title {
        margin: 10px 0 0 0;
        grid-column: auto;
    }
}

.epk p {
    text-align: justify;
}

.epk em {
    font-size: 1.15em;
}

.epk iframe {
    margin: 15px 0;
    width: 100%;
}

.album .title {
    margin-bottom: 20px;
    margin-top: -5px;
    font-size: 16pt;
    font-weight: bold;
    line-height: 90%;
    text-align: center;
}

@media (max-width: 1000px) {
    .album .title {
        margin-top: 0;
    }
}

.album img {
    margin: 10px 0;
    width: 100%;
}

.mainContent .links {
    text-align: right;
}

.mainContent .links a {
    font-size: 10pt;
}

.prods iframe {
    width: 100%;
    height: 500px;
}

.apple-music {
    margin: 20px 0;
}
