@charset "UTF-8";
/* CSS Document */

html { 
    background: url(../../img/home-background-2020.jpg) no-repeat center top ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
}

body {
	background: url(../../img/home-background-2020.jpg) no-repeat center top ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	font-family: 'Special Elite', cursive;
	color: #CACBBD;

}

.row {
	max-width: 62rem;
}

h2 {
	font-family: 'Special Elite', cursive;
text-transform: none;
font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 3rem;
}

h4 {
	text-align: center;
	font-family: 'Special Elite', cursive;
	text-transform: uppercase;
	line-height: 1.5rem;
	letter-spacing: 3px;
	color: #CACBBD;
}

.enter-text {
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.enter-text a:link, .enter-text a:visited {
    color: #CACBBD;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    font-family: 'Special Elite', cursive;
}

.enter-text a:hover {
    color: #ce4545;
    
}

.header_text {
	opacity: 0;
    animation-name: fadeIn;
    animation-duration: 3s;
    animation-delay: .3s;
    animation-fill-mode: forwards;
}

.splash-album-title {
	width: 98vw;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.splash-05-2018 h3 {
	margin-bottom: .5rem;
	line-height: 1.1rem;
	font-size: 1.375rem;
}

.preorder_section h2, .stream_section h2 {
	font-size: 2.063rem;
}

.bundle_img {
	opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-delay: .8s;
    animation-fill-mode: forwards;
}

.preorder_section {
	margin-top: 4rem;
	opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-delay: .8s;
    animation-fill-mode: forwards;
}

.stream_section {
	margin-top: 4rem;
	margin-bottom: 4rem;
	opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-delay: .8s;
    animation-fill-mode: forwards;
	
}

.button-splash {
    width: 375px !important;
    background: url(../../img/button-back-splash.svg) no-repeat center center !important;
    
}

a:link, a:visited {
	color: #221B1B;
	text-align: center;
}

button:hover {
	  background-color: transparent;
    color: #550000;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	
	h2 {
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
		.preorder_section h2, .stream_section h2 {
	font-size: 1.2rem;
}
	
	.splash-05-2018 h3 {
	margin-bottom: .5rem;
	line-height: .9rem;
	font-size: .8rem;
}

h4 {
	line-height: 1rem;
	font-size: 1rem;
}

.button-splash {
    width: 375px !important;
    background: url(../../img/button-back-splash.svg) no-repeat center center !important;
    
}
	
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	h2 {
		font-size: 2rem;
	}


	
	.splash-05-2018 h3 {
	margin-bottom: .5rem;
	line-height: 1rem;
	font-size: 1.1rem;
}
}

/* Large and up */
@media screen and (min-width: 64em) {
	h3.headline_small_text {
		font-size:1.188rem;
	}

	h2 {
		margin-top: 1rem;
	}

	.splash-album-title {
	width: 60vw;
	margin-top: 3rem;
	margin-bottom: 1rem;
}
	
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}