@charset "UTF-8";

/* START fonts */

/* @font-face { 
	font-family: "TitilliumWeb-Extra-light"; 
	src: url("../fonts/TitilliumWeb-ExtraLight.ttf");
	font-weight: 200;
	font-style: normal;
}

@font-face { 
	font-family: "TitilliumWeb-Extra-light-italic"; 
	src: url("../fonts/TitilliumWeb-ExtraLightItalic.ttf");
	font-weight: 200;
	font-style: italic;
}

@font-face { 
	font-family: "TitilliumWeb-Light"; 
	src: url("../fonts/TitilliumWeb-Light.ttf");
	font-weight: 300;
	font-style: normal;
}

@font-face { 
	font-family: "TitilliumWeb-Light-italic"; 
	src: url("../fonts/TitilliumWeb-LightItalic.ttf");
	font-weight: 300;
	font-style: italic;
} */

@font-face { 
	font-family: "TitilliumWeb-Regular"; 
	src: url("../fonts/TitilliumWeb-Regular.ttf");
	font-weight: 400;
	font-style: normal;
}

@font-face { 
	font-family: "TitilliumWeb-Regular-italic"; 
	src: url("../fonts/TitilliumWeb-Italic.ttf");
	font-weight: 400;
	font-style: italic;
}

/* @font-face { 
	font-family: "TitilliumWeb-Semi-bold"; 
	src: url("../fonts/TitilliumWeb-SemiBold.ttf");
	font-weight: 600;
	font-style: normal;
}

@font-face { 
	font-family: "TitilliumWeb-Semi-bold-italic"; 
	src: url("../fonts/TitilliumWeb-SemiBoldItalic.ttf");
	font-weight: 600;
	font-style: italic;
} */

@font-face { 
	font-family: "TitilliumWeb-Bold"; 
	src: url("../fonts/TitilliumWeb-Bold.ttf");
	font-weight: 700;
	font-style: normal;
}

@font-face { 
	font-family: "TitilliumWeb-Bold-italic"; 
	src: url("../fonts/TitilliumWeb-BoldItalic.ttf");
	font-weight: 700;
	font-style: italic;
}

@font-face { 
	font-family: "TitilliumWeb-Black"; 
	src: url("../fonts/TitilliumWeb-Black.ttf");
	font-weight: 900;
	font-style: normal;
}

/* END fonts */



/* BREAKPOINT XS: smartphones */
* {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	/* height: 100vh; */
	/* min-height: -webkit-fill-available; */
}
body {
	display: block;
	justify-content: center;
	font-family: "TitilliumWeb-Regular", Verdana, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #E6E6E6;
	font-size: 18px;
	/* line-height: 28px; */
	line-height: 1.5;
	background-color: #000;
	margin: 0;
	padding: 80px 24px 64px 24px;
	text-align: left;
	/* text-align: center; */
	/* height: 100vh; */
	/* min-height: -webkit-fill-available; */
}

h1 {
	font-family: "TitilliumWeb-Bold", Verdana, Arial, sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 40px;
	line-height: 1.2;
	margin: 0;
}

h2 {
	font-family: "TitilliumWeb-Bold", Verdana, Arial, sans-serif;
	font-weight: 700;
	color: #808080;
	font-size: 32px;
	line-height: 1.2;
	margin-top: 0;
}

h3, h4 {
	font-family: "TitilliumWeb-Bold", Verdana, Arial, sans-serif;
	font-weight: 700;
	color: #E5E5E5;
	font-size: 28px;
	line-height: 1.2;
}

small {
	font-family: "TitilliumWeb-Bold", Verdana, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
}

button {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	background-color: #000;
}

a:link, a:visited {
	font-family: "TitilliumWeb-Bold", Verdana, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #FFF;
}

a img {
	vertical-align: middle;
}

a.btn-primary, a.btn-primary:link, a.btn-primary:visited {
	font-family: "TitilliumWeb-Regular", Verdana, Arial, sans-serif;
	font-weight: 400;
	display: flex;
	align-items: center;
	width: max-content;
	font-size: 14px;
	text-align: center;
	height: 44px;
	padding: 8px;
	margin: 4px 0;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	border: none;
	/* border-color: #FFF;
	border-width: 1px;
	border-style: solid; */
	border-radius: 8px;
}

a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus {
	/* color: #E5E5E5;
	border-color: #E5E5E5; */
	background-color: #E5E5E5;
}

a.btn-secondary, a.btn-secondary:link, a.btn-secondary:visited {
	font-family: "TitilliumWeb-Regular", Verdana, Arial, sans-serif;
	font-weight: 400;
	display: flex;
	align-items: center;
	width: max-content;
	font-size: 14px;
	text-align: center;
	height: 44px;
	padding: 8px;
	margin: 4px 0;
	color: #FFF;
	text-decoration: none;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
}

a.btn-secondary:hover, a.btn-secondary:active, a.btn-secondary:focus {
	/* color: #E5E5E5;
	border-color: #E5E5E5; */
	background-color: #808080;
}

a.btn-primary img, a.btn-secondary img {
	width: 28px;
	height: 28px;
	margin-right: 8px;
}

/* MENU start*/
nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	/* bottom: 0; */
	max-width: 100%;
	height: 64px;
	background-color: #000;
	z-index: 10;
}

.menu-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 64px;
	padding: 0 24px;
}

.menu-mobile {
	display: block;
}

