/*
###############################################
## Singers Karaoke Club #######################
###############################################
## Created by Brad Trammell - SparkRack.com  ##
###############################################
*/

/*
Light Green Hex: #AEC771
Dark Green Hex: #046937
Purple Hex: #663695

font-family: "Manjari", sans-serif;
font-family: "Noto Sans Soyombo", sans-serif;
font-family: "Aleo", serif;
*/

@import url('https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Manjari:wght@100;400;700&family=Noto+Sans+Soyombo&display=swap');


html,
body {
	margin-top: 0px;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #444;
	background-image: URL('/assets/img/wallpaper2.jpg');
	background-size: 300px 300px;
	background-position: center center;
	font-family: "Baloo Paaji 2", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 11pt;
}

.top-bar {
	background-color: #663695;
	color: #ffffff;
	padding: 10px;
	font-family: "Aleo", sans-serif;
}

.green-gradient {
	background: rgb(174, 200, 113);
	background: linear-gradient(90deg, rgba(174, 200, 113, 1) 0%, rgba(4, 105, 55, 1) 100%);
	color: #ffffff;
	padding: 10px;
	/* text-shadow: 1px 1px 2px black; */
}
.green-line {
	background: rgb(174, 200, 113);
	height: 1px;
	padding: 1px;
}

.purple-line {
	background: #663695;
	height: 1px;
	padding: 1px;
	top: 1px;
}
.purple-gradient {
	background: rgb(140, 106, 166);
	background: linear-gradient(90deg, rgba(140, 106, 166, 1) 0%, rgba(102, 54, 149, 1) 100%);
	color: #ffffff;
	padding: 10px;
	text-shadow: 1px 1px 2px black;
}

.green-text {
	color: rgb(174, 200, 113);
	color: linear-gradient(90deg, rgba(174, 200, 113, 1) 0%, rgba(4, 105, 55, 1) 100%);
	padding: 3px;
}

.purple-text {
	color: rgb(140, 106, 166);
	color: linear-gradient(90deg, rgba(140, 106, 166, 1) 0%, rgba(102, 54, 149, 1) 100%);
	padding: 3px;

}

.full-gradient {
	background: rgb(174, 200, 113);
	background: linear-gradient(90deg, rgba(174, 200, 113, 1) 0%, rgba(102, 54, 149, 1) 100%);
	color: #ffffff;
	padding: 10px;
}
.horizruleline {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(240, 240, 240, 0), rgba(240, 240, 240, 1), rgba(240, 240, 240, 0));
    border: none;
    margin: 20px 0;
}
.text-strong {
    font-weight: bold;
}

/*
Styles (Header, Menu)
*/
header {
	position: relative;
	background-color: black;
	height: 300px;
	min-height: 300px;
	max-height: 300px;
  }

  .header-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5); /* Semi-transparent background for better readability */
	color: #fff;
	padding: 20px 0 100px; /* Add padding to the bottom to prevent overlap with the navbar */
	text-align: center;
	z-index: 1; /* Ensure the text is above the carousel */
  }

  .header-text h1 {
	font-size: 3rem;
	margin-bottom: 10px;
  }

  .header-text p {
	font-size: 1.2rem;
  }


  .header-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	background-size: cover;
	background-position: center center;
	background-repeat: norepeat;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
  }
.header-carousel {
	height: 300px;
	min-height: 300px;
	max-height: 300px;
}
.website-mast {
	background-size: cover;
	background-color: #444;
	background-image: URL('/assets/img/masthead.png');
	background-position: center center;
	font-family: "Baloo Paaji 2", sans-serif;
	padding: 10px;
}

.website-logo {
	width: 300px;
	margin-left: 10px;
}

.nav-gradient {
	background: rgb(140, 106, 166);
	background: linear-gradient(90deg, rgba(140, 106, 166, 1) 0%, rgba(102, 54, 149, 1) 100%);
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: "Baloo Paaji 2", sans-serif;
}

.navbar-nav .nav-link {
	color: #ffffff;
	/* Default text color */
	padding: 10px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
	color: #d2bce7;
	/* Custom hover color */
}

.dropdown-menu {
	background-color: rgba(140, 106, 166, 1) !important;
	/* Custom hover color for dropdown items */
	color: #ffffff;
	border-radius: 0px;
}

