@charset "utf-8";
/* CSS Document */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.open-sans-<uniquifier> {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}

.quantico-regular {
	font-family: "Quantico", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.quantico-bold {
	font-family: "Quantico", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.quantico-regular-italic {
	font-family: "Quantico", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.quantico-bold-italic {
	font-family: "Quantico", sans-serif;
	font-weight: 700;
	font-style: italic;
}


body {
	background-color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
	font-weight: 400;
	color: #fff;
}

p {
	margin-top: 10px;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #ccc;
}
*:focus {
	outline: 0;
	border: 0;
}
input {
	border: 0;
}
* img {
	width: 100%;
	height: auto;
}
:root {
	--animate-duration: 1.6s;
}

.skip-link {
	position: fixed;
	top: -200px;
}
.mobile {
	display: none;
}
.nomobile {
	display: block;
}
.preload {
	display: none;
}
#wait {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #000;
	z-index: 100000;
	top: 0;
	left: 0;
}
.wait-animation {
	width: 90px;
	height: 90px;
	padding-top: calc(50vh - 45px);
	margin: 0 auto;
}
#wait2 {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);;
	z-index: 100000;
	top: 0;
	left: 0;
	display: none;
}

.audio-background {
	display: none;
}

#container-frame {
	
}

.mainscreen {
	display: none;
}
#screen0 {
	display: block;
}
.top-frame {
	background-color: #000;
	color: #FFF;
	font-weight: 500;
	position: relative;
	overflow: hidden;
}
.logo-container {
	float: left;
	width: 160px;
	margin-left: 30px;
	margin-top: 10px;
}
.logo-container img {
	width: 100%;
	height: auto;
}
.top-logo {
	position: absolute;
	width: 130px;
	top: -40px;
	left: calc((100% - 366px) / 2);
	z-index: 999
}
.top-logo img {
	width: 100%;
	height: auto;
}
.top-title {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 0px;
	font-size: 22px;
}
.tour-dates {
	float: right;
	width: 62px;
	text-align: center;
	margin-top: 5px;
	height: 62px;
	margin-right: 30px;
}
.tour-dates a {
	color: #FFF;
}
.tour-dates a:hover {
	color: #DDD;
}
.header-logos {
	position: relative;
	z-index: 5;
	width: 70%;
	margin: 10px auto;
	overflow: auto;
}
.header-logo {
	float: left;
	width: 36%;
	margin: 0 7%;
}
.header-pictures {
	position: relative;
	z-index: 1;
	margin-top: -2%;
	height: 0;
	padding-bottom: 33.85%;
}
.header-pictures video {
	position: absolute;
	width: 100%;
	height: 100%;
}
.top-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/*--- Map Home ---*/
.map-container {
	width: 100%;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	background: #0a0a0a;
	color: #ebebeb;
	height: 80vh;
	display: flex;
	flex-direction: column;
	/*overflow: hidden;*/
	position: relative;
	border-bottom: 4px solid #000;
}
#header {
	background: #1a0000;
	border-bottom: 2px solid #B51130;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	justify-content: center;
	display: none;
}
#header h1 { font-size: 1.2rem; font-weight: 700; color: #B51130; letter-spacing: 2px; text-transform: uppercase; }
#subtitle { font-size: 0.75rem; color: #888; margin-top: 2px; text-align: center; }

#tab-bar {
	background: #B51130;
	/*border-bottom: 1px solid #2a0000;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	overflow: hidden;*/
	position: relative;
}
.tab-bar-subtitle {
	float: left;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 9px 24px;
	color: #000;
	margin-right: calc(50% - 180px);
	font-family: 'Quantico', sans-serif;
}
.tab {
	float: left;
	padding: 9px 24px;
	background: none;
	border: none;
	border-bottom: 3px solid transparent;
	color: #000;
	font-family: 'Quantico', sans-serif;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 1em;
	cursor: pointer;
	transition: color 0.15s, border-color 0.15s;
	text-transform: uppercase;
	white-space: nowrap;
}
.tab:hover { color: #000; }
.tab.active { color: #FFF; border-bottom-color: #FFF; }
/* Short labels shown only on mobile */
.tab-short { display: none; }

/* Sidebar toggle — hidden on desktop, shown on mobile */
#sidebar-toggle {
	display: none;
	margin-left: auto;
	margin-right: 10px;
	padding: 5px 12px;
	background: none;
	border: 1px solid #e1395e;
	border-radius: 4px;
	color: #DDD;
	font-size: 0.75rem;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	flex-shrink: 0;
}
#sidebar-toggle:hover { border-color: #B51130; }

#main { display: flex; flex: 1; overflow: hidden; position: relative; }
.tour-pane { display: flex; flex: 1; overflow: hidden; }

/* Map */
#map-na, #map-eu {
	height: calc(80vh - 36px);
}

