body.is-locked {
	overflow: hidden;
	display: block;
}
header {
	background: #000;
	padding: .8rem 5vw;
	position: fixed;
		top: 0;
		left: 0;
	width: 100%;
	z-index: 200;
}
	header a {
		color: #fff;
	}
		header a:hover {
			opacity: 0.5;
			color: #fff;
		}
	.social-media a,
	.banner a {
		font-size: 24px;
		color: #fff;
	}
	nav a {
		font-size: 22px;
		color: #fff;
		font-family: "Roboto Condensed", sans-serif;
		text-transform: uppercase;
	}

footer {
	padding: 2rem 5vw;
}
	footer .header-five {
		margin-bottom: 0px;
	}
	footer .link {
		font-size: 22px;
		margin-left: 2rem;
	}
	footer .link:first-of-type {
		margin-left: 0rem;
	}
	footer a:hover {
		opacity: .5;
		color: #fff;
	}

.button {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 25px;
	color: #fff;
	background: #000;
	text-transform: uppercase;
	padding: .4rem .8rem;
	margin-bottom: 0px;
}

input[type="text"] {
	background: transparent;
	border: 3px solid #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	color: #fff;
	padding: .5rem 1.2rem;
	height: auto;
	margin-bottom: 0px;
	transition: all .3s ease-out;
}
	input[type="text"]::Placeholder {
		font-family: "Roboto Condensed", sans-serif;
		font-size: 18px;
		color: #fff;
	}
	input[type="text"]:hover,
	input[type="text"]:focus {
		background: #fff;
		color: #484A87;
		box-shadow: none;
		outline: none;
		border: 3px solid #fff;
	}
button {
	background: #fff;
	color: #484A87;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	border: 3px solid #fff;
	padding: .5rem 1.2rem;
	height: 100%;
	transition: all .3s ease-out;
	border-left: 0px;
	cursor: pointer;
}
	button:hover {
		background: transparent;
		color: #fff;
		box-shadow: none;
		outline: none;
		border: 3px solid #fff;
	}
	
	
