
/*TYPE SPECS*/
h1{
	font-weight: 900;
	letter-spacing: 5px;
	font-size: 32px;
	color: white;
	display: inline-block;
	text-align: center;
}

h2{
	font-weight: 700;
	letter-spacing: 5px;
	font-size: 21px;
	color: white;
}


.h1-thin{
	font-weight: 400;
	display: inline-block;
	text-align: center;
}
	@media only screen and (max-width: 640px) {
		.h1-thin{
			display: block;
			line-height: 20px;
		}
	}

.h1-thin-line-through{
	font-weight: 400;
	display: inline-block;
	text-align: center;
	text-decoration: line-through;
}
	@media only screen and (max-width: 640px) {
		.h1-thin-line-through{
			display: block;
			line-height: 20px;
		}
	}

.h1-purple{
	color: #492331;
	display: inherit;
}

.h2-thin-italic{
	font-style: italic;
	font-weight: 400;
	line-height: 10px;
}

.h1-grey{
	color: #9b9a9a;
	text-align: center;
	display: inherit;
}

.h2-grey{
	color: #9b9a9a;
	text-align: center; 
}

.h2-grey-line-through{
	text-decoration: line-through;
	text-align: center;
	color: #9b9a9a;
}

.h2-last-city{
	color: #9b9a9a;
	text-decoration: line-through;
	text-align: center;
}

.h2-cd-title{
	color: #dbdcce;
}

.hero-image-text{
	border: 2px solid white;
	/*padding: 60px 120px;*/
	width: 80vw;
	max-width: 460px;
	height: 20vh;
}

.small-paragraph{
	text-align: center;
	font-size: 10px;
	letter-spacing: 2px;
	font-style: italic;
	padding-top: 20px;

}


/*NAV SPECS--------------------------------------------------------------*/

	.navigation-color{
		/*background-color:rgba(73, 35, 49, 0.6);*/
		background-color:rgba(0, 0, 0, 0.5);

		/*opacity: 0.3;*/
	}

	.nav-height{
		height: 70px;
	}

	.top-nav-wrapper{
		position: fixed;
		width: 100vw;
		z-index: 1000;
	}

	.nav-logo{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 20px;
	}

	.nav-logo a{
		display: flex;
		justify-content: center;
		align-items: center;
		color: #e3e1e2;

	}

	.nav-links{
		color: #ffffff;
		letter-spacing: 2px;
		font-weight: 400;
	}

		@media only screen and (max-width: 694px) {
		.nav-links{
			letter-spacing: 0px;
		}
	}


	.nav-links:hover{
		color: #492331;

	}

	.nav-links:active{
		color: black;

	}

	.small-nav-logo{
		margin-right: 5px;
		height: 20px;
	}
	

	@media only screen and (max-width: 640px) {
		.dropdown-menu-class{
			text-align: center;
			display: flex;
			justify-content: center;
		}
	}
	@media only screen and (max-width: 340px) {
		.dropdown-menu-class{
			display: inherit;
			padding-bottom: 20px;
		}
	}

	.top-left-logo{
		display: flex;
		justify-content: left;
		/*align-items: center;*/
		padding-left: 10px;
		padding-bottom: 5px;
		width: 75%;
		max-width: 270px;
		min-width: 270px;

	}

	



	.hamburger-menu{
		display: flex;
		position: absolute;
		right: 20px;
		color: #e3e1e2;
	}
/*CLOSE NAV SPECS*/