.sidebar {
	width: 300px;
	background: #111;
	border-right: 1px solid #2a2a2a;
	overflow-y: auto;
	flex-shrink: 0;
}
.sidebar-logo {
	text-align: center;
	padding: 10px 0 0;
	background: #1a0000;
}
.sidebar-logo img {
	width: 60px;
	height: auto;
}
.sidebar-header {
	padding: 4px 14px 10px;
	background: #1a0000;
	border-bottom: 1px solid #2a2a2a;
	font-size: 0.75rem;
	color: #de647a;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	position: sticky;
	top: 0;
	z-index: 10;
}

.concert-item { padding: 8px 12px; border-bottom: 1px solid #1e1e1e; display: flex; align-items: center; gap: 10px; cursor: pointer; transition: background 0.15s; }
.concert-item:hover { background: #191919; }
.concert-item.gold   { background: #1a1000; }
.concert-item.silver { background: #141414; }
.concert-item.bronze { background: #120a00; }

.vote-bar-wrap { flex: 1; min-width: 0; }
.concert-name  { font-size: 0.74rem; font-weight: 600; color: #ccc; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: none; }
/*/.concert-date  { font-size: 0.64rem; color: #555; margin-top: 1px; }*/
.concert-date  { font-size: 0.74rem; font-weight: 600; color: #ccc; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vote-bar      { height: 3px; background: #222; border-radius: 2px; margin-top: 5px; overflow: hidden; }
.vote-bar-fill { height: 100%; border-radius: 2px; transition: width 0.6s ease; }

.map-container { flex: 1; }

/* Controls */
.leaflet-left { left: unset; right: 3%; }
.leaflet-top { bottom: 40px; top: unset; }

#legend {
	position: absolute;
	/*bottom: 28px;
	right: 10px;
	background: rgba(10,10,10,0.9);
	border: 1px solid #333;
	border-radius: 6px;
	padding: 10px 14px;
	z-index: 1000;
	font-size: 0.72rem;
	pointer-events: none;
	display: none;*/
	bottom: 30px;
	left: 2vh;
	width: 6vh;
	z-index: 1000;
}
#legend img {
	width: 100%;
	height: auto;
}
#legend .legend-title { color: #B51130; font-weight: 700; margin-bottom: 7px; text-transform: uppercase; letter-spacing: 1px; display: none; }
.legend-gradient {
	width: 160px; height: 10px;
	background: linear-gradient(to right, #0033cc, #0066ee, #0099ff, #00bbee, #00ccaa, #00cc77, #00bb44, #66cc00, #aadd00, #ffcc00, #ff8800, #ff2200);
	border-radius: 2px; margin-bottom: 4px; display: none;
}
.legend-labels { display: flex; justify-content: space-between; color: #666; display: none; }

.leaflet-popup-content-wrapper { background: #111 !important; border: 1px solid #B51130 !important; color: #eee !important; border-radius: 6px !important; box-shadow: 0 4px 20px rgba(200,30,0,0.3) !important; }
.leaflet-popup-tip { background: #111 !important; }
.popup-date  { font-size: 0.68rem; font-weight: 700; color: #d32646; text-transform: uppercase; letter-spacing: 1px; }
.popup-venue { font-weight: 700; font-size: 0.95rem; margin: 3px 0 2px; }
.popup-city  { color: #CCC; font-size: 0.8rem; }

/* ── Mobile backdrop ── */
#sidebar-backdrop {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.55);
	z-index: 1999;
}
#sidebar-backdrop.visible { display: block; }

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #0d0d0d; }
::-webkit-scrollbar-thumb { background: #333; border-radius: 2px; }

@media (max-width: 768px) {
	
	/* Header */
	#header h1 { font-size: 0.95rem; letter-spacing: 1px; }
	#subtitle  { display: none; }
	
	/* Tabs — short labels, tighter padding */
	#tab-bar {
		border-bottom: 1px solid #2a0000;
		display: flex;
		flex-shrink: 0;
	}
	.tab       { padding: 9px 12px; letter-spacing: 0; float: none; }
	.tab-full  { display: none; }
	.tab-short { display: inline; }
	.tab:nth-of-type(1) { margin-left: auto; }
	.tab-frame-subtitle { text-align: right; }
	
	/* Map */
	#map-na, #map-eu {
		height: calc(66vh - 36px);
	}
	
	/* Show toggle button */
	#sidebar-toggle { display: block; margin-left: 15px; position: absolute; top: 40px; right: 0px; z-index: 999; margin: 0; border: 0; }
	#sidebar-toggle img { width: 42px; height: auto; }
	
	/* Sidebar — fixed bottom sheet that slides up */
	.sidebar {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 52vh;
		z-index: 2000;
		border-right: none;
		border-top: 2px solid #B51130;
		border-radius: 14px 14px 0 0;
		transform: translateY(100%);
		transition: transform 0.3s ease;
	}
	.sidebar.open { transform: translateY(0); }
	.sidebar-header { border-radius: 14px 14px 0 0; }
	
	/* Larger touch targets */
	.concert-item { padding: 12px 14px; }
	
	/* Controls */
	.leaflet-left { left: 0; right: unset; }
	.leaflet-top { bottom: 20px; }
	
	/* Legend — smaller, higher to clear Leaflet attribution */
	#legend {
		bottom: 42px;
		right: 8px;
		padding: 7px 10px;
		font-size: 0.64rem;
		display: none;
	}
	.legend-gradient { width: 110px; height: 8px; }
}
/*--- End Map Home ---*/


.main {
	border-top: 4px solid #B51130;
	color: #FFF;
	text-align: center;
	position: relative;
	z-index: 10;
	padding-bottom: 60px;
}
.home-background-image {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.pretitle {
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: 500;
	position: relative;
	color: #B51130;
}
.logo {
	max-width: 700px;
	width: 80%;
	margin: 10px auto 20px;
	line-height: 1.1em;
	font-size: 42px;
	color: #a0a0a0;
	font-family: "Quantico", sans-serif;
	position: relative;
}
.subtitle {
	font-size: 32px;
	color: #a75841;
	font-weight: 500;
	position: relative;
}
.text {
	max-width: 780px;
	width: 92%;
	margin: 0px auto 30px;
	font-size: 16px;
	position: relative;
}

.button-container {
	width: 600px;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
}
.button {
	width: 160px;
	margin: 0 auto;
	background-color: #B51130;
	text-align: center;
	border-radius: 25px;
	padding: 6px 0 8px;
	color: #000;
}
.button img {
	width: 22px;
	vertical-align: middle;
}
.button:hover {
	cursor: pointer;
	background-color: #d9143c;
}
.button a, .button a:hover {
	color: #000;
}
.enter-button-text {
	vertical-align: middle;
	font-size: 16px;
	font-family: 'Quantico', serif;
	color: #000;
}

#button0, #button0b {
	width: 260px;
	float: left;
	margin: 0 20px;
}

.apple-music-form {
	display: none;
}
.btn-outline-secondary {
	margin: 5px 0 10px;
}
#apple_music_email_address {
	width: 80%;
	margin: 5px auto;
}

.disclaimer {
	font-size: 14px;
	text-align: center;
	width: 80%;
	margin: 20px auto 0px;
	position: relative;
}
.disclaimer a {
	color: #FFF;
	text-decoration: underline;
}
.disclaimer a:hover {
	color: #CCC;
}
.band-checkbox {
	
}
.bnm-attribution {
	position: absolute;
	width: 120px;
	left: 40px;
	bottom: 10px;
}
#screen1 {
	min-height: calc(100vh - 44px);
}
.tab-frame-subtitle {
	background-color: #B51130;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 9px 24px;
	color: #000;
	clear: both;
}
.main1 {
	
}
.concerts-container {
	color: #FFF;
	min-height: calc(100vh - 147px);
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	background-image: url('../images/bkg_texture.jpg');
	position: relative;
	text-align: center;
}
.text1 {
	max-width: 800px;
	width: 92%;
	margin: 60px auto 10px;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	font-family: 'Quantico', sans-serif;
}
.subtext1 {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 30px;
}
.pretitle1 {
	padding-top: 0px;
	font-size: 20px;
	color: #9a9383;
}
.concerts {
	max-width: 380px;
	width: 96%;
	margin: 20px auto;
}
.concert-tabs-select {
	overflow: hidden;
	margin: 0 auto;
}
.concert-tab-us, .concert-tab-eu {
	float: left;
	width: 50%;
	text-align: center;
	padding: 4px 0;
	background-color: #6d0a1e;
	cursor: pointer;
}
.concert-tab-active {
	background-color: #B51130;
}
.concerts-select {
	padding: 40px 0;
	background-color: #B51130;
	margin: 0 auto;
}
.concerts-select select {
	padding: 4px 0;
}
#concerts-eu {
	display: none;
}
.send-concert {
	margin-top: 30px;
	width: 140px;
	padding: 4px 0;
	background-color: #fff;
}
.send-concert:hover {
	background-color: #DDD;
}
.band-image {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
.subtitle1 {
	font-size: 32px;
	font-weight: 500;
	clear: both;
	color: #B51130;
}
.border-top img {
	vertical-align: top;
}
.border-bottom img {
	vertical-align: bottom;
}

.button-container1 {
	margin-bottom: 0;
	padding-bottom: 60px;
}
#button1 {
	font-size: 20px;
	font-family: 'Quantico', serif;
	color: #000;
	padding: 8px 0;
}
.header-logos1 {
	height: calc(80vw * 0.096);
	width: 80%;
	margin: 0 auto;
}

#screen2 {
	
}
.main2 {
	color: #FFF;
	text-align: center;
	padding-bottom: 60px;
	background-image: url('../images/bkg_texture.jpg');
}
.title2 {
	max-width: 800px;
	width: 92%;
	margin: 0px auto;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	padding: 60px 0 0;
	font-family: 'Quantico', sans-serif;
}
.subtitle2 {
	font-size: 22px;
	font-weight: 400;
	padding: 10px 0 30px;
	color: #FFF;
}
.songs-container {
	max-width: 800px;
	width: 96%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #000;
}
.band-logo {
	max-width: 767px;
	width: 100%;
	margin: 60px auto 0px;
	background-color: #000;
}
.album-container {
	overflow: hidden;
	margin: 40px auto 0px;
	border-bottom: 1px dotted #242424;
	background-color: rgba(160, 160, 160, 0.1);
	height: 120px;
	cursor: pointer;
}
.album-container:hover {
	filter: brightness(120%);
	background-color: rgba(160, 160, 160, 0.15);
}
.album-cover {
	float: left;
	width: 120px;
	margin-right: 15px;
}
.album-title {
	float: left;
	width: calc(100% - 135px);
	font-size: 22px;
	color: #9a9383;
	font-weight: 500;
	text-align: left;
	padding-top: 40px;
}
.tracklist {
	
}
.tracklist-collapsed {
	display: none;
}
.track-container {
	position: relative;
}
.track {
	overflow: hidden;
	padding: 10px 0;
	cursor: pointer;
	border-bottom: 1px dotted #242424;
}
.track:hover {
	background-color: #111;
}
.preview i {
	color: #B51130;
	font-size: 18px;
}
.track-title {
	float: left;
	width: 80%;
	margin-left: 10%;
	text-align: left;
	color: #f5f5e5;
	line-height: 1.4em;
}
.track-checkbox {
	float: left;
	width: 10%;
	font-size: 16px;
	line-height: 1.4em;
	color: #f5f5e5;
}
.added {
	color: #B51130
}
.added .track-checkbox {
	color: #62b85e;
}
.preview {
	position: absolute;
	width: 10%;
	top: 5px;
	left: 0;
	font-size: 22px;
	line-height: 1.4em;
}
.preview a, .preview a:hover {
	color: #000;
}

#screen3 {
	
}
.main3 {
	background-color: #000;
	color: #FFF;
	text-align: center;
	min-height: calc(100vh - 148px);
	position: relative;
}
.subtitle3 {
	font-size: 24px;
	font-weight: 500;
	padding: 50px 0 10px;
	color: #FFF;
	text-align: center;
}
.final-buttons-container {
	overflow: hidden;
	max-width: 520px;
	width: 96%;
	margin: 20px auto 0px;
	display: none;
}
.button-final {
	display: block;
	float: left;
	margin: 10px 20px;
	width: 220px;
	color: #000;
}
.button-final:hover {
	/*box-shadow: 0px 0px 8px #B51130;*/
}
.button-final a, .button-final a:hover {
	color: #000;
}
.text3 {
	max-width: 800px;
	width: 92%;
	margin: 30px auto 0px;
	font-size: 20px;
	font-weight: 500;
	color: #f5f5e5;
	display: none;
}
.tab-frame-subtitle-last {
	padding: 0;
	height: 0;
}
.tour-dates-final {
	margin-top: 40px;
	display: none;
}
.albums-container {
	padding-bottom: 40px;
	max-width: 580px;
}
.album-link-final {
	display: block;
	float: left;
	margin: 10px 35px;
	width: 220px;
}
.album-final-title {
	line-height: 1.4em;
	height: 45px;
	color: #f5f5e5;
}
.button-final-small {
	margin: 10px 0px;
	width: 220px;
}
.header-logos3 {
	height: calc(80vw * 0.096);
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #000;
}
.header-logos3 img {
	width: 80%;
}
.final-popup {
	position: absolute;
	max-width: 600px;
	width: 84%;
	top: calc(50vh - 274px);
	left: calc(50% - 300px);
	height: 400px;
	border: 1px solid #CCC;
	background-color: rgba(24, 24, 24, 0.9);
	border-radius: 8px;
	z-index: 9999;
}
.final-text {
	width: 90%;
	margin: 20px auto;
	display: none;
}
.final-text p {
	line-height: 2em;
	width: 90%;
	margin: 10px auto;
}
.share-link {
	float: right;
	width: 130px;
	margin-top: 40px;
	cursor: pointer;
}
.share-link img {
	float: left;
	width: 28px;
}
.share-button {
	display: block;
}
.close-popup {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 32px;
	height: 32px;
	background-color: rgba(65, 65, 65, 0.9);
	border-radius: 16px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	line-height: 1em;
	cursor: pointer;
}

/*--------Footer--------*/
.footer-mobile {
	display: none;
	color: #000;
	background-color: #B51130;
}
.footer-desktop {
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #B51130;
	text-align: center;
	color: #000;
	z-index: 30;
}
.footer-desktop a, .footer-mobile a {
	color: #000;
}
.footer-desktop a:hover, .footer-mobile a:hover {
	text-decoration: underline;
}
.footer-in {
	margin: 0 auto;
	overflow: hidden;
}

.copyright {
	padding: 10px 0;
	font-size: 14px;
	position: relative;
	z-index: 10;
}

#vote-popup {
	position: fixed;
	width: 600px;
	background-color: #000;
	border-radius: 12px;
	border: 2px solid #FFF;
	max-height: 86vh;
	top: 10vh;
	left: calc(50% - 300px);
	overflow: auto;
	z-index: 9999;
	display: none;
}
.vote-popup-container {
	padding: 30px;
	display: flex;
	align-items: center;
	align-content: center;
	height: 100%;
	justify-content: center;
	text-align: center;
}
.vote-title {
	margin: 20px auto;
	line-height: 1.1em;
	font-size: 32px;
	color: #a0a0a0;
	font-family: "Quantico", sans-serif;
}
.vote-text {
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
.email-container {
	margin: 20px auto 30px;
}
#email, #firstname, #lastname {
	padding: 4px 8px;
	font-size: 16px;
	margin: 5px auto;
}
.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 29px;
	height: 25px;
	text-align: center;
	background-color: #000;
	cursor: pointer;
	border-radius: 15px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 4px;
	font-family: 'Open Sans', sans-serif;
}
.vote-response {
	display: none;
}


@media (max-width: 800px) {
	.nomobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	.logo-container {
		width: 140px;
		margin-left: 10px;
		margin-top: 8px;
		margin-bottom: 10px;
	}
	.top-logo {
		width: 120px;
		top: -40px;
		left: 10px;
	}
	.tour-dates {
		width: 44px;
		height: 44px;
		margin-top: 5px;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.tab-bar-subtitle {
		display: none;
	}
	.header-logos {
		width: 100%;
	}
	.header-pictures {
		margin-top: 0;
		padding-bottom: 55.88%;
	}
	.top-border {
		top: -2%;
	}
	.map-container {
		height: 66vh;
	}
	.main {
		margin-top: -5%;
		height: auto;
	}
	.home-background-image {
		
	}
	.pretitle {
		font-size: 20px;
		padding-top: 30px;
	}
	.logo {
		margin-top: 0px;
		font-size: 30px;
		max-width: 100%;
		width: 96%;
	}
	.subtitle {
		font-size: 18px;
	}
	.text {
		margin: 0px auto 20px;
		font-size: 16px;
	}
	.button-container {
		display: block;
		width: 260px;
	}
	.button {
		width: 260px;
	}
	#button0, #button0b {
		margin: 10px 0px;
		width: 260px;
	}
	.vote-button {
		font-weight: 600;
	}
	.disclaimer {
		font-size: 13px;
		display: block;
		margin: 20px auto 0;
		padding-bottom: 30px;
		width: 96%;
	}
	.band-checkbox {
		font-size: 14px;
	}
	.bnm-attribution {
		display: none;
	}
	.main1 {
		background-size: cover;
		background-position: center;
	}
	.logo1 {
		padding-top: 0px;
		font-size: 28px;
		margin-top: 0;
	}
	.pretitle1 {
		padding-top: 0;
		font-size: 16px;
	}
	.bands {
		width: 90%;
		margin: 10px auto 10px;
	}
	.subtitle1 {
		font-size: 22px;
	}
	.text1 {
		font-size: 16px;
	}
	.header-logos1 {
		height: calc(100vw * 0.096);
		width: 100%;
	}
	.subtitle2 {
		font-size: 16px;
		padding: 20px 0 30px;
	}
	.songs-container {
		width: calc(96% - 30px);
		padding-left: 15px;
		padding-right: 15px;
	}
	.band-logo {
		margin: 30px auto 20px;
	}
	.album-container {
		height: 80px;
	}
	.album-cover {
		width: 80px;
		margin-right: 10px;
	}
	.album-title {
		width: calc(96% - 90px);
		font-size: 16px;
		padding-top: 0;
		display: flex;
		height: 80px;
		align-items: center;
	}
	.subtitle3 {
		width: 96%;
		margin: 0 auto;
		font-size: 18px;
		font-weight: 400;
		padding: 50px 0 0;
	}
	.final-buttons-container {
		margin-top: 10px;
	}
	.button-final {
		float: none;
		margin: 10px auto;
		width: 220px;
	}
	.text3 {
		width: 94%;
		margin: 20px auto 0px;
		font-size: 16px;
		font-weight: 400;
	}
	.final-text p {
		line-height: 1.4em;
		width: 100%;
		margin: 0px auto;
	}
	.share-link {
		margin-top: 35px;
	}
	.tour-dates-final {
		margin-top: 20px;
		width: 220px;
	}
	.ablums-container {
		margin-top: 20px;
		padding-bottom: 60px;
	}
	.album-link-final {
		float: none;
		margin: 10px auto;
	}
	.album-final-title {
		margin-top: 20px;
	}
	.header-logos3 img {
		width: 100%;
	}
	.header-logos3 {
		height: calc(100vw * 0.096);
	}
	
	.footer-desktop {
		display: none;
	}
	.footer-mobile {
		text-align: center;
		font-size: 13px;
		z-index: 30;
		display: block;
	}
	.copyright {
		font-size: 13px;
	}
	
	#vote-popup {
		width: 90%;
		left: 5%;
		top: 8vh;
	}
	.vote-title {
		font-size: 28px;
		margin: 0 auto;
	}
	.send-concert {
		width: 140px;
	}
	.prizes-image {
		width: 72%;
		margin: 0 auto;
	}
	.final-popup {
		left: 8%;
	}
	@media screen and (max-height: 700px) {
		
	}
}