.header-one {
	font-size: 60px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 0rem 3rem;
}
	.header-one.section {
		margin-bottom: 4rem;
	}
	.header-one.section:before,
	.header-one.section:after {
		background-image: url('../images/star.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		content: "";
		display: block;
		position: absolute;
			left: 0;
			top: 50%;
		transform: translateY(-50%);
		height: 20px;
		width: 20px;
	}
	.header-one.section:after {
		left: auto;
		right: 0;
	}
	
.header-two {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 35px;
}
	
.header-three {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 25px;
	text-transform: uppercase;
}

.header-four {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 25px;
}

.header-five {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 22px;
}
	
.white {
	color: #fff;
}
	
	
body {
	background: #000;
}

section {
	padding: 4rem 5vw;
}

@media only screen and (max-width: 640px) {
	section {
		padding: 2rem 5vw;
	}
}

.landing-modal {
	z-index: 300;
	position: fixed;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;	
	background-position: center center;
	background-repeat: no-repeat;
	transform: translateY(-1000%);
	opacity: 0;
	transition: opacity .3s ease-out 0s, transform 0s linear .3s;
}
	.landing-modal .logo {
		position: absolute;
			top: 2rem;
			left: 5vw;
		width: 150px;
	}
	.landing-modal .cross {
		transform: rotate(45deg);
		position: absolute;
			top: 2rem;
			right: 5vw;
		font-size: 1.2rem;
		color: #fff;
		cursor: pointer;
	}
	.landing-modal .button {
		font-size: 1rem;
		padding: .5rem 1rem;
		background: #aaa;
		margin-right: 1rem;
	}
		.landing-modal .button:hover {
			opacity: .5;
		}
	.landing-modal .link {
		margin-right: 1rem;
		font-weight: 700;
		font-size: .8rem;
		text-transform: uppercase;
		text-decoration: underline;
	}
		.landing-modal .link:hover {
			opacity: .5;
			color: #fff;
		}
	.landing-modal.active {
		opacity: 1;
		transform: translateY(0%);
	}

.banner {
	height: 90vh;
	text-align: center;
}
	.banner img {
		max-width: 900px;
		max-height: 100%;
		width: 40vw;
		margin: 0 auto;
		display: inline-block;
	}
	
.shows {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

	.shows .header-two.section {
		margin-bottom: 4rem;
	}

.show {
	background: #fff;
	margin-bottom: 1rem;
}
	.show .button:hover {
		background: #484A87;
	}
	.show .header-one,
	.show .header-three {
		display: inline-block;
	}
	.show .header-three {
		padding: 0rem 3rem;
		margin-bottom: 0px;
	}
	.show .purple {
		background: #484A87;
		padding: 1rem 2rem;
	}
		.show .purple .header-three {
			padding: 0rem;
		}
	.show .buy {
		padding: 1rem 3rem;
	}
	
@media only screen and (max-width: 640px) {
	.show .purple {
		padding: 1rem 3rem;
	}
	.show .header-one {
		padding-top: 1rem;
		padding-bottom: 0rem;
	}
	.show .location {
		padding: 0rem;
	}
	.show .buy {
		padding-bottom: 3rem;
	}
}
	
.news-article {
	text-align: center;
	margin-bottom: 3rem;
	transition: all .3s ease-out;
}
	.news-article:hover {
		opacity: .5;
	}
	.news-article .thumbnail {
		width: 100%;
		padding-bottom: 66%;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		border: none;
	}
	.news-article .header-three {
		font-size: 35px;
		text-transform: none;
	}

.music {
	padding-bottom: 8rem;
}
	.music .header-one.section {
		margin-bottom: 2rem;
	}
	.music .header-four.section {
		margin-bottom: 4rem;
	}
.album {
	transition: all .3s ease-out;
}
	.album:hover {
		opacity: .5;
	}
	.album img {
		margin-bottom: 2rem;
	}
	.album .header-two {
		margin-bottom: .5rem;
	}
	.album .header-five {
		margin-bottom: 4rem;
	}
.music-modal {
	width: 80%;
	position: fixed;
	z-index: 2;
		top: 50%;
		left: 50%;
	transform: translate(-1000%, -50%);
	background: #fff;
	padding: 2rem 4rem;
	opacity: 0;
	transition: opacity .3s ease-out 0s, transform 0s linear .3s;
}
	.music-overlay {
		position: fixed;	
			top: 0;
			left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		transform: translateY(-1000%);
		opacity: 0;
		transition: opacity .3s ease-out 0s, transform 0s linear .3s;
		z-index: 1;
	}
	.music-overlay.active {
		opacity: .5;
		transform: translateY(0%);
		transition: opacity .3s ease-out 0s, transform 0s linear 0s;
	}
	.music-modal.active {
		opacity: 1;
		transform: translate(-50%, -50%);
		transition: opacity .3s ease-out 0s, transform 0s linear 0s;
	}
	.music-modal .cross {
		position: absolute;
			top: 1rem;
			right: 3rem;
		transform: rotate(45deg);
		color: #444;
		font-size: 1.6rem;
		cursor: pointer;
	}
.music-social {
	margin-top: 5rem;
}
	.music-social a {
		padding: 0rem 1rem;
		font-size: 1.2rem;
		color: #000;
	}
	
.sign-up {
	padding: 6rem 5vw;
	background: #484A87;
}
	.sign-up .header-one {
		margin-bottom: 2rem;
	}
	.sign-up .header-three {
		margin-bottom: 3rem;
	}
	
.news-entry h2 {
  margin: 4rem 0;
}

  .news-entry img {
    padding-bottom: 4rem;
  }

  .news-entry p {
    color: white;
  	font-family: "Roboto Condensed", sans-serif;
  	font-size: 18px;
  }
  
  .news-entry .button {
    background: #484A87;
    color: #fff;
    margin-top: 2rem;
  }
  
.dropdown {
	position: relative;
}
.dropdown .header .link {
	color: #fff;
	opacity: 1 !important;
}
.dropdown .content {
	background: #000;
	display: block;
	position: absolute;
		top: 100%;
		left: 50%;
	transform: translateX(-50%);
	width: 150%;
	max-height: 0px;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	transition: all .2s ease-out;
	color: #000;
}
.dropdown:hover .content {
	max-height: 96px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}
.dropdown .content .link {
	display: block;
	text-align: center;
}