@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;
}


@font-face {
	font-family: 'Bebas Kai';
	src: url(../fonts/BebasKai.otf);
}

body {
	background-color: #000;
	font-family: 'Mukta', 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 {
	overflow: hidden;
	background-color: #863c2b;
	color: #000;
	font-weight: 500;
}
.social-container {
	float: left;
	width: 25%;
	text-align: center;
}
.social-networks {
	width: 124px;
	margin: 0 auto;
	padding-top: 8px;
}
.top-title {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 0px;
	font-size: 22px;
}
.tour-dates {
	float: right;
	width: 25%;
	text-align: center;
	padding-top: 5px;
}
.tour-dates a {
	color: #000;
}
.tour-dates a:hover {
	color: #111;
}
.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%;
}
.main {
	margin-top: -5%;
	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: 6%;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	color: #863c2b;
}
.logo {
	max-width: 570px;
	width: 60%;
	margin: 10px auto 0;
	font-size: 50px;
	color: #9a9383;
	font-family: "Bebas Kai", 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: 18px;
	position: relative;
	color: #f5f5e5;
}

.button-container {
	width: 600px;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
}
.button {
	width: 280px;
	margin: 0 auto;
	background-color: #863c2b;
	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: #dc6247;
}
.button a, .button a:hover {
	color: #000;
}
.enter-button-text {
	vertical-align: middle;
	font-size: 16px;
	font-family: 'Bebas Kai', 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;
	color: #f5f5e5;
	line-height: 1.6em;
	width: 80%;
	margin: 30px auto 20px;
	position: relative;
}
.disclaimer a {
	color: #FFF;
	text-decoration: underline;
}
.disclaimer a:hover {
	color: #CCC;
}
.band-checkbox {
	font-size: 16px;
}
.bnm-attribution {
	position: absolute;
	width: 120px;
	left: 40px;
	bottom: 10px;
}
#screen1 {
	min-height: calc(100vh - 44px);
}
.main1 {
	color: #FFF;
	text-align: center;
	position: relative;
}
.logo1 {
	font-size: 36px;
	color: #000;
	margin-top: 0;
}
.pretitle1 {
	padding-top: 0px;
	font-size: 20px;
	color: #9a9383;
}
.bands-container {
	background-color: #863c2b;
}
.bands {
	width: 600px;
	margin: 10px auto 10px;
	padding-top: 20px;
	overflow: hidden;
}
.band {
	float: left;
	width: 46%;
	margin: 0 2%;
	transition: all 0.1s;
}
.band-sec {
	/*width: 32%;
	margin: 0 9%;*/
}
.band img {
	border: 3px solid transparent;
}
.band:hover {
	cursor: pointer;
	transform: scale(1.02);
}
.blur img {
	filter: brightness(90%) blur(2px);
}
.selected img {
	border: 3px solid #9a9383;
	filter: brightness(110%) blur(0px);
}
.subtitle1 {
	font-size: 32px;
	font-weight: 500;
	clear: both;
	color: #863c2b;
}
.border-top img {
	vertical-align: top;
}
.border-bottom img {
	vertical-align: bottom;
}
.text1 {
	max-width: 800px;
	width: 92%;
	margin: 0px auto 30px;
	font-size: 20px;
	font-weight: 500;
	color: #f5f5e5;
}
.button-container1 {
	margin-bottom: 0;
	padding-bottom: 60px;
}
#button1 {
	font-size: 20px;
	font-family: 'Bebas Kai', serif;
	color: #000;
	padding: 8px 0;
}
.header-logos1 {
	height: calc(80vw * 0.096);
	width: 80%;
	margin: 0 auto;
}

#screen2 {

}
.main2 {
	background-color: #000;
	color: #FFF;
	text-align: center;
	padding-bottom: 60px;
}
.subtitle2 {
	font-size: 32px;
	font-weight: 500;
	padding: 40px 0 0;
	color: #9a9383;
}
.songs-container {
	max-width: 800px;
	width: 96%;
	margin: 0 auto;
	padding-bottom: 60px;
}
.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: auto;
	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: #863c2b;
	font-size: 18px;
}
.track-title {
	float: left;
	width: 80%;
	margin-left: 10%;
	text-align: left;
	color: #f5f5e5;
}
.track-checkbox {
	float: left;
	width: 10%;
	font-size: 20px;
	line-height: 1.4em;
	color: #f5f5e5;
}
.added {
	color: #863c2b
}
.added .track-checkbox {
	color: #62b85e;
}
.preview {
	position: absolute;
	width: 10%;
	top: 10px;
	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 - 44px);
	position: relative;
}
.subtitle3 {
	font-size: 32px;
	font-weight: 500;
	padding: 40px 0 0;
	color: #9a9383;
}
.final-buttons-container {
	overflow: hidden;
	max-width: 870px;
	width: 96%;
	margin: 20px auto 0px;
	display: none;
}
.button-final {
	display: block;
	float: left;
	margin: 10px 20px;
	width: 250px;
	color: #000;
}
.button-final:hover {
	/*box-shadow: 0px 0px 8px #863c2b;*/
}
.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;
}
.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%;
}

/*--------Footer--------*/
.footer-mobile {
	display: none;
	color: #000;
	background-color: #863c2b;
}
.footer-desktop {
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #863c2b;
	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;
}

.prizes-window {
	position: fixed;
	width: 600px;
	background-color: #862623;
	border-radius: 12px;
	height: 600px;
	max-height: 86vh;
	top: 10vh;
	left: calc(50% - 300px);
	overflow: auto;
	z-index: 10;
	display: none;
}
.prizes-container {
	padding: 0 20px 10px;
}
.ordinal {
	font-size: 14px;
}
.prize-text {
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
.prize-window-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;
}
.prizes-popup {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}


@media (max-width: 900px) {
	.nomobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	.social-container {
		width: 50%;
	}
	.tour-dates {
		width: 50%;
	}
	.top-title {
		float: none;
		width: 100%;
		clear: both;
		padding-bottom: 6px;
		font-size: 14px;
	}
	.header-logos {
		width: 100%;
	}
	.header-pictures {
		margin-top: 0;
		padding-bottom: 55.88%;
	}
	.top-border {
		top: -2%;
	}
	.main {
		margin-top: -5%;
		height: auto;
	}
	.home-background-image {
		
	}
	.pretitle {
		font-size: 20px;
		padding-top: 30px;
	}
	.logo {
		margin-top: 0px;
		font-size: 34px;
		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;
	}
	.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: 20px;
		font-weight: 400;
		padding: 20px 0 0;
	}
	.band-logo {
		margin: 30px auto 20px;
	}
	.album-container {
		height: 80px;
	}
	.album-cover {
		width: 80px;
		margin-right: 10px;
	}
	.album-title {
		width: calc(96vw - 90px);
		font-size: 18px;
		padding-top: 20px;
	}
	.subtitle3 {
		width: 96%;
		margin: 0 auto;
		font-size: 20px;
		font-weight: 400;
		padding: 20px 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;
	}
	.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;
	}
	
	.prizes-window {
		width: 90%;
		left: 5%;
	}
	.prizes-image {
		width: 72%;
		margin: 0 auto;
	}
	@media screen and (max-height: 700px) {
		
	}
}
