@charset "UTF-8";
/* CSS Document */

html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

body {
	background-color: #060108;
	/*line-height: 0px;*/
	/*height: auto;*/
	position: relative;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/*.container-fluid {
	padding: 0;
}*/
a {
	text-decoration: none;
	color: #FFFFFF;
}
p {
	font-family: "Roboto", sans-serif;
	color: #dccfaf;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.hover {
	margin-top: 60px;
	margin-bottom: 0px;
	text-decoration: none;
}
.row {
	margin-top: 0px;
	margin-bottom: 0px;
}

.navbar {
	margin-bottom: 0px;
}
.navbar.navbar-default {
	background-color: #060108;
	border-color: #060108;
	margin-top: 50px;
	margin-bottom: 10px;
}
.navbar-header .navbar-toggle.collapsed {
	border-color: #fff;
}
.navbar-brand  {
	padding-left: 90px;
	font-family: 'Cinzel Decorative', cursive;
	font-size: 33px;
	padding-top: 0px;
	padding-bottom: 0px;
}
	.navbar-header .navbar-brand  {
	color: #dccfaf;
	font-family: 'Cinzel Decorative', cursive;
	font-weight: 400;
}
.navbar-header a .navbar-brand {
	color: #707289;
	ffont-family: 'Cinzel Decorative', cursive;
	font-weight: 400;
}
.nav.navbar-nav.navbar-right {
	padding-right: 90px;
}
.nav.navbar-nav.navbar-right li a {
	color: #dccfaf;
	padding-top: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.nav.navbar-nav.navbar-right li a:hover {
	color: #84879F;
}

.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
	-webkit-transform: scale(1.09);
	transform: scale(1.09);
	text-decoration: none;
}
	
.gallery {
	margin-top: 100px;
	margin-bottom: 100px;
	display: grid;
	width: 100%;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);
	/*justify-items: center;*/
	/*align-items: center;*/
	/*justify-content: center;
	align-content: center;*/
	/*grid-template-areas:
		"one two three four"
		"five six seven eight"
		"nine ten eleven twelve"*/
}
.gallery div {
	display: grid;
	align-items: center;
	text-align: center;
}
.gallery .two {
	background-color: #6992a4;
}
.gallery .four {
	background-color: #99885a;
}
.gallery .five {
	background-color: #849686;
}
.gallery .seven {
	background-color: #77758d;
}
.gallery .ten {
	background-color: #9b4840;
}
.gallery .twelve {
	background-color: #7e92b7;
}
.gallery p {
	font-family: "Roboto", sans-serif;
	vertical-align: center;
	text-align: center;
}
.gallery .img-responsive {
	opacity: 1;
	transition: 0.8s;
}
.gallery .img-responsive:hover {
	opacity: .4;
}
.social a .img-responsive {
	opacity: 1;
	transition: 0.8s;
}
.social a .img-responsive:hover {
	opacity: .4;
}


.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out,-webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
#carousel-example-generic {
	margin-bottom: 0px;
}

.quote {
	margin-top: 100px;
	margin-bottom: 0px;
}
p .quote-text {
	color: #dccfaf;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 100;
	text-align: center;
	line-height: 36px;
}
div .hvr-grow p {
	color: #fff;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	line-height: 20px;
	text-decoration: none;
	padding-left: 35px;
	padding-right: 36px;

}
div .hvr-grow p a:hover {
	color: #dccfaf;
	text-decoration: none;
}
div .hvr-grow p strong {
	font-weight: 500;
}



