
/* ================GENERAL================ */
/* ==================================== */

@font-face {
    font-family: 'Value Serif';
    src: url('../fonts/ValueSerif-Bold.woff2') format('woff2'),
        url('../fonts/ValueSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Value';
    src: url('../fonts/Value-Serif.woff2') format('woff2'),
        url('../fonts/Value-Serif.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



@media (max-width: 768px){
	html{
/* 		background-image:url('../img/texturebg.jpg'); */
	}
}
#body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: rgba(121, 121, 121, 0.15);
}

#body::-webkit-scrollbar
{
	width: 8px;
	background-color: transparent;
}

#body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(255, 255, 255, 0.25);
}

body{
    font-family: 'Value';
	font-size: 12px;
	background-color: #ededed;
	color: #2e5999;
	letter-spacing: 3px;
}
@media (max-width: 768px){
	body{
		background-position: top;
		background-size: cover;
		background-repeat: no-repeat;
		min-height:100vh;
		
	}
}
a {
  color: #2e5999;
  text-decoration: none;
  text-transform: uppercase;
}
a:hover {
  color: #2e5999;
  text-decoration: none;
}
h2{
	text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 50px;
}
.main-404{
	margin-top: 35px;
}
.btn{
	padding: 7px 25px;
	background-color: #2e5999;
	border-radius: 0;
	font-size: 16px;
	color: white;
	transition: .3s;
}

.btn:hover{
	background: #204070;
	color: white;
}
label{
	margin-bottom: 0!important;
}
/* ===============HEADER============== */
/* ================================== */
.logo-container{
	text-align: center;
	position: relative;
	top: 10px;
}
.logo{
	max-width: 125px;
	position: relative;
	top: 25px;
	z-index: 1;
}
.logo-mbl{
	display: none;
}
@media (max-width: 768px){
	.logo{
		display: none;

	}
	.logo-container{
	    display: flex;
		justify-content: center;
	}
	.logo-mbl{
		display: block;
		max-width: 90px;
		margin: 0 auto;
		position: relative;
		z-index: 20;
	}

}

/* ================MAIN================ */
/* ======================================= */
section.main{
	display: flex;
	align-items: center;
}
section.main .hero-container{
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 100px;
	align-items: center;
}
section.main .hero{
	max-width: 30%;
	margin-bottom: 200px;
}

section.main .linkfire-container{
	margin-bottom: 200px;
	margin-left: 60px;
	position: absolute;
	font-size: 14px;
	text-align:center;
}

@media (max-width: 768px){
	section.main .hero{
		max-width: 75%;
		margin-bottom: 300px;
		margin-right: 0;
	}
	section.main .linkfire-container{
		margin-top: 100px;
		margin-left: 0;
		position: absolute;
	}
}
.mobile, .mobile-nav{
	display: none;
}

.mobile .btn {
	font-size:1em;
}
.desktop{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-left:80px;
	margin-top:50%;
}

.desktop p, .desktop .btn{
	font-size:1.3em;
}
.desktop-nav{
	padding-left: 50px;
	padding-right: 50px;
}
@media (max-width: 1200px){
	.desktop{
		margin-left: 30px;
	}
}
@media (max-width: 768px){
	section.main{
		height:84vh;
		justify-content: center;
		position: relative;
	}
	.desktop{
		display: none;
	}
	.desktop-nav{
		display: none;
	}
	.mobile-nav{
		display: block;
		margin-bottom:0px;

	}
	.mobile{
		display: block;
		bottom: 39%;
		position: relative;
		text-align: center;
		display: flex;
		align-self: flex-end;
		flex-direction: column;
		width: 300px;
		font-size: 16px;
	}
	.mobile p{
		letter-spacing: 5.5px;
	}
}

video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 768px){
	video {
		top:40%;
	}
}

#bgvid-mbl {
	position: fixed;
    top: 35%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url(../images/candy-mbl.jpg) no-repeat;
    max-width:100%;
}

a .btn {
	color: white;
}

/* ====================TOUR==================== */
/* =============================================== */
.tour{
	padding-top: 50px;
	padding-bottom: 100px;
}

.bit-widget-container{
    background-color: #0000009c;
    padding: 15px;
}
.bit-date, .bit-venue, .bit-location, .bit-offers-text, .bit-rsvp, .bit-show-upcoming, .bit-top-track-button {
	font-size: 10px!important;
	letter-spacing: 2px!important;
}

/* ====================CONTACT==================== */
/* =============================================== */

section.contact {
    padding: 65px 0;
    text-align: center;
}
section.contact .contactWrapper {
    display: flex;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
}

/* ====================MERCH==================== */
/* =============================================== */
section.merch{
    padding-bottom: 65px;
    text-align: center;
}
section.merch .merch-item{
	margin-bottom: 25px;
	width: 100%;
}
section.merch .merchWrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
@media (max-width: 768px){
	section.merch img{
    	max-width: 80%;
	}
}
/* ====================BIO==================== */
/* =============================================== */

section.bio {
    padding: 65px 0;
    text-align: center;
}
section.bio .bioWrapper {
    display: flex;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
}
section.bio .bio-image{
	max-width: 100%;
	margin-bottom: 50px;
	
}
section.bio .bio-logo{
	max-width: 20%;
	margin-bottom: 25px;
}

