html,body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
}

div#banner {
	background-size: cover;
	color: white;
	text-align: center;
}

.navbar #black-logo {
	display: none;
}

.navbar #white-logo {
	display: block;
}

.navbar {
	position: fixed;
	background: rgba(255,255,255,0.4);
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100000;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}


.navbar.scrolled {
	background: white;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

.navbar-brand img {
	width: 200px;
}

.navbar .nav-item a {
	color: #333;
}

.navbar .nav-item a:hover {
	color: #666;
}

.no-opacity .navbar,
.no-textshadow .navbar {
	background-color: white !important;
}

.no-opacity .navbar .nav-item a,
.no-textshadow .navbar .nav-item a {
	color: #222;
	text-shadow: none;
}

.no-opacity .navbar #white-logo,
.no-textshadow .navbar #white-logo {
	display: none !important;
}

.no-opacity .navbar #black-logo,
.no-textshadow .navbar #black-logo {
	display: block !important;
}

a:hover {
	text-decoration: none;
}

.nav-item.active a {
	color: #323d4f;
	font-weight: 700;
}

.carousel {
	border-bottom: 10px solid #323d4f;
	height: 500px;
	overflow: hidden;
	width: 100%;
}

.carousel-item, .carousel-item img {
	height: 500px;
}

.carousel-item .content {
	color: white;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.carousel-title {
	font-size: 44px;
	font-weight: bolder;
	line-height: 1em;
	margin-top: 70px;
	margin-bottom: 10px;
}

.carousel-support {
	font-size: 20px;
	line-height: 1em;
	margin-bottom: 40px;
}

#luke-title {
	font-size: 20px;
	font-weight: 400; 
	letter-spacing: 2.5rem;
	margin-top: 70px;
	margin-bottom: 40px;
}

.luke-cta a {
	color: white;
	font-size: 12px;
}

.luke-cta a:hover {
	color: #ccc;
}

#carousel-first {
	background: url("../img/wailers.png") no-repeat center center;
	background-size: cover;
}

#carousel-second {
	background: url("../img/2.png") no-repeat center center;
	background-size: cover;
}

#carousel-third {
	background: url("../img/3.png") no-repeat center center;
	background-size: cover;
}



.jumbotron {
	background-size: cover;
	border-radius: 0;
	border-bottom: 10px solid #323d4f;
	height: 300px;
	position: relative;
	width: 100%;
}

.jumbotron-content {
	color: white;
	left: 50%;
	margin-top: 50px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.jumbotron h1 {
	font-size: 36px;
	font-weight: 700;
}

.jumbotron .lead {
	font-size: 18px;
}

#submit-jumbotron,
#mission-jumbotron,
#story-jumbotron,
#studio-jumbotron,
#contact-jumbotron {
	margin-bottom: 0;
}


.home-section {
	min-height: 300px;
}

.divergent-btn {
	border: 2px solid black;
	border-radius: 3px;
	background: white;
	color: black;
	cursor: pointer;
	padding: 5px 30px;
}

.divergent-btn:hover {
	background: #e8e8e8;
	color: black;
	text-decoration: none;
}

.divergent-btn-alt {
	background: black;
	border: 2px solid black;
	border-radius: 3px;
	color: white;
	cursor: pointer;
	padding: 5px 30px;
}

.divergent-btn-alt:hover {
	background: #444;
	color: white;
	text-decoration: none;
}

.divergent-btn-cta {
	background: #f08455;
	border: none;
	border-radius: 5px;
	color: white;
	cursor: pointer;
	font-weight: bolder;
	padding: 10px 30px;
}

.divergent-btn-cta:hover {
	background: #db7a50;
	color: white;
	text-decoration: none;
}

.cta-inline {
	display: inline-block;
	margin-bottom: 20px;
}

div#mission {
	background: white url("../img/vinyl.jpg") no-repeat center center;
	background-size: cover;
	padding: 70px 20px;
}

div#mission p {
	color: #777;
}

div#studio {
	/*background: black url("../img/Layer 6.png") no-repeat left center;*/
	/*background-size: cover;*/
	color: white;
	padding: 150px 20px;
}

div#biography {
	padding: 50px 20px 20px;
}

div#biography img {
	margin: 0 auto 20px;
	width: 100%;
}

div#biography p {
	color: #777;
}

