body {
	font-family: 'Karla', sans-serif;
	background-color: #000000;
	color: #ffffff;
	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;
}

.social-button.instagram {
	background-image: url('/images/icon-instagram.png');
}

.social-button.facebook {
	background-image: url('/images/icon-facebook.png');
}

.social-button.itunes {
	background-image: url('/images/icon-itunes.png');
}

.social-button.spotify {
	background-image: url('/images/icon-spotify.png');
}

.splash h1 {
	margin: 0;
	display: block;
	position: absolute;
	top: 50%;
	color: #dfdfdf;
	font-family: 'Roboto', sans-serif;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 10vmax;
	font-weight: normal;
	opacity: 0.7;
	text-transform: uppercase;
	white-space: nowrap;
}

.splash ul.menu {
	list-style: none;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Lato';
	font-weight: 700;
}

.splash ul.menu li {
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	margin: 0 12px;
}

.splash .socials {
	position: absolute;
	top: 20px;
	right: 20px;
}

.splash .socials .social-button {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: invert(100%);
	margin-left: 4px;
	opacity: 0.7;
	transition: all 0.2s;
}

.splash .socials .social-button:hover {
	transform: scale(1.4);
	opacity: 1;
	transition: all 0.2s;
}

.splash ul.menu li a {
	font-weight: bold;
	color: #ffffff;
	opacity: 0.7;
	letter-spacing: 1px;
	transition: all 0.2s;
	display: block;
}

.splash ul.menu li a:hover {
	transform: scale(1.4);
	opacity: 1;
	transition: all 0.2s;
}

.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: #000000;
}

.priority-content-container .priority-content {
	font-size: 20px;
	font-family: 'Karla', sans-serif;
	width: 60vw;
	margin: 0 auto;
}

.priority-content-container .priority-content a {
	color: #043410;
}

.priority-content-container .priority-content a:hover {
	border-bottom: solid 4px #043410;
}

.shows {
	text-align: center;
	padding: 10vh 0;
	position: relative;
	color: #f40b98;
	background-color: #000000;
}

.shows a {
	color: #eaf450;
	
}

.shows a:hover {
	border-bottom: solid 4px #eaf450;
}

.shows h2 {
	margin-bottom: 40px;
	padding: 0;
	font-family: 'Karla', 'sans-serif';
	font-size: 38px;
	text-transform: uppercase;
}

.shows .show-container {
	width: 50vw;
	display: inline-block;
	text-align: left;
	margin-bottom: 40px;
	font-family: 'Karla', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	padding-right: 10px;
	position: relative;
}

.shows .show-container .topline {
	font-family: 'Karla', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
}


.shows .show-container .topline .circle {
	width: 26px;
	height: 26px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 8px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	transition: background-color 5s;
	background-color: #f40b98;;
}

.shows .show-container .topline .circle:hover {
	transition: background-color 5s;
	background-color: #eaf450;
}

.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;
}

.shows .songkick-link {
	width: 140px;
	height: 40px;
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/images/powered-by-songkick-white.png');
	background-color: #212121;
	display: block;
	position: absolute;
	bottom: 40px;
	right: 40px;
	border-radius: 2px;
	opacity: 0.7;
	transition: transform 0.2s, opacity 0.2s;
}

.shows .songkick-link:hover {
	transform: scale(1.3);
	opacity: 1;
	transition: transform 0.2s, opacity 0.2s;
	border: 0;
}

.videos {
	padding: 10vh 0;
	color: #000000;
	background-color: #010101;
}

.videos .videos-container {
	width: 60vw;
	margin: 0 auto;
	text-align: center;
}

.videos .videos-container .video {
	display: inline-block;
	width: 48%;
	padding-bottom: 27%;
	background-size: cover;
	background-position: center;
	position: relative;
	margin: 20px;
}

.videos .videos-container .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.music {
	padding: 10vh 0;
	text-align: center;
	max-width: 100vmin;
	margin: 0 auto;
	color: #ffffff;
	background-color: #000000;
}

.about {
	padding: 10vh 0;
	color: #ffffff;
	background-color: #000000;
}

.about .about-content {
	width: 60vw;
	margin: 0 auto;
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.about a {
	color: #043410;
}

.about a:hover {
	border-bottom: solid 4px #043410;
}

.photos {
	color: #000000;
	background-color: #ffffff;
	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: #3a3a3a;
	background-color: #ffffff;
}

.contact .contact-container {
	width: 50vw;
	margin: 0 auto;
}

.contact .contact-container h2 {
	margin-bottom: 40px;
	padding: 0;
	font-family: 'Karla', sans-serif;
	font-size: 38px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.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: 'Karla', 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: 'Karla', 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: #ee009f;
	color: #ffffff;
	line-height: 1;
	padding: 10px;
	border-radius: 2px;
	border: 0;
	font-family: 'Amiri', sans-serif;
	font-weight: 700;
	cursor: pointer;
	font-size: 24px;
	transition: all 0.2s;
	text-transform: uppercase;
}

.contact-send-button:hover {
	transform: scale(1.4);
}

.contact-error {
	padding: 20px;
	background-color: #DB4648;
	border-radius: 2px;
	font-weight: 700;
	font-family: 'Amiri', 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: #ee009f;
}

.contact-success {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Karla', sans-serif;
	text-align: center;
	display: none;
}

.footer {
	background-color: #ffffff;
	color: #3a3a3a;
	padding: 5vh;
	font-size: 12px;
	font-family: 'Karla', sans-serif;
	text-align: center;
}