body {
	font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: relative;
	width: 100%;
	height: 100%;
	color: white;
	background-color: black;
}

html {
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin: 0 0 35px;
	letter-spacing: 1px;
	/*text-transform: uppercase; */
}

p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 25px; 
}

@media (min-width: 768px) {
	p {
		font-size: 20px;
		line-height: 1.6;
		margin: 0 0 35px; 
	}
}

a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #aaaaff;
}

a:hover, a:focus {
	text-decoration: none;
	color: #ffffff;
}

#mainNav {
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: 0;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background-color: black;
}

#mainNav .navbar-toggler {
	font-size: 14px;
	padding: 11px;
	color: white;
	border: 1px solid white;
}

#mainNav .navbar-brand {
	font-weight: 700;
}

#mainNav a {
	color: white;
}

#mainNav .navbar-nav .nav-item {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out; 
	text-shadow: #000 1px 1px 2px;
}

#mainNav .navbar-nav .nav-item:hover {
	color: fade(white, 80%);
	outline: none;
	background-color: transparent;
}

#mainNav .navbar-nav .nav-item:focus, #mainNav .navbar-nav .nav-item:active {
	outline: none;
	background-color: transparent;
}

@media (min-width: 768px) {
	#mainNav {
		padding: 20px 0;
		-webkit-transition: background .25s ease-in-out, padding .25s ease-in-out;
		-moz-transition: background .25s ease-in-out, padding .25s ease-in-out;
		transition: background .25s ease-in-out, padding .25s ease-in-out;
		letter-spacing: 1px;
		border-bottom: none;
		background: transparent;
	}

	#mainNav.navbar-shrink {
		padding: 10px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		background: black;
	}

	#mainNav .nav-link.active {
		outline: none;
		background-color: rgba(255, 255, 255, 0.3);
	}

	#mainNav .nav-link.active:hover {
		color: white;
	}
}

.masthead {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 100px;
	text-align: center;
	color: white;
	text-shadow: #000 2px 2px 5px;
	/*background: url(../img/carousel.1.jpg) no-repeat bottom center scroll;
	background-color: white;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img1 {
	background: url(../img/carousel.3.jpg) no-repeat scroll;
	background-position: 45% 50%;
}

.img2 {
	background: url(../img/carousel.1.jpg) no-repeat scroll;
	background-position: 50% 50%;
}

.img1a {
	background: url(../img/carousel.3.jpg) no-repeat scroll;
	background-position: 0% 50%;
}

.img3 {
	background: url(../img/carousel.2.jpg) no-repeat scroll;
	background-position: 40% 50%;
}

.floatingcarousel {
	position:absolute;
}

.masthead .intro-body {
	display: table-cell;
	vertical-align: middle;
}

.masthead .intro-body .brand-heading {
	font-size: 40px;
}

.masthead .intro-body .intro-text {
	font-size: 18px;
}

@media (min-width: 768px) {
	.masthead {
		height: 100%;
		padding: 0;
	}

	.masthead .intro-body .brand-heading {
		font-size: 100px; 
	}

	.masthead .intro-body .intro-text {
		font-size: 22px; 
	} 
}

.navbar-toggler {
	z-index: 1;
}

@media (max-width: 576px) {
	nav > .container {
		width: 100%;
	}
}

.carousel, .item, .active {
    height: 100%;
    width: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    width: 100%;
    height: 100%;
    /*background-position: 50% 50%;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*@media (min-width: 767px) {
	.carousel {
		height: 50%;
	}
}*/

.btn-circle {
	font-size: 26px;
	width: 50px;
	height: 50px;
	margin-top: 15px;
	padding: 7px 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	color: white;
	border: 2px solid white;
	border-radius: 100% !important;
	background: transparent; 
	-webkit-box-shadow: 1px 1px 4px #000, inset 1px 1px 4px #000;
	-moz-box-shadow: 1px 1px 4px #000, inset 1px 1px 4px #000;
	box-shadow: 1px 1px 4px #000, inset 1px 1px 4px #000;
}

.btn-circle:hover, .btn-circle:focus {
	color: white;
	outline: none;
	background: rgba(255, 255, 255, 0.1); 
}

.content-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.about-section {
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.music-section {
	width: 100%;
	padding: 100px 50px 100px 50px;
	color: white;
	text-shadow: #000 1px 1px 2px;
	background: url(../img/carousel.1.jpg) no-repeat center 85% scroll;
	background-color: black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}

.media-section {
	width: 100%;
	padding: 100px 50px 100px 50px;
	color: white;
	text-shadow: #000 1px 1px 2px;
}

#map {
	width: 100%;
	height: 200px;
	margin-top: 100px; 
}

@media (min-width: 767px) {
	.content-section {
		padding-top: 250px; 
	}

	.download-section {
		padding: 100px 0; 
	}

	#map {
		height: 350px;
		margin-top: 250px; 
	} 
}

.btn {
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	border-radius: 0;
}

.btn-default {
	color: #aaaaff;
	border: 1px solid #aaaaff;
	background-color: transparent;
}

.btn-default:hover, .btn-default:focus {
	color: black;
	border: 1px solid #aaaaff;
	outline: none;
	background-color: #aaaaff; 
}

ul.banner-social-buttons {
	margin-top: 0; 
}

ul.banner-social-buttons a {
	min-width: 230px;
}

@media (max-width: 1199px) {
	ul.banner-social-buttons {
		margin-top: 15px; 
	}
}

@media (max-width: 767px) {
	ul.banner-social-buttons li {
		display: block;
		margin-bottom: 20px;
		padding: 0; 
	}

	ul.banner-social-buttons li:last-child {
		margin-bottom: 0; 
	} 
}

footer {
	padding: 50px 0; 
}

footer p {
	font-size: 14px;
	margin: 0; 
}

::-moz-selection {
	background: #fcfcfc;
	background: rgba(255, 255, 255, 0.2);
	text-shadow: none; 
}

::selection {
	background: #fcfcfc;
	background: rgba(255, 255, 255, 0.2);
	text-shadow: none; 
}

img::selection {
	background: transparent; 
}

img::-moz-selection {
	background: transparent; 
}

body {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); 
}
