* {
	box-sizing: border-box;
}
body {
	color:#eeeeee;
	margin: 0;
	font-family: Arial,sans-serif;
	font-weight: 400;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
	background-image: url(../images/exo/web-background.png);
	background-size: 100%;
	background-repeat: repeat-y;
}
h1 {
	text-transform: capitalize;
	font-size: 3.2rem;
}
h2 {
	font-size: 2rem;
	margin-bottom: 0;
}
h3 {
	font-size: 2.2rem;
}
p, li {
	font-size: 1.4rem;
}
/* Header */

header {
	position: absolute;
	top: 20px;
	right: 0;
    left: 0;
}
.logo {
	padding-top: 10px;
	width: 100px;
    margin-left: 50px;
}
.title-container {
    width: calc(100% - 220px);
	height: 114px;
	position: absolute;
	top: 0;
	right: 0;
}
.title {
	max-width: 100%;
	max-height: 100%;
}

/* Navigation */

nav {
	width: 100%;
    padding: 0;
    margin: 160px 0 0 0;
}
nav ul {
	list-style: none;
    padding: 0;
	text-align: center;
}
nav ul li {
	display: inline-block;
	text-align: center;
	vertical-align: text-bottom;
	margin: 5px;
}
nav a {
	background-color:#232323;
	color:#eeeeee;
	display: block;
	border-radius: 8px;
	text-decoration: none;
	font-size: 2.5rem;
	min-width: 42px;
    padding: 5px 10px;
}
nav a:hover, nav a.active, nav button:hover, nav button:active {
	background-color: #555;
}
nav button {
	color:#eeeeee;
	background-color:#232323;
	display: block;
	border: 1px inset #333;
	border-radius: 8px;
	padding: 0 10px;
	text-decoration: none;
	font-size: 2rem;
    height: 44px;
}
a.socials {
	padding: 0;
}
.socials img {
	height: 38px;
	margin: 8px 8px 0 8px;
}

/* Main content */

main {
	color:#232323;
	padding: 0 20px 20px 20px;
	margin: 0 0 750px 0;
}
.content {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
}
.multiList {
	list-style: none;
}
.multiList a {
	text-decoration: none;
	color:#232323;
	display: block;
}
.multiList a:hover {
	text-decoration: underline;
	color:#2222aa;
	background-color: #e5e5e5;
}
.provider-link {
    height: 70px;
    width: 70px;
    display: inline-block;
    margin: 0 10px 0 0;
    text-indent: -9999px;
    background: url(../images/providers/providers_sprite.png) no-repeat top center;
	background-size: 100%;
}
.provider-bandcamp {
	background-position: 0 -2px;
}
.provider-amazon {
	background-position: 0 -72px;
}
.provider-amazon-music {
	background-position: 0 -142px;
}
.provider-apple {
	background-position: 0 -212px;
}
.provider-itunes {
	background-position: 0 -282px;
}
.provider-spotify {
	background-position: 0 -352px;
}
.provider-youtube {
	background-position: 0 -422px;
}
.provider-beatport {
	background-position: 0 -492px;
}
.highlight-release {
	display: flex;
    padding: 20px;
}
.highlight-release h3 {
	padding: 0;
    margin: 0;
}
.highlight-release-content {
    padding-left: 36px;
}
.highlight-release-content p {
    font-size: 2rem;
}
.cdsoffer {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
.cdsoffer p {
	width: 25%;
    margin: 1%;
	text-align: center;
	font-size: 1.1rem;
}
.cdsoffer a img {
	width: 100%;
}
.home-releases {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home-releases a {
	text-decoration: none;
	color:#232323;
}
.home-releases h3 {
	font-size: 1.9em;
	margin-bottom: 0;
	max-width: 250px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.home-releases p {
	font-size: 1.6rem;
	margin: 5px 0 0 0;
}
.home-releases img {
	width: 250px;
	margin-top: 20px;
}
p.home-release-genre {
	font-style: italic;
	font-size: 1.1rem;
	color: #999;
}
.releases h3 {
	font-size: 1.3rem;
}
.release {
	display: flex;
}
.release-description {
	margin-bottom: 50px;
}
.release-header {
	min-width: 350px;
}
.release-header img {
	margin-bottom: 20px;
}
.release ul {
	list-style: none;
	margin: 0;
	padding-left: 10px;
}
.release-provider {
	margin: 20px 0;
	font-size: 2rem;
}
.release-track-title {
	display: block;
	min-width: 225px;
	font-size: 1.8rem;
}
.release-track-title em {
	font-size: 1rem;
	color: #555;
}
.release-track-description {
	display: block;
	margin-bottom: 15px;
	font-size: 1rem;
}
.release-tracks {
	padding: 0;
}
.release-tracks li {
	margin-bottom: 20px;
	font-size: 1.6rem;
}
.release-tracks ul ul {
	display: inline-block;
}
.release-tracks ul ul li{
	display: inline-block;
}
.release-artist-artwork {
	width: 350px;
	float: right;
	margin-left: 10px;
}

/* Settings and cookie banner */

.settings {
	position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
	padding: 20px;
	background-color: rgba(216, 222, 229, 0.97);
	color: #555;
	z-index: 10;
	border-top: #ccd2d9 2px solid;
}
.settings h3 {
	margin-top: 0;
}
.settings p:last-child {
	margin-bottom: 0;
}
.settings ul {
	list-style: none;
	padding-left: 0;
}
.settings li {
	display: inline;
}
.settings button {
	font-size: 1.8rem;
}
.settings .settings-button {
	display: none;
	margin: 5px;
}
.settings .closeButton {
	float: right;
	margin-top: -80px;
    margin-right: 12px;
}
.settings .provider-link {
    height: 70px;
    width: 70px;
    margin: 0 10px 0 0;
    text-indent: -9999px;
    background: url(../images/providers/providers_sprite.png) no-repeat top center;
	background-size: 100%;
}
.settings .provider-bandcamp {
	background-position: 0 -2px;
}
.settings .provider-amazon {
	background-position: 0 -72px;
}
.settings .provider-amazon-music {
	background-position: 0 -142px;
}
.settings .provider-apple {
	background-position: 0 -212px;
}
.settings .provider-itunes {
	background-position: 0 -282px;
}
.settings .provider-spotify {
	background-position: 0 -352px;
}
.settings .provider-youtube {
	background-position: 0 -422px;
}
.settings .provider-beatport {
	background-position: 0 -492px;
}
.inactive {
	background-color:#232323;
	border: 0;
	right: unset;
    padding: 3px;
    margin: 0;
	border-radius: 30px;
}
.inactive .settings-button {
	display: block;
}
.hide {
	display: none;
}
.hiddenContent {
	visibility: hidden;
	height: 0;
	margin: 0;
    padding: 0;
}