.menu-mobile a:link, .menu-mobile a:visited {
	font-family: "TitilliumWeb-Bold", Verdana, Arial, sans-serif;
	font-weight: 700;
	font-size: 40px;
	font-style: normal;
	color: #808080;
	text-decoration: none;
}
.menu-mobile a:hover, .menu-mobile a:active, .menu-mobile a:focus, .menu-mobile .current a:link, .menu-mobile .current a:visited {
	text-decoration: none;
	color: #FFF;
}

.menu-mobile ul {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.menu-mobile li {
	display: flex;
}

.menu-desktop {
	display: none;
}

#menu-mobile-x {
	display: none;
}

#menu-mobile-modal {
	position: fixed;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	/* row-gap: 40px; */
	width: 100%;
	min-height: calc(100vh - 64px);
	/* bottom: 0; */
	/* bottom: env(safe-area-inset-bottom); */
	/* min-height: -webkit-fill-available; */
	/* max-height: -webkit-fill-available; */
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 40px;
	padding-bottom: calc(64px + env(safe-area-inset-bottom));
	/* padding-bottom: env(safe-area-inset-bottom); */
	padding-left: 24px;
	background-color: #000;
	/* background-color: blue; */
}
/* MENU end*/

ul {
	list-style-type: square;
}

img {
	/* display: block; */
	margin: 0;
	max-width: 100%;
}

img.author {
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

img.cover-art {
	border-radius: 8px;
	filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.4));
}

.container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.intro {
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
	margin: 0 0 24px 0;
	padding: 64px 0;
}

.news {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.buttons {
	/* width: 100%; */
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px;
	padding-bottom: 24px;
}

.buttons > * {
	flex: 0 0 50%;
	padding: 0 4px;
}

.buttons a, .buttons a.btn-secondary {
	width: 100%;
}

.contact {
	display: flex;
	column-gap: 16px;
	margin: 40px 0 80px 0;
}

.contact-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-info>* {
	margin: 0;
}

.release {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background-color: #333;
	padding: 24px;
	border-radius: 0;
}

.release-cover_links {
	display: flex;
	flex-direction: column;
}

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

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

footer .info {
	display: flex;
	flex-direction: column;
}

.streaming-services {
	display: flex;
	margin: 0;
	padding: 16px 0;
	flex-direction: column;
	justify-content: center;
	row-gap: 40px;
}

.streaming-icons {
	display: flex;
	margin: 0;
	margin: 40px 0;
	padding: 0;
	justify-content: center;
	column-gap: 24px;
	line-height: 0;
}

.streaming-icons img {
	width: 56px;
	height: 56px;
}

.social-media {
	display: flex;
	margin: 40px 0;
	padding: 0;
	justify-content: center;
	column-gap: 8px;
	line-height: 0;
}

.social-media img {
	width: 44px;
	height: 44px;
}

footer {
	margin-top: 40px;
	padding-top: 40px;
	font-size: 18px;
	color: #808080;
	border-top: 1px solid #E6E6E6;
	text-align: center;
}

/* BREAKPOINT M: portrait tablets*/
@media (min-width: 768px) {
	body {
		padding: 120px 24px 64px 24px;
		font-size: 24px;
	}

	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 40px;
	}

	h3, h4 {
		font-size: 32px;
	}

	small {
		font-size: 18px;
	}

	a.btn-primary, a.btn-primary:link, a.btn-primary:visited {
		font-size: 16px;
	}

	.container {
		max-width: 960px;
	}

	nav {
		margin: 0 24px;
	}

	.menu-bar {
		padding: 0;
	}

	.menu-mobile {
		display: none;
	}

	#menu-mobile-modal {
		display: none;
	}
	
	.menu-desktop {
		display: block;
	}

	.menu-desktop a:link, .menu-desktop a:visited {
		font-family: "TitilliumWeb-Bold", Verdana, Arial, sans-serif;
		font-weight: 700;
		font-size: 24px;
		font-style: normal;
		color: #808080;
		text-decoration: none;
	}
	.menu-desktop a:hover, .menu-desktop a:active, .menu-desktop a:focus, .menu-desktop .current a:link, .menu-desktop .current a:visited {
		text-decoration: none;
		color: #FFF;
	}

	.menu-desktop ul {
		display: flex;
		flex-direction: row;
		column-gap: 24px;
	}

	.menu-desktop li {
		display: flex;
	}

	.menu li.current {
		position: relative;
		text-align: right;
	}
	.menu li.current:after {
		transform: translateX(-50%);
		position: absolute;
		background: #FFF;
		content: '';
		width: 16px;
		height: 2px;
		left: 50%;
		top: 100%;
	}

	.intro {
		margin: 0 0 80px 0;
		padding: 80px 0;
	}

	.news {
		flex-direction: row;
		column-gap: 40px;
		padding-bottom: 40px;
	}

	.news img {
		max-width: 320px;
	}

	.streaming-services {
		flex-direction: row;
		column-gap: 40px;
	}

	.release {
		max-width: 100%;
		left: auto;
		right: auto;
		margin-left: auto;
		margin-right: auto;
		padding: 40px;
		border-radius: 16px;
	}

	.release-cover_links {
		flex-direction: row;
		/* column-gap: 40px; */
		margin: 0 -20px;
	}

	.release-cover_links>* {
		flex: 0 0 50%;
		padding: 0 20px;
	}

}

/* BREAKPOINT L: landscape tablets and desktops*/
@media (min-width: 1024px) {
	footer .links {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 40px;
	}

	footer .info {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.social-media {
		margin: 0;
	}
}