/*.gallery .one {
	grid-area: one;

}
.gallery .two {
	display: grid;
	grid-area: two;
	justify-items: center;
	align-items: center;
	justify-content: center;
	align-content: center;
	background-color: #6992a4;
	height: 100%;
	width: 100%;
	padding: 0 10%
}
.gallery .three {
	grid-area: three;

}
.gallery .four {
	display: grid;
	grid-area: four;
	justify-items: center;
	align-items: center;
	justify-content: center;
	align-content: center;
	height: 100%;
	width: 100%;
	background-color: #848975;
	padding: 0 10%
}
.gallery .five {
	display: grid;
	grid-column: span 1;
	grid-area: five;
	justify-items: center;
	align-items: center;
	justify-content: center;
	align-content: center;
	height: 100%;
	width: 100%;
	background-color: #728fad;
	padding: 0 10%
}
.gallery .six {
	grid-area: six;

}
.gallery .seven {
	display: grid;
	grid-area: seven;
	justify-items: center;
	align-items: center;
	justify-content: center;
	align-content: center;
	height: 100%;
	width: 100%;
	background-color: #99918f;
	padding: 0 10%
}
.gallery .eight {
	grid-area: eight;

}
.gallery .nine {
	grid-area: nine;

}
.gallery .ten {
	display: grid;
	grid-area: ten;
	justify-items: center;
	align-items: center;
	justify-content: center;
	align-content: center;
	height: 100%;
	width: 100%;
	background-color: #69868e;
	padding: 0 10%
}
.gallery .eleven {
	grid-area: eleven;

}
.gallery .twelve {
	display: grid;
	grid-area: twelve;
	justify-items: center;
	align-items: center;
	justify-content: center;
	align-content: center;
	height: 100%;
	width: 100%;
	background-color: #7e9c94;
	padding: 0 10%
}*/
.main p {
	color: #D4CCB7;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
	font-weight: 100;
}
.main p a {
	color: #dccfaf;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
	font-weight: 400;
}
.main .quote {
	margin-top: 20px;
	margin-bottom: 35px;
}
.main p .date {
	font-weight: 400;
	margin-top: 0px;
}
.main p .name {
  font-weight: 400;
  margin-top: 0px;
}
.main p .cast {
	font-weight: 100;
	padding-left: 22px;
}
.main .signup {
	margin-left: -10px;
	padding-left: 0px;
	padding-right: 0px;
}
.headshots p a {
	color: #dccfaf;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0px;
	font-weight: 400;
	margin-left: -15px;
	margin-top: 0px;
	padding-top: 0px;
}
.headshots p a:hover  {
	color: #FFFFFF;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0px;
	font-weight: 400;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
.main p a:hover  {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
	font-weight: 400;
}
.main h1 {
	color: #dccfaf;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 50px;
	font-weight: 200;
	margin-top: 50px;
}
.main h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #dccfaf;
	font-size: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.headshots h1 {
	color: #dccfaf;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 50px;
	font-weight: 200;
	margin-top: 50px;
}
.main .img-responsive {
	margin-bottom: 40px;
	padding-bottom: 0px;
	margin-top: 25px;
}
.headshots .img-responsive {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.composition p .title {
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 0px;
}
.composition h2 {
	font-size: 20px;
	font-weight: 400;
	color: #dccfaf;
}
.conducting h2 {
	font-size: 20px;
	font-weight: 400;
	color: #dccfaf;
}
.audio p .bold {
	padding-bottom: 30px;
}
.audio audio {
	margin-top: 17px;
	height: 24px;
}
.main .embed-responsive.embed-responsive-16by9 {
	margin-bottom: 50px;
	margin-left: -15px;
}
.soundcloud .img-responsive {
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.soundcloud p a {
	color: #dccfaf;
}
.soundcloud p a:hover  {
	color: #FFFFFF;
}
p .date   {
}
.bar div {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	left: auto;
}
.container-fluid .bar-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}
.container-fluid .bar .col-lg-3 {
	padding-left: 0px;
	padding-right: 0px;
}
.container-fluid .bar-bottom .col-lg-3 {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	left: 0px;
}
.bar .row {
	margin-top: 0px;
	float: left;
	padding-bottom: 0px;
}
.footer {
	margin-top: 150px;
	margin-bottom: 60px;
}
.footer .social {
	margin-bottom: 100px;
}
.footer a .img-responsive {
	padding-left: 0px;
	padding-right: 0px;
	margin-right: auto;
	margin-left: auto;
}

/*@media all and (transform-3d), (-webkit-transform-3d) {*/

.carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
 }

/*}*/
	
@media (min-width: 1200px){
}
	
@media (min-width:992px) and (max-width:1199px){
	.navbar-brand {
		padding-left: 90px;
		color: #dccfaf;
		font-family: CinzelDecorative-Regular, sans-serif;
		font-size: 33px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.nav.navbar-nav.navbar-right li a {
		color: #dccfaf;
		padding-top: 0px;
		text-decoration: none;
		text-transform: uppercase;
		font-family: "Roboto Regular", sans-serif;
		font-size: 12px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-left: 0px;
		padding-left: 20px;
		padding-bottom: 0px;
		padding-right: 0px;
	}
	.nav.navbar-nav.navbar-right {
		padding-right: 60px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-left: 0px;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

@media (min-width:768px) and (max-width:991px){
	.navbar-brand {
		padding-left: 20px;
		color: #dccfaf;
		font-family: CinzelDecorative-Regular, sans-serif;
		font-size: 28px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.nav.navbar-nav.navbar-right {
		padding-right: 10px;
	}
	.nav.navbar-nav.navbar-right li a {
		color: #dccfaf;
		padding-top: 10px;
		text-decoration: none;
		text-transform: uppercase;
		font-family: "Roboto Regular", sans-serif;
		font-size: 12px;
		padding-left: 0px;
		margin-left: 0px;
	}
div .hvr-grow p {
	color: #fff;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	line-height: 20px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
div .hvr-grow p a:hover {
	color: #dccfaf;
	text-decoration: none;
}
div .hvr-grow p strong {
	font-weight: 500;
}
}

@media (max-width:767px){
	.navbar-header {
		border-bottom: none;
	}
	.navbar-brand {
		padding-left: 40px;
		color: #dccfaf;
		font-family: CinzelDecorative-Regular, sans-serif;
		font-size: 24px;
		padding-top: 13px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.navbar-header .navbar-toggle.collapsed {
		margin-right: 20px;
		padding-left: 10px;
		margin-left: 0px;
		height: 100%;
		border-color: #fff;
	}
	#defaultNavbar1 .nav.navbar-nav.navbar-right {
		padding-left: 20px;
	}
	.navbar-default .navbar-collapse {
			border-color: #060108;
	}	
div .hvr-grow p {
	color: #fff;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	line-height: 20px;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
}
div .hvr-grow p a:hover {
	color: #dccfaf;
	text-decoration: none;
}
div .hvr-grow p strong {
	font-weight: 500;
}
.gallery {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(6, 1fr);	
}
	
}
@media (max-width:500px){
	.navbar-header {
		border-bottom: none;
	}
	.navbar-brand {
		padding-left: 40px;
		color: #dccfaf;
		font-family: CinzelDecorative-Regular, sans-serif;
		font-size: 24px;
		padding-top: 13px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.navbar-header .navbar-toggle.collapsed {
		margin-right: 20px;
		padding-left: 10px;
		margin-left: 0px;
		height: 100%;
		border-color: #fff;
	}
	#defaultNavbar1 .nav.navbar-nav.navbar-right {
		padding-left: 20px;
	}
	.navbar-default .navbar-collapse {
			border-color: #060108;
	}	
div .hvr-grow p {
	color: #fff;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	line-height: 20px;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
}
div .hvr-grow p a:hover {
	color: #dccfaf;
	text-decoration: none;
}
div .hvr-grow p strong {
	font-weight: 500;
}
.gallery {
	display: grid;
	width: 100%;
	grid-template-columns:1fr;
	grid-template-rows: repeat(12, 1fr);	
}
	
}
