body.temp {
	font-family: 'Julius Sans One', sans-serif;
	background-color: #000000;
	color: #ffffff;
}

body {
	margin: 0;
}

a, a:hover {
	text-decoration: none;
	font-weight: bold;
}

div {
	box-sizing: border-box;
}

.splash {
	background-color: #000000;
	position: relative;
	height: 100vh;
}

.splash.background {
	background-size: cover;
	background-position: center;
}

.splash .socials {
	position: absolute;
	top: 20px;
	right: 20px;
}

.splash .socials .social-button {
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-left: 20px;
	background-size: cover;
	background-position: center;
	filter: invert(100%);
	transition: all 0.2s;
}

.splash .socials .social-button.instagram {
	background-image: url('/images/icon-instagram.png');
}

.splash .socials .social-button.facebook {
	background-image: url('/images/icon-facebook.png');
}

.splash .socials .social-button.itunes {
	background-image: url('/images/icon-itunes.png');
}

.splash .socials .social-button.spotify {
	background-image: url('/images/icon-spotify.png');
}

.splash .socials .social-button:hover {
	opacity: 0.7;
	transition: all 0.2s;
}

.splash h1 {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 40px;
	color: #ffffff;
	font-family: 'Julius Sans One', sans-serif;
	left: 50%;
	transform: translateX(-50%);
	font-size: 50px;
}

.splash ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Julius Sans One', sans-serif;
	text-transform: uppercase;
	width: 80%;
	text-align-last: justify;
}

.splash ul.menu li {
	display: inline-block;
	position: relative;
}

.splash ul.menu li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 30px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: font-size 0.2s;
}

.splash ul.menu li a .background {
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	z-index: 1;
	background-color: #82230f;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 40px 40px #82230f;
	opacity: 0;
	transition: all 1s;
}

.splash ul.menu li a:not(.mobile):hover {
	font-size: 32px;
	transition: font-size 0.2s;
}

.splash ul.menu li a:not(.mobile):hover .background {
	opacity: 0.7;
	transition: all 0.2s;
}

.splash ul.menu li a .text {
	display: block;
	position: relative;
	z-index: 3;
}

.splash .splash-image {
	position: absolute;
	width: 60vh;
	height: 60vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: cover;
	background-position: center;
}

.splash .splash-image .overlay {
	position: absolute;
	border-radius: 50%;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	box-shadow: 0 0 40px 40px #000000 inset;
	display: none;
}

.priority-content-container {
	padding: 15vh 0;
	color: #ffffff;
	background-color: #e4eff6;
}

.priority-content-container .priority-content {
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	width: 60vw;
	margin: 0 auto;
}

.priority-content-container .priority-content a {
	color: #ffffff;
}

.priority-content-container .priority-content a:hover {
	border-bottom: solid 4px #ffffff;
}

.shows {
	text-align: center;
	padding: 10vh 0;
	color: #ffffff;
	background-color: #e4eff6;
}

.shows a {
	color: #ffffff;
	
}

.shows a:hover {
	border-bottom: solid 4px #ffffff;
}

.shows h2 {
	margin-bottom: 40px;
	padding: 0;
	font-family: 'Julius Sans One', 'sans-serif';
	font-size: 38px;
	text-transform: uppercase;
}

.shows .show-container {
	width: 50vw;
	display: inline-block;
	text-align: left;
	margin-bottom: 40px;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	padding-right: 10px;
	border-right: solid 20px #ffffff;
}

.shows .show-container .topline {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1;
}

.shows .show-container .topline .date {
	display: inline-block;
	margin-right: 10px;
}

.shows .show-container .topline .citystate {
	display: inline-block;
	margin-right: 10px;
}

.shows .show-container .topline .venue {
	display: inline-block;
}

.shows .show-container .topline .venue a {
	text-decoration: none;
	transition: none;
}

.shows .show-container .topline .venue a:hover {
	transition: none;
}

