/* Main color theme */
body {
	color: black;
}

#header {
	background: black;
}

#header .logo a {
    color: white;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: slategray;
}

.nav-menu a {
	color: white;
}

.nav-menu a:hover {
	color: slategray !important;
}

.song-container a {
	color: white !important;
}

.song-container span:hover {
    color: #fff;
    background-color: slategray;
    border-color: unset;
}

#donate-btn {
	margin-left: 25px;
    background: lightgrey;
    padding: 10px;
    box-shadow: 5px 6px 6px #888888;
}

#main a {
	color: #ca0000;
}

.gallery #gallery-flters li {
	color: grey;
}

.nav-item a, #calendar a, #breadcrumbs a {
	color: black !important;
}

#main a:hover {
	color: slategray;
}

#hero {
    background-color: #b3b3b3;
}

#hero .carousel-indicators li.active {
    background: #920000;
}

.section-title h2::after {
    background: #920000;
}

#footer {
	background: #920000;
}

#footer .social-links a {
	background: black;
}

#footer .social-links a:hover {
	background: slategray;
}

#footer .credits a {
    color: white;
	transition: 0.3s;
	font-size: 1em;
}

#footer .credits a:hover {
    color: grey;
}

#footer-address p {
	margin: 0px;
	font-style: normal;
	margin-bottom: 1rem;
}

#footer .social-links {
    margin: 1rem;
}

.back-to-top i {
	background: black;
}

.back-to-top i:hover {
    background: slategray;
}

.mobile-nav-toggle i {
    color: white;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: slategray !important;
    text-decoration: none;
}

.mobile-nav a {
	color: black;
}

.mobile-nav a:hover {
	color: slategray;
}

#main-nav.mobile-nav {
	margin-right: 0rem;
}
/* End color theme */

.btn-primary {
    color: #fff;
	background-color: #920000;
	border-color: unset;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
	background-color: lightgrey;
	border-color: unset;
}

.btn-primary.focus, .btn-primary:focus {
	background-color: #920000;
	border-color: unset;
}

.btn-primary {
    color: #fff;
	background-color: #920000;
	border-color: unset;
}

.btn-primary:hover {
    color: #fff;
	background-color: slategray;
	border-color: unset;
}

.btn-primary {
    color: #fff;
	background-color: #920000;
	border-color: unset;
}

.page-heading {
	margin-top: 0.5rem;
}

.carousel-item {
	text-align: center;
}

#hero, .carousel-item img {
	height: 800px;
}

#nav-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

/* .breadcrumbs {
	margin-top: 105px;
} */

@media only screen and (max-width: 1328px) {
	#main-nav {
		margin-top: 5px;
		margin-left: 5px;
	}

	.breadcrumbs {
		margin-top: 105px;
	}
}

#nav-container .logo.mr-auto a {
	margin-left: 2rem;
}

#main-nav {
	margin-right: 2rem;
}

#about .section-title {
	padding-bottom: 0px;
}

.member-img {
	text-align: center;
}

.member-img img {
	height: 300px;
}

.member-info span, .member-info h4 {
	text-align: center;
}

.members .member .member-info p {
	font-style: normal;
	color: black;
}

.members .member .member-info span {
	color: black;
}

h3 {
	color: #ca0000;
}

@media only screen and (max-width: 1500px) {
	#hero, .carousel-item img {
		height: 600px;
	}
	.imageCenter {
		width: 1500px;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -750px;
	}
	.carousel-item img {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 768px) {
	#hero, .carousel-item img {
		height: 400px;
	}
	.imageCenter {
		width: 1000px;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -500px;
	}
	.carousel-item img {
		margin: 0 auto;
	}
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		top: 0;
		margin-top: 1rem;
		display: block !important;
	}

	.breadcrumbs {
		margin-top: 58px;
	}
}

@media (max-width: 900px) {
	.d-lg-block {
		display: none !important;
	}

	.mobile-nav-toggle {
		top: 0;
		margin-top: 1rem;
		display: block !important;
	}

	.d-lg-none {
		display: block !important;
	}
	
	.member-img img {
		height: auto;
	}
}



@media only screen and (max-width: 700px) {
	#header .logo {
		font-size: 20px;
	}

	.mobile-nav-toggle {
		top: 0;
		margin-top: .75rem;
		display: block !important;
	}
}