.dropdown-item {
	/* background-color: rgba(174,200,113,1); */
	color: #ffffff;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.login-link {
	/* background-color: rgba(174,200,113,1); */
	color: #ffffff;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}

.login-link:hover {
	background-color: #d2bce7;
	/* Dropdown background color */
	color: #444444;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}

.dropdown-item:hover,
.dropdown-item:focus {
	background-color: #d2bce7;
	/* Dropdown background color */
	color: #444444;
}

.login-dropdown {
	background-color: rgba(174, 200, 113, 1);
}

.navbar-toggler {
	border-color: #ffffff;
	/* Color of toggler icon */
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
	/* Adjustments for smaller screens */
}

.dropdown-menu .divider2 {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #ffffff;
}

.dropdown-header {
	color: #d2bce7;
}

.background-green {
	background-color: #046937;
}

.custom-dropdown.show {
	display: block;
}

.mega-menu {
	max-width: 600px;
	width: 600px;
}

/* Website Content */
.website-background {
	background-color: white;
	color: #555;
	padding: 15px;
	font-family: "Montserrat", sans-serif;
}


.top-margin-box {
	padding: 5px;
}

.main-heading {
	font-size: 17pt;
	color: #555;
}

.purple-heading {
	color: rgba(140, 106, 166, 1);	
	font-size: 13pt;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}

.text-purple {
	color: rgba(140, 106, 166, 1);	
}

.module-spacer {
	border: 0;
	border-bottom: rgba(140, 106, 166, 1) solid 2px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.section-spacer {
	margin-top: 30px;
}

.carousel-item img {
	border-radius: 5px;
}

.carousel-item {
	transition: transform 3s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
	transition: opacity 0s 3s;
}

.btn-facebook {
	color: #1877F2;
}

.btn-twitter {
	color: #14171A;
}

.btn-instagram {
	color: #C13584;
}

.btn-youtube {
	color: #FF0000;
}

.btn-facebook:hover,
.btn-instagram:hover,
.btn-twitter:hover,
.btn-youtube:hover {
	color: #663695;
}

.host-photo {
	width: 80px;
	min-width: 80px;
	max-width: 80px;
}
.content-container {
	padding-top: 20px;
}

.host-details p {
margin: 0px;
padding: 0px;
}

.host-details p.show-title {
	margin: 0px;
	padding: 0px;
	color: #663695;
	font-size: 11pt;
	font-weight: bold;
}

.host-details p.show-descripton {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

.host-details p.show-tagline {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
}


.track-details p.song-artist {
	margin: 0px;
	padding: 0px;
	color: #663695;
	font-size: 11pt;
	font-weight: bold;
}

.track-details p.song-title {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

.track-details p.song-album {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
}


.closed-title {
	text-transform: uppercase;
	color: maroon;
	font-weight:bold;
}

.poll-option {
	padding: 10px;
	padding-left: 30px;
}

.poll-option .form-check-input {
	border-color:rgba(102, 54, 149, 1);
	cursor: pointer;
}
.poll-option .form-check-input:checked {
	background-color:rgba(102, 54, 149, 1);
}
.fast_blink {
	animation: blinker 0.5s linear infinite;
  }
  
  @keyframes blinker {
	50% {
	  opacity: 0.3;
	}
  }

  .normal_blink {
	animation: blinker 1.5s linear infinite;
  }
  
  @keyframes blinker {
	50% {
		opacity: 0.3;
	}
  }  

  .slow_blink {
	animation: blinker 3s linear infinite;
  }
  
  @keyframes blinker {
	50% {
		opacity: 0.3;
	}
  }

  .event-datebox {
	background-color:rgba(140, 106, 166, 1);
	padding: 10px;
	height: 64px;
	min-height: 64px;
	max-height: 64px;
	width: 64px;
	min-width: 64px;
	max-width: 64px;
	margin-right: 10px;
	color:white;
	text-align: center;
}
.event-datebox > .day {
	font-size: 15pt;
}
.event-datebox > .month {
	font-size: 8pt;
}

.event-container {
	padding: 5px;
}
.event-title {
	margin: 0px;
	padding: 0px;
	color: #663695;
	font-size: 11pt;
	font-weight: bold;
}

.event-time {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

.event-location {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
}
.remove-hyperlink {
	text-decoration: none;
	color: #555;
}
.news-container {
	padding-bottom: 5px;
}
.news-blip {
	background-color:rgba(140, 106, 166, 1);
	padding: 3px;
	height: 100%;
	min-height: 64px;
	max-height: 64px;
	width: 0.5px;
	min-width: 0.5px;
	max-width: 0.5px;
	margin-right: 10px;
	color:white;
	text-align: center;
}

.food-name {
	color: rgba(140, 106, 166, 1);
	font-weight: bold;
	font-size: 13pt;
}

.song-item, .song-item:hover {
text-decoration: none;
}

/*
Website Footer Styles
*/

.logo-opacity {
	opacity: 0.15;
}

.footer-link {
	color: #000000;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
}

.footer-link:hover {
	color: #663695;
	padding: 5px;
	font-weight: bold;
}