html {
	/* header height: */
	scroll-padding-top: 232px;
}

body {
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	min-height: 100vh;
	margin: 0 auto;
	background: #030303;
	/* background: #212122; */
	/* background: #fcf5e5; */
	/* background: #faf9f6; */
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	font-optical-sizing: auto;
	font-style: normal;
	color: white;
}

/* font styles */
.vt323-regular {
	font-family: 'VT323', monospace;
	font-weight: 400;
	font-style: normal;
}

/* // <uniquifier>: Use a unique and descriptive class name */
/* // <weight>: Use a value from 400 to 900 */

.vollkorn-regular {
	font-family: 'Vollkorn', serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.space-mono-regular {
	font-family: 'Space Mono', monospace;
	font-weight: 400;
	font-style: normal;
}

.space-mono-bold {
	font-family: 'Space Mono', monospace;
	font-weight: 700;
	font-style: normal;
}

.space-mono-regular-italic {
	font-family: 'Space Mono', monospace;
	font-weight: 400;
	font-style: italic;
}

.space-mono-bold-italic {
	font-family: 'Space Mono', monospace;
	font-weight: 700;
	font-style: italic;
}

/* // <uniquifier>: Use a unique and descriptive class name */
/* // <weight>: Use a value from 100 to 900 */

.libre-franklin-regular {
	font-family: 'Libre Franklin', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

/* // <uniquifier>: Use a unique and descriptive class name */
/* // <weight>: Use a value from 100 to 900 */

.archivo-regular {
	font-family: 'Archivo', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: 'wdth' 100;
}

/* font styles */

p,
.band-note,
.band-social-content,
.follow-wrapper a {
	line-height: 1.5em;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
}

.splash-social-wrapper a {
	letter-spacing: 0.03em;
	word-spacing: 0.1em;
}

.credits-email {
	letter-spacing: 0.12em;
	word-spacing: 0.1em;
}

h3 {
	letter-spacing: 0.04em;
	word-spacing: 0.1em;
}

h2,
nav li {
	letter-spacing: 0.02em;
	word-spacing: 0.1em;
}

/* SPLASH */
/* TO DO add fadeIn do elementów splash? */
.splash {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #faf9f6;
	background: #030303;
	z-index: 200;
	color: #030303;
	color: #faf9f6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.splash-close-button {
	position: fixed;
	z-index: 100;
	top: 5px;
	right: 15px;
	padding: 0;
	border: 0;
	background: inherit;
	cursor: pointer;
}

.splash-close-button a {
	color: #030303;
}

.splash-close-button i {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 300;
	color: #030303;
	color: #808080;
	color: #d3d3d3;
	width: 20px;
	height: 35px;
}

.opacity-none {
	opacity: 0;
	z-index: -10;
	transition: all 0.5s;
}

.introduction {
	width: 100%;
	height: auto;
	max-width: 560px;
	padding: 15px;
}

.label-entry {
	text-align: center;
}

.label-entry h1,
.label-entry > h1 > span {
	font-family: 'Vollkorn', serif;
}

.label-entry h1 {
	margin: 0;
	font-size: 65px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 0 0 25px #faf9f6;
}

.label-entry > h1 > span {
	display: block;
	font-size: 30px;
	letter-spacing: 12px;
	text-transform: lowercase;
	text-shadow: 0 0 7px #dc143c, 0 0 10px #dc143c, 0 0 21px #dc143c,
		0 0 42px #aa4a44;
}

.label-entry > span {
	display: inline-block;
	margin: 50px 0 30px 0;
	letter-spacing: 7px;
	text-shadow: 0 0 25px #faf9f6;
}

/* entry - youtube */

.entry-attach-intro {
	border-top: 1px solid #808080;
	padding: 20px 0px 0px 0px;
	margin: 0 0 20px 0;
}

.entry-button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 25px;
	letter-spacing: 5px;
	/* text-decoration: underline; */
	border-bottom: 1px solid #808080;
	/* text-transform: uppercase; */
	text-shadow: 0 0 25px #faf9f6;
	text-shadow: 0 0 15px #0fff50, 0 0 30px #90ee90, 0 0 36px #50c878;
}

.entry-button:hover {
	/* transition: transform 0.3s;
	transform: scale(1.2, 1.2); */
	transition: opacity 0.5s;
	opacity: 0.5;
}

.latest-track h2 {
	margin: 10px 0px 7px 0px;
	text-shadow: 0 0 25px #faf9f6;
}

.youtube-placeholder {
	position: relative;
	display: inline-flex;
	cursor: pointer;
	width: 100%;
	max-width: 560px;
}

.youtube-placeholder img {
	width: 100%;
	border-radius: 10px;
	opacity: 0.3;
}

/* TO DO - onClick inline? logika JS? */
.youtube-placeholder .icon-youtube {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	font-size: 20px;
	width: 504px;
	max-width: 90%;
	top: 145.5px;
	left: 5%;
}

.splash-social h3 {
	font-weight: 500;
	font-size: 22px;
	margin: 20px 0px 5px 0px;
	text-shadow: 0 0 25px #faf9f6;
}

.latest-track h2 span,
.splash-social h3 span {
	text-transform: uppercase;
	text-shadow: 0 0 25px #faf9f6;
}

.splash-social-wrapper {
	border-top: 1px solid #808080;
	padding: 10px 0px 0px 0px;
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: 50% 50%;
	grid-template-rows: 25% 25% 25% 25%;
	gap: 5px;
}

.splash-social-wrapper a {
	font-size: 18px;
	text-transform: uppercase;
}

.anch-short {
	padding-right: 30px;
}

/* SPLASH */

header {
	border-bottom: 1px solid #343434;
	margin-bottom: 15px;
}

footer {
	/* background-color: #050301; */
	/* background-color: #0c0908; */
	background-color: #212122;
	/* background-color: #343434; */
}

/* MAIN PAGE */

.news,
.bands,
.biography {
	margin-top: 15px;
}

.biography {
	margin-bottom: 30px;
}

.entry {
	margin-bottom: 20px;
	border-bottom: 1px solid #808080;
	padding: 0 0 20px 0;
}

.entry:last-child {
	margin-bottom: 0px;
	border-bottom: 0;
	padding: 0;
}

.content-wrapper {
	max-width: 960px;
	margin: 0 auto;
	padding: 15px;
	/* background-color: #050301; */
	/* background-color: #0c0908; */
	/* background-color: #212122; */
	background-color: #343434;
	border-radius: 10px;
}

.main-nav-wrapper {
	max-width: 960px;
	margin: 0 auto;
}

.header-wrapper {
	display: flex;
	max-width: 990px;
	margin: 0 auto;
	padding: 15px 0px 5px 0px;
}

.footer-wrapper {
	display: flex;
	max-width: 1440px;
	margin: 0 auto;
	padding: 15px 0px;
}

.label-logo-wrapper {
	display: flex;
	justify-content: space-between;
}

.playlist-wrapper {
	width: 100%;
	max-width: 500px;
}

.label-logo {
	/* background: #212122; */
	/* border: 1.5px solid #d3d3d3; */
	/* border-radius: 8px; */
	padding: 10px 0px 25px 15px;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.label-logo a {
	color: #faf9f6;
}

.logo-title,
.logo-subtitle {
	font-family: 'Vollkorn', serif;
	font-weight: 400;
}

.logo-title {
	font-size: 40px;
	text-transform: uppercase;
	text-shadow: 0 0 25px #faf9f6;
}

.logo-subtitle {
	font-size: 22px;
	letter-spacing: 5px;
	color: #d3d3d3;
	/* border-top: 1px solid #d3d3d3; */
	text-shadow: 0 0 7px #dc143c, 0 0 10px #dc143c, 0 0 21px #dc143c,
		0 0 42px #aa4a44;
	/* 0 0 62px #AA4A44, */
	/* 0 0 92px #AA4A44, */
	/* 0 0 102px #880808, */
	/* 0 0 121px #880808; */
}

.quote-author {
	text-shadow: 0 0 15px #0fff50, 0 0 30px #90ee90, 0 0 36px #50c878;
}

.ghost-quote {
	text-shadow: 0 0 12px #0fff50, 0 0 20px #90ee90, 0 0 36px #50c878;
}

.header-wrapper {
	flex-direction: column;
}

.lang-switch {
	display: inline-flex;
	padding-left: 15px;
	gap: 5px;
}

.lang-switch div {
	padding-right: 5px;
	border-right: 1px solid #808080;
}

.lang-switch div:last-child {
	border: none;
	padding-right: 0px;
}

.page-content {
	z-index: 5;
	overflow: auto;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	background: inherit;
}

.sticky + .page-content {
	/* header height: */
	padding-top: 232px;
}

/* nav mobile */
.nav-mobile-handler {
	position: fixed;
	z-index: 100;
	top: 15px;
	right: 15px;
	padding: 0;
	border: #808080 solid 0px;
	background: #030303;
	cursor: pointer;
	display: none;
}

.menu-button div {
	width: 20px;
	height: 2px;
	background-color: #d3d3d3;
	margin: 3px 0;
}

.menu-close-button {
	display: none;
	width: 20px;
	height: 18px;
	justify-content: center;
	align-items: center;
	font-family: 'Libre Franklin', sans-serif;
	font-style: normal;
	font-size: 28px;
	font-weight: 300;
	color: #d3d3d3;
}

.main-nav-mobile {
	position: fixed;
	transform: translateY(-100%);
	display: none;
	transition: transform 0.2s;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: #030303;
	color: white;
	list-style: none;
	padding: 50px 0px 0px 50px;
	margin: 0 auto;
}

.main-nav-desk a,
.main-nav-mobile a {
	color: #faf9f6;
}

.main-nav-mobile li {
	padding-bottom: 5px;
}

.main-nav-mobile li:last-of-type {
	padding-bottom: 0px;
}

.show-nav-mobile {
	transform: translateY(0);
	display: block;
}

.show-mobile-dropdown-content {
	display: block;
}

/* nav mobile */

/* misc styling */
a {
	text-decoration: none;
	color: #808080;
}

a:hover {
	transition: opacity 0.5s;
	opacity: 0.5;
	cursor: pointer;
}

.content-wrapper h2 {
	font-weight: 500;
	font-size: 32px;
	margin: 0 0 20px 0;
}

.latest-track h2,
.label-entry > span {
	font-weight: 500;
	font-size: 25px;
}

article h3 {
	font-weight: 500;
	font-size: 20px;
	margin: 15px 0 15px 0;
}

.band-name {
	/* text-shadow: 0 0 30px #90ee90; */
	text-shadow: 0 0 25px #faf9f6;
}

.band-subgenre {
	font-size: 14px;
	text-shadow: none;
}

.biography .content-container {
	text-align: center;
}

.biography .content-container .entry-content:nth-last-child(2) {
	border-top: 1px solid #d3d3d3;
	padding-top: 5px;
}

.biography .content-container .entry-content:nth-last-child(1),
.biography .content-container .entry-content:nth-last-child(2) {
	text-align: end;
}

.quote-author {
	display: block;
	margin-top: 15px;
}

.entry-content {
	font-weight: 400;
	font-size: 16px;
	margin: 30px 0 30px 0;
}

.entry-content:last-child {
	margin-bottom: 0;
}

.news-content:last-child {
	margin-bottom: 0;
}

.news-content,
.news-headline {
	font-family: 'Space Mono', monospace;
}

.news-headline {
	text-transform: uppercase;
	font-size: 17px;
}

.content-container aside {
	border-top: 1px dashed #808080;
	padding-top: 3px;
}

.band-social-wrapper {
	display: flex;
	gap: 10px;
	margin-top: 3px;
}

.band-social-wrapper div {
	border-right: 1px solid #d3d3d3;
	padding-right: 10px;
}

.band-social-wrapper div:last-of-type {
	border-right: 0;
	padding-right: 0;
}

.band-social-content {
	margin-top: 20px;
}

.follow-wrapper a {
	font-weight: 400;
	font-size: 16px;
}

.credits-email {
	font-weight: 400;
	font-size: 16px;
}

/* misc styling */

/* nav */

.main-nav-desk {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 15px;
}

nav li {
	font-weight: 400;
	font-size: 25px;
}

.dropdown-wrapper {
	display: flex;
	gap: 5px;
	margin-bottom: 10px;
}

.icon-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.arrow {
	border: solid #d3d3d3;
	border-width: 0 2px 2px 0;
	padding: 5px;
}

.arrow-d {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.arrow-u {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.desk-dropdown {
	position: relative;
	display: inline-block;
}

.mobile-dropdown {
	position: relative;
	display: inline-block;
}

.desk-dropdown-content {
	/* display: flex; */
	display: none;
	flex-direction: column;
	gap: 5px;
	position: absolute;
	width: 145px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px -10px;
	background-color: #030303;
	border: 1px solid #343434;
	border-radius: 5px;
	/* box-shadow: 2px 2px 15px #dc143c; */
	/* box-shadow: 2px 2px 15px #90ee90; */
	box-shadow: 2px 2px 15px #faf9f6;
	text-shadow: 0 0 25px #faf9f6;

	/* box-shadow: 2px 2px 7px #dc143c; */
	z-index: 20;
}

.mobile-dropdown-container {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mobile-dropdown-content {
	display: none;
	gap: 5px;
	flex-direction: column;
	position: absolute;
	margin: 0px 0px 0px 0px;
	min-width: 150px;
	padding: 15px 5px 5px 0px;
	z-index: 2;
}

.desk-dropdown:hover .desk-dropdown-content {
	display: flex;
}

.mobile-dropdown-content .menu-mobile-item,
.desk-dropdown-content a {
	font-size: 23px;
}

.mobile-dropdown-content a {
	text-shadow: 0 0 25px #faf9f6;
}

.mobile-dropdown-button:hover {
	opacity: 1;
}

/* nav */

/* footer */
footer {
	margin-top: auto;
}

.follow-wrapper {
	flex: 2;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	align-items: center;
}

.follow-wrapper:first-of-type {
	border-right: 1px solid #808080;
	padding-right: 10px;
}

.follow-wrapper:last-of-type {
	justify-content: flex-start;
	border-left: 1px solid #808080;
	padding-left: 10px;
}

.credits-wrapper {
	flex: 3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.copyrights {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2.5px;
}

.copyrights-title {
	font-family: 'Archivo', sans-serif;
	text-transform: uppercase;
	font-variation-settings: 'wdth' 100;
}

.copyrights-subtitle {
	font-family: 'VT323', monospace;
	font-size: 18px;
	font-weight: 400;
}

.credits-box {
	display: flex;
	gap: 10px;
	align-items: center;
}

/* footer */
/* MAIN PAGE */

@media (max-width: 1300px) {
	.main-nav-wrapper {
		display: none;
	}

	.nav-mobile-handler {
		display: inline-block;
	}

	html {
		/* header height: */
		scroll-padding-top: 202px;
	}
	.sticky + .page-content {
		/* header height: */
		padding-top: 202px;
	}

	.header-wrapper {
		display: block;
		padding-bottom: 15px;
	}
}

@media (max-width: 1100px) {
	html {
		/* header height: */
		scroll-padding-top: 324px;
	}

	.sticky + .page-content {
		/* header height: */
		padding-top: 324px;
	}

	.label-logo-wrapper {
		flex-direction: column;
		align-items: center;
		padding: 0px;
	}

	/* .label-logo-wrapper div:last-of-type {
		max-width: none;
	} */

	.playlist-wrapper {
		max-width: none;
	}

	.lang-switch {
		position: fixed;
		z-index: 100;
		top: 15px;
		left: 15px;
		padding: 0;
		border: #808080 solid 0px;
	}

	.footer-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.credits-wrapper {
		order: 1;
	}

	.follow-wrapper {
		order: 2;
		margin-top: 10px;
	}

	.follow-wrapper:first-of-type {
		/* border-left: 1px solid #808080; */
		/* padding-left: 10px; */
		border-right: 0;
		padding-right: 0;
	}

	.follow-wrapper:last-of-type {
		order: 3;
		margin-top: 5px;
		/* border-right: 1px solid #808080; */
		/* padding-right: 10px; */
		border-left: 0;
		padding-left: 0;
	}
}

@media (max-height: 1000px) {
	.label-entry > span {
		margin: 25px 0 25px 0;
	}

	.latest-track h2,
	.label-entry > span,
	.entry-button {
		font-size: 20px;
	}

	.label-entry h1 {
		font-size: 50px;
	}

	.splash-social h3 {
		font-size: 18px;
	}

	.label-entry > h1 > span {
		font-size: 22px;
		letter-spacing: 10px;
	}

	.splash-social-wrapper {
		gap: 3px;
	}

	.splash-social-wrapper a {
		font-size: 16px;
	}
}

@media (max-height: 700px) {
	.latest-track h2,
	.splash-social h3 {
		display: none;
	}
}

@media (max-height: 600px) {
	.splash-social {
		display: none;
	}
}

@media (max-width: 800px) {
	html {
		/* header height: */
		scroll-padding-top: 231px;
	}

	.sticky + .page-content {
		/* header height: */
		padding-top: 231px;
	}

	header {
		margin-bottom: 0;
		border-bottom: 0;
	}

	#news {
		margin-top: 2px;
	}
	.header-wrapper {
		padding-bottom: 0;
	}

	.label-logo-wrapper {
		flex-direction: column;
	}

	.label-logo-wrapper iframe {
		height: 90px;
	}

	.biography {
		margin-bottom: 15px;
	}
}

@media (max-width: 540px) {
	/* splash */
	.label-entry h1 {
		font-size: 37px;
	}

	.label-entry > h1 > span {
		font-size: 18px;
		letter-spacing: 4px;
	}

	.youtube-placeholder .icon-youtube {
		font-size: 16px;
		top: 148px;
	}

	.splash-social-wrapper {
		gap: 3px;
	}

	.latest-track h2 {
		margin-bottom: 5px;
	}

	/* splash */

	html {
		/* header height: */
		scroll-padding-top: 226px;
	}

	.sticky + .page-content {
		/* header height: */
		padding-top: 226px;
	}

	.header-wrapper {
		justify-content: center;
	}

	.content-wrapper {
		width: auto;
	}

	.band-social-content {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	/* misc styling mobile */

	.logo-title {
		font-size: 34px;
	}

	.logo-subtitle {
		font-size: 18px;
		letter-spacing: 4.5px;
	}

	.content-wrapper h2 {
		font-size: 28px;
	}

	.latest-track h2,
	.label-entry > span,
	.entry-button,
	.splash-social h3 {
		font-size: 18px;
	}

	article h3 {
		font-size: 18px;
	}

	.follow-wrapper a {
		font-weight: 400;
		font-size: 12px;
		text-transform: uppercase;
	}

	.credits-email {
		font-size: 14px;
	}

	.copyrights {
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 2.5px;
	}

	.copyrights-subtitle {
		font-size: 14px;
	}

	/* misc styling mobile */

	.credits-box {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
	}

	.label-logo {
		padding: 30px 10px 15px 10px;
		margin: 0px;
	}
}

@media (max-width: 375px) {
	html {
		/* header height: */
		scroll-padding-top: 220px;
	}
	.sticky + .page-content {
		/* header height: */
		padding-top: 220px;
	}

	.logo-title {
		font-size: 30px;
	}

	.logo-subtitle {
		font-size: 16px;
		letter-spacing: 4.5px;
	}

	.label-entry > span {
		margin: 10px 0 10px 0;
	}

	.entry-attach-intro,
	.splash-social-wrapper {
		padding: 10px 0px 0px 0px;
	}

	.entry-attach-intro {
		margin: 0 0 5px 0;
	}

	.splash-social h3 {
		margin-top: 10px;
	}

	.splash-close-button {
		top: 5px;
	}
}

@media (max-width: 350px) {
	.label-entry h1 {
		font-size: 35px;
	}

	.label-entry > h1 > span {
		font-size: 16px;
		letter-spacing: 4px;
	}

	.label-entry > span,
	.entry-button,
	.latest-track h2 {
		font-size: 16px;
	}
}