.shows .show-container .details {
	font-size: 16px;
	margin-top: 20px;
}

.videos {
	padding: 10vh 0;
	color: #000000;
	background-color: #e4eff6;
}

.videos .videos-container {
	width: 60vw;
	margin: 0 auto;
	text-align: justify;
	text-align-last: justify;
}

.videos .videos-container .video {
	display: inline-block;
	width: 48%;
	padding-bottom: 27%;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
	position: relative;
}

.videos .videos-container .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.music {
	padding: 10vh 0;
	text-align: center;
	color: #010101;
	background-color: #e4eff6;
}

.about {
	padding: 10vh 0;
	color: #000000;
	background-color: #e4eff6;
}

.about .about-content {
	width: 60vw;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.about a {
	color: #ffffff;
}

.about a:hover {
	border-bottom: solid 4px #ffffff;
}

.photos {
	color: #000000;
	background-color: #e4eff6;
	padding: 10vh 0;
}

.photos .photos-container {
	width: 60vw;
	text-align: center;
	margin: 0 auto;
}

.photos .photos-container .photo {
	display: inline-block;
	width: 40%;
	padding-bottom: 40%;
	margin: 4%;
	background-size: cover;
	background-position: center;
	transition: all 0.2s;
}

.photos .photos-container .photo:hover {
	opacity: 0.7;
	transition: all 0.2s;
}

.photo-shade {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.9;
	z-index: 999;
	display: none;
}

.photo-shade .photo-close-button {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	background-image: url('/images/btn-close.png');
	background-size: cover;
	background-position: center;
	width: 20px;
	height: 20px;
	transform: translate(50%, -50%);
	transition: all 0.2s;
}

.photo-shade .photo-close-button:hover {
	width: 30px;
	height: 30px;
	transition: all 0.2s;
}

.photo-enlarge {
	position: fixed;
	top: 5vh;
	left: 5vw;
	right: 5vw;
	bottom: 5vh;
	z-index: 1000;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

.contact {
	padding: 10vh 0;
	color: #000000;
	background-color: #e4eff6;
}

.contact .contact-container {
	width: 50vw;
	margin: 0 auto;
}

.contact .contact-container h2 {
	margin-bottom: 40px;
	padding: 0;
	font-family: 'Julius Sans One', 'sans-serif';
	font-size: 38px;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

.contact .contact-container .contact-row {
	margin-bottom: 10px;
}

input[type=text] {
	border: solid 2px #999999;
	color: #999999;
	font-size: 24px;
	line-height: 1;
	padding: 4px;
	border-radius: 2px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
	transition: all 0.2s;
	outline: none;
}

input[type=text]:hover, input[type=text]:focus {
	border-color: #333333;
	color: #333333;
	transition: all 0.2s;
}

textarea {
	border: solid 2px #999999;
	color: #999999;
	font-size: 24px;
	line-height: 1.4;
	padding: 4px;
	border-radius: 2px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
	transition: all 0.2s;
	height: 240px;
	resize: none;
	outline: none;
}

textarea:hover, textarea:focus {
	border-color: #333333;
	color: #333333;
	transition: all 0.2s;
}

.contact-send-container {
	text-align: center;
	position: relative;
}

.contact-send-button {
	background-color: #ffffff;
	color: #e4eff6;
	line-height: 1;
	padding: 10px;
	border-radius: 2px;
	border: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	cursor: pointer;
	font-size: 24px;
	transition: all 0.2s;
	text-transform: uppercase;
}

.contact-send-button:hover {
	filter: brightness(150%);
}

.contact-error {
	padding: 20px;
	background-color: #DB4648;
	border-radius: 2px;
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 20px;
	display: none;
}

.contact-progress-container {
	position: relative;
	height: 20px;
	display: none;
}

.contact-progress {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background-color: #ffffff;
}

.contact-success {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	display: none;
}

.footer {
	background-color: #e4eff6;
	color: #000000;
	padding: 5vh;
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	text-align: center;
}