* {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
}

body {
    background-color: #f2f0ee;
}

#headline {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    color: white;
}

#hangunk-szol #headline {
    background: linear-gradient(0deg, rgba(124, 122, 137, 0.65), rgba(124, 122, 137, 0.65)), url('hangunk-szol/cover-super-blurry.webp');
    background-size: cover;
    background-position: center center;
}

.content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 960px;
    margin: 0 auto;
}

img.resp {
    max-width: 100%;
}


.hidden {
    display: none;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


header .cover {
    text-align: center;
}

header .cover img {
    border: 6px solid rgba(255,255,255,0.6);
    border-radius: 6px;
    margin-bottom: 1rem;
    max-width: 80%;
}

header .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#hangunk-szol h1.album-title {
    font-family: "Kaushan Script", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    text-align: center;
}

.band-name {
    margin-top: 1rem;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.65rem;
    font-weight: 400;
}

.publish-year {
    margin-top: 1rem;
    font-weight: 300;
}

.interaction-label {
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-top: 1.25rem;
    margin-bottom: 0.25rem;
}

.cta-list {
    margin-top: 0.25rem;
}

a.album-cta {
    display: block;
    background: white;
    padding: 0.75rem 1rem;
    line-height: 1;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0.5rem;
    text-align: center;
}

a.album-cta:hover {
    background: #ddd;
}

a.album-cta:active {
    background: #ccc;
}

.provider-list {
    display: flex;
    justify-content: center;
}

header .provider-link {
    padding: 0 0.6rem;
}

#tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.tab.active {
    border-bottom: 4px solid white;
}

.tab a {
    display: block;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.panel {
    padding-top: 1.5rem;
}

.panel h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.panel h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.song .main-info {
    display: grid;
    grid-template-columns: .5fr 8fr 1fr;
    gap: 0.5rem;
    background: white;
    padding: 1rem 0.5rem;
    border-radius: 6px;
    box-shadow: 3px 4px 5px -2.2px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    cursor: pointer;
}


.song .number {
    display: block;
    font-size: 1.1rem;
    text-align: right;
}

.song .title {
    font-size: 1.1rem;
    display: block;
}

.song .length {
    text-align: right;
    padding-right: 0.25rem;
}

.song .original-title {
    font-size: 1.0rem;
    display: block;
    opacity: 0.5;
    margin-top: 0.25rem;
    font-style: italic;
}

.song .composers,
.song .translators {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    font-weight: 300;
    display: none;
}

.song .lyrics {
    display: none;
}

.song .spotify-song-player {
    display: none;
}

.panel p {
    line-height: 1.25;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
}

.lyrics p {
    padding: 0 1rem;
}

.song.active .lyrics,
.song.active .spotify-song-player,
.song.active .composers,
.song.active .translators {
    display: block;
}

#kozremukodok .contributors {
    margin-bottom: 1rem;
}

#kozremukodok .contributor {
    display: grid;
    grid-template-columns: 3fr 6fr;
    gap: 1rem;
    margin-top: 1rem;
}

#kozremukodok .contributor .contribution-type {
    font-weight: 300;
    font-size: 0.875rem;
}

#kozremukodok .contributor .contributor-name {
    line-height: 1.25;
}

.full-provider-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 1rem;
}

.full-provider-list img {
    width: 150px;
    max-width: 100%;
}

footer {
    text-align: center;
    padding: 1rem 0 2rem;
}

footer .band-name {
    font-size: 0.75rem;
    letter-spacing: 0.5rem;
    margin-top: 0.25rem;
}

footer .social-media {
    margin-top: 1rem;
}

footer .mail {
    margin-top: 1rem;
    font-weight: 300;
}

@media screen and (min-width: 800px) {
    header {
        flex-direction: row;
    }

    header .cover {
        text-align: left;
    }
}

@media screen and (min-width: 900px) {
    .tabs-wrapper {
        padding: 0 1rem;
        max-width: 960px;
        margin: 0 auto;
    }
}



#intro .band-name {
    font-size: 1.2rem;
    letter-spacing: 0.6em;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
}

#hangunk-szol-promo {
    width: 95%;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(124, 122, 137, 0.65), rgba(124, 122, 137, 0.65));
    padding: 1.5rem;

    color: white;
    display: flex;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#hangunk-szol-promo h1 {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

#hangunk-szol-promo img {
    border: 6px solid white;
    border-radius: 6px;
    margin-right: 1rem;
}


a.promo-link {
    color: inherit;
    text-decoration: none;
}