section.bio .bio-logos{
	display: flex;
    justify-content: space-between;
   	align-items: center;
}
@media (max-width: 768px){
	section.bio .bioWrapper{
		width: 75%;
		text-align: left;
	}
}
/* ====================FOOTER ==================== */
/* =============================================== */

nav{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 50px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 9999;
}

nav ul {
	list-style: none;
	text-align: center;
	padding: 0;
}
nav ul li{
	display: inline-block;
	padding: 10px;
}
nav ul li.section-link{
	font-size: 14px;
}
.fa-facebook-f, .fa-instagram, .fa-youtube, .fa-music, .fa-spotify{
	width: 15px!important;
	height: 15px!important;
}
.amazon-music{
	width: 24px;
}
@media (max-width: 768px){
	nav{
		flex-direction: column;
		top: inherit;
		bottom: 0;
		position: absolute!important;
	}
	ul.socials a{
		color: #2e5999;
	}
	nav ul{
		font-size: 16px;
		margin-bottom:0px;
	}
	nav li{
		margin-bottom: 0;
	}
	.updates{
		font-size: 12px;
	    margin-top: -5px;
	}
}

/* ====================FOLLOW ==================== */
/* =============================================== */
/* =================NEWSLETTER POPUP STUFF==================== */
.subhead{
	font-size: 18px;
    margin-top: -8px;
    padding-bottom: 15px;
}
.form{
	
}
.form-control{
	border: none;
	border-radius: 0;
	text-align: center;
	font-size: 10px;
	height: 30px;
	letter-spacing: 2px;
}
.tac{
	text-align: center;
}

.posrel{
	position: relative;
}
.display-none, .newsletter-hide{
	display: none;
}
.pop-up{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: white;
	z-index: 99999;
	width: 540px;
	text-transform: uppercase;
	font-size: 10px;
	min-height: 600px;
}
@media (max-width: 768px){
	.pop-up{
		width: inherit;
	}
}
#success, #failure, #duplicate {
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #FFF;
  padding: 15px;
  margin-top: 20px;
}
.pop-up.animated{
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
#close-pop-up{
	position: absolute;
	z-index: 9999999;
	top: 10px;
	right: 10px;
}
#closebt-container {
	position: relative;
	top: 10px;
	right: 10px;
}
#close-pop-up img{
	width: 15px;
}
/*
.closebt {
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
*/

.times{
	width: 15px;
}

.closebt:hover {
	transform:scale(.85);
	transition-duration: 200ms;
}
/*
.closebt:active {
	transform:scale(.65);
	transition-duration: 100ms;
}
*/
#open-pop-up{
	cursor: pointer;
}
input.submit{
	z-index: 999999;
	color: white;
	width: 100%;
	letter-spacing: 6px;
}
.backdrop {
    padding: 25px;
    background-color: blue;
    border: 1px solid black;
    margin: 200px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 270px;
}
.one {
  transform: scaleY(0.01) scaleX(0);
  transform-origin: 50% 44%;
  animation: unfoldIn 3.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.out {
  transform: scale(1);
  transform-origin: 50% 44%;
  animation: unfoldOut 1.3s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes unfoldIn {
  0% {
    transform:scaleY(.005) scaleX(0);
  }
  50% {
    transform:scaleY(.005) scaleX(1);
  }
  100% {
    transform:scaleY(1) scaleX(1);
  }
}

@keyframes unfoldOut {
  0% {
    transform:scaleY(1) scaleX(1);
  }
  50% {
    transform:scaleY(.005) scaleX(1);
  }
  100% {
    transform:scaleY(.005) scaleX(0);
  }
}




/* ========================MOBILE======================= */

/* MAIN STYLES -------
	--------------------------------*/
	
.mobile-only{
	display: none;
}
@media (max-width: 768px){
	.mobile-only{
		display: block;
	}
}
/* HAMBURGER NAV */
.hamburger-menu{
	color: #2e5999;
	position: fixed;
    top: 15px;
    right: 25px;
    z-index: 30;
    display: flex;
    justify-content: flex-end;
    display: none;
}
@media (max-width: 768px){
	.hamburger-menu{
		display: block;
	}
}
.nav-mobile .socials{
	display: inherit;
	margin: 0 auto;
	padding: 0;
}
.list-unstyled{
	padding: 0;
}

.nav-mobile{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: -20px;
    right: -351px;
    bottom: 0;
    z-index: 11111;
    padding: 20px 30px;
    transition: all .3s;
    width: 350px;
    margin-top: 0;
    background: #e3e4ec;
    text-align: center;
}
.nav-mobile .socials{
	padding-bottom: 0;
}
.nav-bar_open {
    right: 0;
    width: 100%;
}
.close {
   color: #2e5999!important;
   position: absolute;
   top: 33px;
   right: 25px;
   opacity: 1;
}
.nav-mobile li {
    margin-bottom: 1.8rem;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 7px;
    font-size: 15px;
    list-style: none;
}
.list-inline{
	padding-left: 0;
    list-style: none;
}