@media only screen and (max-width: 575px) {
	#header .logo {
		font-size: 15px;
	}

	.mobile-nav-toggle {
		top: 0;
		margin-top: 0.65rem;
		font-size: 1.2em;
	}

	#nav-container .logo.mr-auto a {
		margin-left: 1rem;
	}
}

@media only screen and (max-width: 400px) {
	#header .logo {
		font-size: 13px;
	}

	.mobile-nav-toggle {
		top: 0;
		margin-top: 0.65rem;
	}
}

.event-list .card-title {
    color: black;
}

.event-list .card:hover .card-body {
    border-color: #920000;
}

.one-event {
	margin-left: auto;
	margin-right: auto;
}

#map-box {
	margin-bottom: 3rem;
}

#music-content {
	margin-bottom: 2rem;
}


/* Music Timeline */
#timeline-container {
	position: relative;
	height: 100vh;
	/* Show or hide scroll bar */
    /* overflow: hidden; */
}
div.timeline-item {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -17px;
	overflow-y: scroll;
	padding: 20px;
}
#timeline {
	position: relative;
	display: table;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#timeline div:after {
	content: "";
	width: 2px;
	position: absolute;
	top: 0.5rem;
	bottom: 0rem;
	left: 60px;
	z-index: 1;
	background: #c5c5c5;
}
#timeline h3 {
	position: -webkit-sticky;
	/* position: sticky; */
	top: .1rem;
	color: black;
	margin: 0;
	font-size: 1em;
	font-weight: 400;
}
@media (min-width: 62em) {
	#timeline h3 {
		font-size: 1.1em;
   }
}
#timeline section.year {
	position: relative;
}
#timeline section.year:first-child section {
	margin-top: -1.3em;
	padding-bottom: 0px;
}
#timeline section.year section {
	position: relative;
	padding-bottom: 1.25em;
	margin-bottom: 2.2em;
}
#timeline section.year section h4 {
	position: absolute;
	bottom: 0;
	font-size: 0.9em;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 0 89px;
	color: #c5c5c5;
}
@media (min-width: 62em) {
	#timeline section.year section h4 {
		font-size: 1em;
   }
}
#timeline section.year section ul {
	list-style-type: none;
	padding: 0 0 0 75px;
	margin: -1.35rem 0 1em;
	max-width: 32rem;
	font-size: 1em;
}
@media (min-width: 62em) {
	#timeline section.year section ul {
		font-size: 1.1em;
		padding: 0 0 0 81px;
   }
}

@media (min-height: 1300px) {
	#timeline-container {
		height: 70vh;
	}
}

#timeline section.year section ul:last-child {
	margin-bottom: 0;
}

#timeline section.year section ul:first-of-type:after {
	content: "";
	width: 10px;
	height: 10px;
	background: black;
	border: 2px solid black;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 54px;
	top: 3px;
	z-index: 2;
}
#timeline section.year section ul li {
	margin-left: 0.5rem;
}
#timeline section.year section ul li:before {
	content: "·";
	margin-left: -0.5rem;
	padding-right: 0.3rem;
}
#timeline section.year section ul li:not(:first-child) {
	margin-top: 0.5rem;
}

#timeline section {
	padding: 0px;
}

/* End Music Timeline */

/* Member Area */

#login-form {
	height: 75vh;
	display: flex;
    justify-content: center;
    align-items: center;
}

#login-form input {
	width: 250px;
	border: 1px solid lightgrey;
}

#member-area {
	margin-top: 1rem;
}

#member-area .tab-content {
	margin-top: 1rem;
}

#calendar {
	padding-bottom: 2rem;
}

.play-song-btn {
	text-align: center;
	margin-bottom: 2rem;
}

.song-container {
	margin-top: 1rem;
}

.song-link:hover {
	cursor: pointer;
	color: gray;
}

#gallery-content .gallery {
	padding-top: 0px;
}

#member-gallery .image-container {
	display: none;
}

.gallery .gallery-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
	background: none;
	text-align: center;
}

.gallery #gallery-flters li:hover, .gallery #gallery-flters li.filter-active {
    color: #ca0000;
}
/* End Member Area */

/* Scroll bar */
/* width */
::-webkit-scrollbar {
	width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #555; 
  }
/* End scroll bar */

.richtext-image {
    max-width: 100%;
    height: auto;
}