/*BODY SPECS-------------------------------------------------------------------*/

	.space-filler{
		height: 100vh;
		background-color: tan;
	}

	.home-header-image{
		height: 100vh;
		background-image: url("../images/banner-image.jpg");
		background-position: center;
		background-size: cover;
		/*background-color: pink;*/
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.header-box-flame{
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: flex-end;
		background-image: url("../images/front-flame-box.png");
		height: 527px;
		width: 589px;
		margin-top: -100px;
	}

		@media only screen and (max-width: 640px) {
			.header-box-flame{
				background-image: url("../images/front-flame-no-box.png");
				background-position: center;
				margin-top: 120px;
			}
		}

	.header-box-text{
		margin-bottom: 60px;
	}
		@media only screen and (max-width: 640px) {
			.header-box-text{
				margin-bottom: 120px;
			}	
		}

	.header-box-bottom-text-wrapper{
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.header-box-spotify-link{
		display: inline-block;
		margin-right: 20px;
		min-width: 53px;
	}

	.header-box-spotify-link:hover{
		opacity: 0.5;
	}
	.header-box-spotify-link:active{
		color: black;
	}

	.header-box-bottom-text{
		display: inline-block;
	}

	.down-arrow{
		position: absolute;
		bottom: 50px;
		transition-property: opacity, margin-bottom;
		transition-duration: 0.2s;
	}

		@media only screen and (max-width: 640px){
			.down-arrow{
				bottom: 25px;
			}
		}


		.down-arrow:hover{
			opacity: 0.5;
			margin-bottom: -5px;
		}





/*MERCH BUNDLE SECTION-----------------------------------------------------*/

	.merch-bundle-section{
		/*height: 100vh;*/
		background-image: url("../images/bundle-background-image.jpg");
		background-position: center;
		background-size: cover;
		/*display: flex;*/
		/*justify-content: center;
		align-items: center;*/
	}
		@media only screen and (max-width: 640px){
			.merch-bundle-section{
				height: 1600px;
			}
		}

	.merch-bundle-wrapper{
		/*margin:0 0;*/
		/*background-color: blue;*/
		/*height: 100vh;*/
	}

	.merch-bundle-wrapper .h1-purple{
		padding-bottom: 30px;
		padding-top: 150px;
	}
		@media only screen and (max-width: 640px){
			.merch-bundle-wrapper .h1-purple{
				padding-top: 100px;
			}
		}


	.bundle-item{
		/*background-color: red;*/
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		transition-property: margin-top;
    	transition-duration: 0.2s;
    	transition-timing-function: linear;
    	transition-delay: 0s;
	}

		.bundle-item:hover{
			margin-top: -10px;
		}

		@media only screen and (max-width: 640px){
			.bundle-item:hover{
				margin-top: 0px;
			}
		}


	.bundle-image{
		margin: 40px 0 20px 0;
	}
	.bundle-text-pink{
		color: #ab6363;
		text-align: center;
	}

	.bundle-text-italic{
		font-weight: 400;
		color: #52a997;
		font-style: italic;
		line-height: 5px;
		text-align: center;
	}

	.button-wrapper{
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 100px;
		padding-bottom: 150px;
	}

		@media only screen and (max-width: 640px){
			.button-wrapper{
			
			}
		}



/*TOUR DATE SECTION*-----------------------------------------------------/*/
	
.tour-section{
		/*height: 90vh;*/
		background-image: url("../images/cloud-background.png");
		background-position: top left;
		background-size: contain;
		background-color: #111514;
		background-repeat: no-repeat;
		/*display: flex;
		/*justify-content: center;
		align-items: center;*/
	}
		/*@media only screen and (max-width: 640px){
			.merch-bundle-section{
				height: 1700px;
			}*/
		}

	.tour-wrapper{
		/*margin:0 0;*/
		/*background-color: blue;*/
		/*height: 100vh;*/
	}

	.tour-wrapper h1{
		/*padding-bottom: 30px;*/
		padding-top: 200px;
	}
		@media only screen and (max-width: 640px){
			.tour-wrapper h1{
				padding-top: 100px;
			}
		}

	.tour-wrapper h2{
		padding-bottom: 75px;
	}
		@media only screen and (max-width: 640px){
			.tour-wrapper h2{
				padding-bottom: 40px;
			}
		}

	.thin-italic-instructions{
		display: inherit;
		color: #9b9a9a;
		text-align: center;
		font-size: 10px;
		font-style: italic;
		letter-spacing: 2px;
		font-weight: 600;
		padding-bottom: 50px;
		opacity: 0.5;
	}
		@media only screen and (max-width: 640px){
			.thin-italic-instructions{
				padding-bottom: 25px;
			}
		}

	.tour-dates-section{
		padding: 10px;
	}
	.tour-dates-section .h2-grey-line-through{
		text-align: center;
		opacity: 0.5;
	}

	.tour-dates-section .h2-grey a{
		color: #9b9a9a;
	}
		.tour-dates-section .h2-grey a:hover{
		opacity: 0.5;
		}

	.tour-button-wrapper{
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 0px;
		padding-bottom: 200px;
	}





/*VIDEO PAGE SECTION --------------------------------------------------------------------*/

.video-gif-loop{
		height: 100vh;
		background-color: #492331;
		background-image: url(../images/lmtf-video-loop-dark.gif);
		background-size: cover;
		background-position: center center;
		}
/*VIDEOS*/
	.video-image-01{
		height: 390px;
		width: 100vw;
		background-image: url("../images/video-01-dark.jpg");
		background-color: #2e2e2e;
		background-size: cover;
		background-position: center center;
		transition-property: background-image,;
    	transition-duration: 0.3s;
    	transition-timing-function: linear;
    	transition-delay: 0s;
		}

		.video-image-01:hover{
			background-image: url("../images/video-01.jpg");	
		}

	.video-image-02{
		height: 390px;
		width: 100vw;
		background-image: url("../images/video-02-dark.jpg");
		background-color: #2e2e2e;
		background-size: cover;
		background-position: center center;
		transition-property: background-image,;
    	transition-duration: 0.3s;
    	transition-timing-function: linear;
    	transition-delay: 0s;
		}

		.video-image-02:hover{
			background-image: url("../images/video-02.jpg");	
		}

	.video-image-03{
		height: 390px;
		width: 100vw;
		background-image: url("../images/video-03-dark.jpg");
		background-color: #2e2e2e;
		background-size: cover;
		background-position: center center;
		transition-property: background-image,;
    	transition-duration: 0.3s;
    	transition-timing-function: linear;
    	transition-delay: 0s;
		}

		.video-image-03:hover{
			background-image: url("../images/video-03.jpg");	
		}

	.video-image-04{
		height: 390px;
		width: 100vw;
		background-image: url("../images/video-04-dark.jpg");
		background-color: #2e2e2e;
		background-size: cover;
		background-position: center center;
		transition-property: background-image,;
    	transition-duration: 0.3s;
    	transition-timing-function: linear;
    	transition-delay: 0s;
		}

		.video-image-04:hover{
			background-image: url("../images/video-04.jpg");	
		}

	.video-image-05{
		height: 390px;
		width: 100vw;
		background-image: url("../images/video-05-dark.jpg");
		background-color: #2e2e2e;
		background-size: cover;
		background-position: center center;
		transition-property: background-image,;
    	transition-duration: 0.3s;
    	transition-timing-function: linear;
    	transition-delay: 0s;
		}

		.video-image-05:hover{
			background-image: url("../images/video-05.jpg");	
		}

	.video-image-06{
		height: 390px;
		width: 100vw;
		background-image: url("../images/video-06-dark.jpg");
		background-color: #2e2e2e;
		background-size: cover;
		background-position: center center;
		transition-property: background-image,;
    	transition-duration: 0.3s;
    	transition-timing-function: linear;
    	transition-delay: 0s;
		}

		.video-image-06:hover{
			background-image: url("../images/video-06.jpg");	
		}


.video-image-text{
	border: 2px solid white;
	max-width: 80%;
}

.video-image-text h2{
	text-align: center;
	margin-bottom: 0;
	padding: 10px 40px;
	font-size: 14.4px;
}
	.video-image-text h2:hover {
		color: #492331;
		background-color: white;
		transition: background-color 0.25s ease-out, color 0.25s ease-out;
	}







/*ABOUT SECTION--------------------------------------------------------------------*/
	.about-header-section{
	/*	height: 100vh;*/
		/*background-color: pink;*/
	}

	.about-hero-image-text{
		width: inherit;
		border: 2px solid white;
		max-width: 460px;
		height: 20vh;
	}

	.left-about-image{
		background-image: url(../images/band-lineup-resizeable.jpg);
		height: 100vh;
		background-position: 50% 65%;
		background-size: cover;
	}
		@media only screen and (max-width: 640px) {
		.left-about-image{
			height: 80vh;
			background-position: 50% center;
		}
	}

	.right-about-info{
		/*background-color: yellow;*/
		/*height: 100vh;*/
		position: relative;
		/*display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;*/
	}

	.right-about-info h2{
		color: #52a997;
		text-align: center;
	}

	.right-about-info p{
		color: #52a997;
	}

	.about-small-hero-image-text{
	border: 2px solid white;
	/*padding: 60px 120px;*/
	width: 80%;
	height: 20vh;
	margin-top: 120px; 
	}

	.about-text-wrapper{
		margin: 50px 50px 50px 50px;
	}

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

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

	.about-color-change{
		border-color: #9b9a9a;
		margin-bottom: 100px;
		width: inherit;
		margin-top: 0px;
	}


	.about-color-change h1{
		color: #9b9a9a;
	}


	.disc-section{
		background-image: url("../images/cloud-background.png");
		background-position: top left;
		background-size: contain;
		background-color: #111514;
		background-repeat: no-repeat;
		padding-bottom: 200px;
		/*display: flex;
		/*justify-content: center;
		align-items: center;*/
	}

	.disc-card{
		background-color: white;
		position: relative;
		margin-bottom: 50px;
	}

	.disc-section .grid-container h1{
		padding-top: 100px;
		margin-bottom: 0px;
	}
		@media only screen and (max-width: 640px){
			.disc-section .grid-container h1{
				padding-top: 100px;
			}
		}

	.disc-card-image{
		width: 100%;
		height: auto;
		max-width: 100%;
	}

	.cd-title{
		background-color: #ab6363;
		min-height: 150px;
		max-height: 150px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.cd-title h2{
		padding: 50px 30px;
		margin-bottom: 0;
		text-align: center;
		line-height: 25px;
	}

	.cd-title h2:hover{
		color: #814a4a;
	}
	
	.cd-text{
		background-color: white;
	}
	
	.cd-text p{
		color: #52a997;
		padding: 50px;
		padding-bottom: 25px;
	}

	.card-button-wrapper{
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		margin-top: 0px;
		padding-bottom: 50px;
	}

	.card-button-wrapper h2{
		font-size: 14.4px;
		text-decoration: line-through;
		padding-top: 10px;
	}




/*MERCH SECTION---------------------------------------------------------------------*/

	.merch-header{
		height: 100vh;
		background-color: #52a997;
		background-image: url(../images/merch-header-image.jpg);
		background-size: cover;
		background-blend-mode: multiply;
		background-position: center center;
		}

	.merch-disc-section{
/*		height: 100vh;
*/		background-image: url("../images/cloud-background.png");
		background-position: top left;
		background-size: contain;
		background-color: #111514;
		background-repeat: no-repeat;
		/*display: flex;
		/*justify-content: center;
		align-items: center;*/
	}
/*		@media only screen and (max-width: 640px){
			.merch-disc-section{
				height: auto;
			}
		}*/

	.merch-disc-section .h1-grey{
		padding-bottom: 30px;
		padding-top: 150px;
	}
		@media only screen and (max-width: 640px){
			.merch-disc-section .h1-grey{
				padding-top: 100px;
			}
		}

	.shirt-section{
		/*height: 1100px;*/
		background-color: white;
		background-position: center;
		background-size: cover;
		/*display: flex;*/
		/*justify-content: center;
		align-items: center;*/
	}

	.shirt-section .merch-bundle-wrapper{
		height: auto;
	}

/*CLOSE BODY SPECS*/

/*FOOTER SPECS------------------------------------------------------------------*/
	footer{
		position: relative;
		/*background-color: red;*/
		height: 300px;
		background-image: url("../images/footer-repeat-mountain.png");
		background-position: top center;
		/*background-color: #ab6363;*/
		z-index: 1000;
		margin-top: -80px;
	}

	@media only screen and (max-width: 640px) {
		footer{
			height: 360px;
			background-repeat: no-repeat;
		}
	}

	.footer-wrapper{
		position: relative;
		/*background-color: brown;*/
	/*	flex-direction: column;
		align-items: flex-end;*/
	}

	.align-the-footer{
		display: flex;
		justify-content: center;
		align-items: flex-end;
		padding-bottom: 50px;
		/*background-color: yellow;*/
		/*padding-top: 150px;*/
		height: 300px;
	}

	@media only screen and (max-width: 640px) {
		.align-the-footer{
			display: flex;
			justify-content: center;
			align-items: flex-end;
			padding-top: 150px;
			/*background-color: yellow;*/
			/*padding-top: 150px;*/
			/*height: 300px;*/
		}
	}

	.logo-footer{
		min-width: 100px;
		max-width: 200px;
		padding: 0 20px 0 20px;
		margin: 0 auto;
	}

	.footer-links{
		list-style-type: none;
		text-transform: uppercase;
		text-align: right;
		line-height: 20px;
	}

	.footer-links li a:hover{
		color: #6b3f3f;
	}

	.footer-links li a{
		color: #814a4a;
	}

	@media only screen and (max-width: 640px) {
		.footer-links{
			list-style-type: none;
			text-transform: uppercase;
			text-align: center;
			margin: 20px 0 20px 0;
			background-color: #ab6363;
		}
	}

	.footer-blank-space{
		height: 30px;
		background-color: #ab6363;
		z-index: 1000;
		position: relative;
	}

		@media only screen and (max-width: 286px) {
		.footer-blank-space{
			height: 60px;
			}
		}

		@media only screen and (max-width: 165px) {
		.footer-blank-space{
			height: 100px;
			}
		}

		@media only screen and (max-width: 160px) {
		.footer-blank-space{
			height: 200px;
			}
		}

	.align-to-bottom{
		display: flex;
		align-items: flex-end;
	}

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

	.social-media-padding{
		margin: 5px;
	}
		.social-media-padding:hover {
			opacity: 0.8;
		}
/*CLOSE FOOTER SPECS*/