div#submit {
	/*background: #444 url("../img/Layer 9.png") no-repeat left center;*/
	/*background-size: cover;*/
	color: white;
	padding: 100px 20px;
}

footer {
	background: url("../img/concert.jpg") no-repeat center center;
	background-size: cover;
	border-top: 10px solid white;
	color: #333f4f;
	padding: 30px;
	width: 100%;
}

.footer-nav a {
	color: white;
}

.footer-nav a:hover {
	color: #ccc;
}

footer img, footer p {
	max-width: 300px;
	width: 100%;
}

.footer-nav {
	border-bottom: 1px solid #333f4f;
	float: right;
	list-style: none;
	padding-left: 0;
	width: auto;
}

.footer-nav li {
	color: white;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 15px;
}

footer .fab {
	color: #333f4f;
	font-size: 22px;
	padding-left: 20px;
}

footer hr {
	border-top: 1px solid #333f4f;
}

footer .copyright {
	float: left;
	font-size: 12px;
}

footer #footer-right {
	text-align: right;
}

.footer-privacy {
	float: right;
	margin-top: -5px;
	text-align: right;
}

.footer-privacy a {
	color: #323d4f;
	font-size: 12px;
	margin-left: 10px;
}

.footer-privacy a:hover {
	color: #666;
}

#studio-jumbotron {
	background: url("../img/studio.jpg") no-repeat center center;
	background-size: cover;
}

#studio-section {
	color: #777;
	padding: 50px 20px;
}

#studio-section img {
	width: 100%;
}


#submit-jumbotron {
	background: url("../img/demo.jpg") no-repeat center center;
	background-size: cover;
}

#submit-section {
	color: #777;
	padding: 50px 20px;
}

#submit-form {
	background: #e8e8e8;
	border-radius: 5px;
	color: #444;
	padding: 20px;
}

#mission-jumbotron {
	background: url("../img/mission.jpg") no-repeat center center;
	background-size: cover;
}



#mission-section {
	color: #777;
	padding: 50px 20px;
}


#story-jumbotron {
	background: url("../img/story.jpg") no-repeat center center;
	background-size: cover;
}

#story-section {
	color: #777;
	padding: 50px 20px;
}


#contact-jumbotron {
	background: url("../img/contact.jpg") no-repeat center center;
	background-size: cover;
}

#contact-section {
	padding: 50px 20px;
}

#contact-form {
	background: #e8e8e8;
	border-radius: 5px;
	padding: 20px;
}

#terms-section {
	color: #777;
	padding: 50px 20px;
}

#privacy-section {
	color: #777;
	padding: 50px 20px;
}

@media screen and (max-width: 1300px) {

	#luke-title {
		letter-spacing: 1.8rem;
	}
}

@media screen and (max-width: 1020px) {

	#luke-title {
		letter-spacing: 1.5rem;
	}
}

@media screen and (max-width: 900px) {

	#luke-title {
		letter-spacing: 1.2rem;
	}
}


@media screen and (max-width: 768px) {

	#black-logo {
		display: block !important;
	}

	#white-logo {
		display: none !important;
	}

	.navbar {
		background: white !important;
	}

	.carousel, .jumbotron {
		margin-top: 80px;
	}

	.carousel-title {
		font-size: 2em;
		margin-top: 0;
	}

	.carousel-support {
		font-size: 1em;
	}

	#luke-title {
		font-size: 24px;
		font-weight: 400;
		letter-spacing: 1rem;
		line-height: 2rem;
		margin-top: 0;
	}

	.jumbotron h1 {
		font-size: 28px;
		margin-top: 0;
	}

	.jumbotron .lead {
		font-size: 16px;
	}

	.jumbotron-content {
		margin-top: 0;
	}

	footer {
		background: black;
		font-size: .8em;
	}

	footer .copyright {
		float: none;
	}

	.footer-privacy {
		float: none;
		text-align: left;
		margin-top: 10px;
	}
	
	.footer-privacy a {
		margin-left: 0;
		margin-right: 10px;
	}

	.footer-nav {
		padding-left: 0px;
	}

	.footer-nav li {
		padding-left: 0px;
		padding-right: 16px;
	}
}


@media screen and (max-width: 767px) {

	

	#biography-cta {
		text-align: left !important;
	}

	

	footer #footer-right {
		text-align: left;
	}

	
}