@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@400;700&family=Ubuntu:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');

*{
font-family: 'Ubuntu', sans-serif;
}
./*        .workshop-table-row-background::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            opacity: 0.2; /* Set opacity to 20% */
            z-index: -1; /* Ensure the background is behind the content */
        }
* 
        .workshop-table-row-background td {
            position: relative;
            z-index: 1; /* Ensure the content is above the background */
        }

        .workshop-table-row-background {
position:relative;
        }

.nav-spacer {
    height: 4px; /* Adjust height as needed */
    width: 35%; /* Set width to 35% */
    background: linear-gradient(to right, #E77D42, #518BA1);
    margin: 2px auto 2px auto; /* Center horizontally and add vertical margin */
    border-radius: 5px; 
}
/* general-purpose messaging and highlighting classes 
*/

.lyric-tag-cloud {
	align-items: center;
	justify-content: center;
	background-color: #518BA1;
	color: white !important;
	border-radius: 25px;
	padding: 8px 20px;
	margin-left:12px; 
	white-space: nowrap;
	line-height: 1;
}


.earmarkedByMe {  /* in list of workshop tasks */ 
/*	        background-color: #E77D42;  */ 
}
.earmarkTable { 
	border: 1px solid #E77D42;
	padding:7px; 
	width:65%; 
}
.blueHeadline{ 
	color:#518BA1;
} 
#elevateContainer { 
	width: 750px; 
	padding: 0em 0em 2em 0em; 
}
.orangeButton {
    background-color: #fff; /* White background */
    border: 2px solid #518BA1; /* Border with the specified color */
    border-radius: 8px; /* Rounded corners */
    padding: 10px; /* Padding inside the dropdown */
        margin-left:55px;
    color: #518BA1; /* Text color */
    outline: none; /* Remove outline on focus */
    appearance: none; /* Remove default arrow */
    cursor: pointer; /* Pointer cursor on hover */
}

.subscribeButton {
    background-color: #fff; /* White background */
    border: 2px solid #518BA1; /* Border with the specified color */
    border-radius: 8px; /* Rounded corners */
    padding: 10px; /* Padding inside the dropdown */
	margin-left:55px; 
    color: #518BA1; /* Text color */
    outline: none; /* Remove outline on focus */
    appearance: none; /* Remove default arrow */
    cursor: pointer; /* Pointer cursor on hover */
}

.plActive { 
	background-color: #518BA1; 
	text-align: center; 
	font-size: 2em !important; 
	color: white !important ; 
}
.plActive:hover {
        background-color: #518BA1;
}
.libDate { 
margin-left: 5em;
font-style: italic; 
}
.libraryItem { 
	border-top: 1px green; 
	margin-bottom: .5em; 
}
.credit { 
margin-top:2em;
font-size:.8em;
text-align:right;
}
/* classes for expandable sidebar nav
*/ 
#workshopToggle { 
	color:#fff !important; 
}
.workshopOptions {
  display: none;
color: #FFF;
  margin-left: 10px; /* Adjust indentation as needed */
}
.workshopOptions.show {
  display: block;
}
#eventToggle { 
color:#fff !important;
}
#uploadToggle { 
color:#fff !important;
}
.eventOptions {
  display: none;
color: #FFF;
  margin-left: 10px; /* Adjust indentation as needed */
}

.eventOptions.show {
  display: block;
}

.instructions { 
	width:570px;
}

        @keyframes logoGlow {
            0%, 100% {
                box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
            }
            50% {
                box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
            }
        }
/* was 81,139,161, 0.8 */
        @keyframes elevaterGlow {
            0%, 100% {
                box-shadow: 0 0 12px rgba(231, 125, 66, 0.8);
            }
            50% {
                box-shadow: 0 0 30px rgba(231,125,66 0.5);
            }
        }
.elevaterRow { /* display can't be inline-block in a table.,. */ 
            position: relative;
            animation: elevaterGlow 5s infinite;
            padding: 3px;
            border-radius: 5px;
} 
	#logoDiv {
            position: relative;
            display: inline-block;
        }
	#logoDiv img { 
		width: 11em; 
	}
        #logoDiv a {
            text-decoration: none;
            display: inline-block;
            padding: 6px;
            border-radius: 10px;
            animation: logoGlow 3s infinite;
        }

/*        #logoDiv a:hover::after {
            opacity: 1;
            visibility: visible;
        }
*/
 /*       #logoDiv a::after {
            content: "Go to your dashboard";
            padding: 5px 10px;
            position: absolute;
            bottom: -25px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #000;
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 12px;
            opacity: 0;

            visibility: hidden;

            transition: opacity 0.3s ease, visibility 0.3s ease;
            white-space: nowrap;
        }
*/
	.elevater a::after { 
/*		content: "  This is one of your elevaters!" ;   */ 
            position: absolute ;
	left: 70%; 
	width:8em;
            opacity: 1;

            visibility: hidden;
	}
        .elevater a:hover::after {
            opacity: 1;
            visibility: visible;
        }
        .elevater {
            position: relative;
            display: inline-block;
            animation: elevaterGlow 5s infinite;
            padding: 3px;
            border-radius: 5px;
        }


/* Adjust font size for smaller text */
.eventOptions .pageLinkLabel a {
  font-size: .7rem !important; /* Adjust size as needed */
color: #000;
}
.libsOptions {
  display: none;
  margin-left: 10px; /* Adjust indentation as needed */
color: #000;
}

.libsOptions.show {
  display: block;
}

/* Adjust font size for smaller text */
.libsOptions .pageLinkLabel a {
  font-size: .7rem !important; /* Adjust size as needed */
color: #000;
}

.uploadOptions {
  display: none;
  margin-left: 10px; /* Adjust indentation as needed */
color: #000;
cursor: pointer; 
}

.uploadOptions.show {
  display: block;
}

/* Adjust font size for smaller text */
.uploadOptions .pageLinkLabel a {
  font-size: .7rem !important; /* Adjust size as needed */
color: #000;
}


#collabForms { /* contains the 4 hidden forms  */
width:620px;
/* float:right;*/ 
position:relative;
/* text-align:right;*/ 
padding-right:4em;
}
#collabForm {
width:650px;
float:right;
position:relative;
text-align:right;
padding-right:4em;
/*float:right;*/
/*      display:none; */
}
#collabForms .bookmarkDiv { 
	text-align: left;
}
#collabForms .bookmarkDiv span {
/*        background-color: #DDD; 
	cursor: none; */ 
}
.collabForm {
        display:none;
}

.toggleIcon { 
//	float:left;
	clear:left;
}

        .mixup-track-button {
                margin-bottom:13px ;
        }
#filterBoxen { 

	padding: 1.5rem .5rem 0rem .5rem;
	font-size: 90%;
	}
	
	
#filterBoxen p {
margin-bottom: 0;
}
	
#sortBoxen { 
float:right;
	padding: .5rem .5rem 0rem .5rem;
	font-size: 80%;
	}
	
#sortBoxen p {
margin-bottom: 0;
}	
	
#mixup-player-button-container {
text-align: center;
}

#mixup-player-volume-container {
float: left;
padding-left: .5rem;
}

.mixup-track-row {
border-bottom: 1px solid #ddd;
width: 100%;
}

#playlistEpick { 
float: right;
position: absolute;
top: 4em;
right: 4em;
width: 25%;
font-size: 75%;
background: #518BA1;
	padding:1rem;
	margin-bottom: .5rem;
	color: #fff;
	border-radius: 8px;
}

#playlistEpick h3 {
margin-top: 0;
margin-bottom: 1rem;
color: #fff;
font-size: 1rem !important;
}

.playlistBpm { 
	font-size:.7em;
}
.playlistDate { 
	font-size:.7em;
	margin-left:3em;
}
#playlistEpick span.playlistArtist {
display: block;
color: #fff;
}

#playlistEpick span.playlistArtist a {
color: #fff ;
}

#playlistEpick span.playlistTitle a {
color: #fff !important;
font-size: 1rem !important;
}

#mixup-playlist {
width: 100%;
}


.playlistMsg { 
	margin-top: 1rem;
	
}
#myCanvas {
  border: 1px solid black;
}
.thumbCount { 
	font-size:.7em;
	text-indent: 11px;
	color:#222;
}
.thumbsup {
        width: 45px;
}
.thumbsimg { 
	width: 32px; 
}

#progress-bar { 
	height: 15px ; 
}
.playlistAvatar img { 
	width:95px; 
}
.playlistCats { 
	max-width:150px; 
}
.playlistTags { 
    column-count: 2;
    column-gap: 17px; /* Adjust the gap between columns as needed */

	float:right;
	font-size:.8em;
}
.playlistTags a {
    display: block; /* Make each anchor element a block to ensure they are in separate lines */
    margin-bottom: .1em; /* Adjust the margin between anchor elements as needed */
}


        .tagSelectContainer {
            display: flex;
        }

        #parentTags, #childTags {
            flex: 1;
            margin: 10px;
            padding: 10px;
            border: 1px solid #ccc;
        }

        #childTags {
            background-color: #f9f9f9;
        }

.tagSelection {
  display: grid;
  grid-template-columns: 20px 1fr 20px 1fr 20px 1fr;
  grid-gap: 10px;
  max-width: 800px;
  padding: 20px 4px 20px 20px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 1em;
	align-items: center;
}

.topLevelTag {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  
}

#tagSelection input[type=checkbox] {
  margin-right: 0  !important;
margin-bottom: .25rem  !important; 
margin-top: .25rem  !important;
    }  
    
textarea {
width:100% !important;
}

#sidebar-wrapper h4.adminPageLinkLabel a {
margin-bottom: 0 !important;
margin-top: 0 !important;
width: 10%! important;
font-size: 1rem;
}
#sidebar-wrapper h4.adminPageLinkLabel  {
	background-color:white;
	padding:.2em;
}

#sidebar-wrapper h4.pageLinkLabel a {
margin-bottom: 0 !important;
margin-top: 0 !important;
width: 100%! important;
font-size: 1rem;
cursor: pointer;
}

#sidebar-wrapper h4.pageLinkLabel {
width: 100%! important;
}

    #drop-area {
      border: 4px dashed ;
        border-color: #518BA1 ;
      padding: 20px;
        height:12em;
      text-align: center;
      font-size: 18px;
      border-radius: 2px; /* Rounded corners */
      color: #518BA1; /* Text color */
        margin-bottom: 2em;
    }
    #progress {
      height: 100%;
      width: 0;
        background-color: #518BA1;
    }

a {
color: #518BA1;
font-weight: 500;
letter-spacing: 0.05em;
text-underline-position: under;
text-decoration-line: underline;

}
a:hover {
color: #2D5867;
}

audio.track-audio {
display:block;
margin-bottom: 1rem;
}

div.remixTree {
background: #eee;
padding: 1.5rem;
margin-top: 2rem;
border-top: 1px solid #555;
font-size: .8rem;
}

.commentLink { 
	margin-left: 3rem; 
}

div.commentTA {
max-width: 500px;
margin-top: 1rem;
border-bottom: 1px solid #ccc;
}

div.commentTA textarea {
margin-bottom: .5rem;
}

.playerdiv {
margin-bottom: 1rem;
margin-top: 1rem;
border-top: 1px solid #ccc;

padding-bottom: .75rem;
padding-top: 1.75rem;

}
.collabListLink a {
text-decoration:none !important; 
} 

span.commentLink a { 
background: #518BA1;
padding: .2rem;
text-transform: uppercase;
text-decoration: none;
letter-spacing: .1rem;
text-decoration: none;
color: #fff;
border-radius: 4px;
font-size: .8rem;
}
span.workshopDownloadLink a {
background: #FFFFFF;
border: solid 3px; 
color: #518BA1 !important;
border-color: #518BA1 ;
padding: .4rem .8rem;
text-transform: uppercase;
text-decoration: none;
letter-spacing: .1rem;
text-decoration: none;
color: #fff;
border-radius: 4px;
font-size: .8rem;
margin-top: .5rem;
margin-bottom: .2rem;

}
span.downloadLink a {
background: #518BA1;
padding: .4rem .8rem;
text-transform: uppercase;
text-decoration: none;
letter-spacing: .1rem;
text-decoration: none;
color: #fff;
border-radius: 4px;
font-size: .8rem;
margin-top: -1.5rem;
} 

span.downloadLink a:hover {
background: #2D5867;
}

span.editButton a {
background: #E77D42;
}

span.editButton:hover a {
background: #d76D32;
}


span.downloadLink a.showBox {
background: #E77D42;

/* padding: .6rem 1rem; */

}

span.downloadLink a.showBox:hover {
background: #d76D32;
 
}




span.downloadLink {
margin: -1rem 1rem 2rem 1rem;

}

div.trackListItem span.inlineAction a {
color: #E77D42;
}

div.trackListItem span.inlineAction a:hover {
color: #d76D32;
}

editButton



span.audioLabel {

}

.trackTagDiv { 
	float:right;
	margin-right:25px; 
}
#trackDescription { /* the expandable div */
      max-height: 15em; /* Adjust the height based on your design */
      overflow: hidden;
      position: relative;
    }

    #trackDescription.full-height {
      max-height: none;
    }

    #moreDescLink {
      background-color: #fff; /* Adjust the background color as needed */
      padding: 0.05em;
	margin-left: 1.2em; 
	margin-bottom:2em; 
      cursor: pointer;
      text-decoration: underline;
	font-style: italic ; 
    }
p.trackDescription {
margin-top: 1.5rem;
margin-bottom: .3rem;
max-width: 600px;
}

.single_reply {
        border: 0px solid green ;
        margin-left: 3rem;
        margin-bottom: .5rem;
        padding: 1.5rem 1.5rem 0 1.5rem;
        background: #eee;
        border-radius: 8px;
}
.lyric_comment { 
	width: 450px; 
	margin: 3px; 
}
.single_comment { 
	border: 0px solid green ; 
	margin-bottom: 1rem;
	padding: 1.5rem 1.5rem 0 1.5rem;
	background: #eee;
	border-radius: 8px;
}

.single_comment i {
	background: #333;
	color: #eee;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	margin-top: 0;
	padding:.2rem 1.5rem;
	display: block;
	font-size:.8rem;
	letter-spacing: 0.1em;
	border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
	
}

span.commenterName {
font-style: italic;
margin-bottom: .5rem; 
font-size: 0.8rem;
font-weight: 900;
display:block;
border-top: 1px solid #888;
padding-top: .5rem;
padding-left: 1rem;
}

.audioLabel { 
	font-weight:500; 
	letter-spacing: 0.01em;
	font-size: .8rem;
}
.rightSidebar { 
	float:right;
	margin-left: 1.5em; 
	border: solid .1px green;
	padding: 1em;

}

#sidebar-wrapper .sidebar-heading {
background: #222 !important;
/* mix-blend-mode: multiply; */
}

.border-end {
border-right: 0 !important;;
}
.leftMargin { 
/*	margin-left:300px ;*/ 
}
#sidebar-wrapper  {
/*
width: 300px; 
    position: fixed;  
    top: 0;
    left: 0;
*/ 
background: #ddd !important;

box-shadow: inset -2px 0px 4px #0000003C; 
font-size: .8rem;

}

div.list-group {
padding: 1rem 0 0 1rem !important;
}

.list-group-item {
margin-bottom: .5rem !important;
color: #333 !important;
letter-spacing: 0.1em;
font-weight: 500;
border-radius: 8px !important;
border: none !important;
font-size: 1rem;

}
           
  

div.container-fluid {
padding: .4rem 2rem 1rem 2rem !important;

}  

#sidebarToggle:hover { 
    background-color: #117766;
}
@media (max-width: 768px) {
    #sidebarToggle {
        display: block;
/*        width: 75px; */ 
	height:39px; 
        font-size: 13px;
        padding: 2px 3px;
/*        text-align: center; */ 
/*        margin: 0 auto; /* Center it horizontally */
        background-color: #006494; /* Adjust as needed */
        color: #fff;
    }
}
@media (min-width: 769px) {
#sidebarToggle {
/* new */ 
    width: 9px;
    height: 1800px;
    background-color: #518BA1;
/*   position: fixed;*/ 
    top: 0;
    right: 0;
    cursor: pointer;
	overflow:hidden;
}

}
a#oldsidebarToggle {
display: block;
text-decoration: none;
color: #555;
width:450px;
font-size: .75rem;
padding-bottom: .5rem;
margin-bottom: 0.1rem;
background: #fff;
letter-spacing: 0.1em;

}

 a#oldsidebarToggle b {
font-weight: 500;
padding-left: .25rem;
}

 a#oldsidebarToggle::before { 
 content: "<>"; 
}


        
h3 {
margin-top: 1.5rem;
font-size: 1.5rem;
//border-top: 1px solid #ccc;
}

h3.trackTitle {
font-size: 2.5rem;
max-width: 600px;
#border-top: 1px solid #ccc;
hyphens: auto;
}

h3.trackTitle span.byArtist {
font-size: 1.2rem;
font-style: italic;
display: block;
margin-bottom: 1rem;
}

h3.pageTitle {
font-size: 2.5rem;
}   

div.pageHelp {
margin-bottom: .4rem;
/* border-bottom: 1px solid #aaa; */
} 

div.form_label {
font-color: #911 !important;
font-weight: 500;
}   

div.form_element {
font-color: #911 !important;
font-weight: 500;
}   

div.form_element i {
font-size: .75rem;
font-style: italic;
}

#dreamingTogetherSubmitForm span {
font-size: .75rem;
font-style: italic;
margin-bottom: 2rem;
}

.form_element  span  {
font-size: .75rem;
font-style: italic;
margin-bottom: 2rem;
}

input, button, select, optgroup, textarea {
margin-bottom: 1rem;
}

input[type=checkbox] {
  margin-left: .25rem  !important;
  margin-right: .5rem  !important;
margin-bottom: .25rem  !important; 
    }   
    
   input[type=radio] {
   margin-left: .25rem  !important;
  margin-right: .5rem  !important;
margin-bottom: .25rem  !important; 
    }  

#suggested_tags {
padding-top: 1rem;
display: block;
}

#suggested_tags .taglink {
font-style: normal;
font-size: .75rem;

color: #111;
/* border: 1px solid #111;*/ 
padding: .5rem 1rem;
margin: 0 .5rem 0 0;
text-transform: uppercase;
text-decoration: none;
letter-spacing: .1rem;
}

#suggested_tags .taglink:hover {
background: #ddd;
}

h4.pageLinkLabel {

}          

h4.pageLinkLabel a {
display: inline-block;
background: #518BA1;
padding: 1rem 1.5rem;
text-transform: uppercase;
text-decoration: none;
letter-spacing: .1rem;
text-decoration: none;
color: #fff;
border-radius: 8px;
font-size: 1.2rem;
margin: 1rem 0 1rem 0;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}          

h4.pageLinkLabel a:hover {
background: #2D5867;
}  

div.trackListItem a {
color: #518BA1;
font-size: 1rem;
font-style: normal;
text-decoration: none  !important;

}

div.trackListItem a:hover {
color: #2D5867;
text-decoration: underline !important;
}

div.trackListItem {
font-size: .8rem;
font-style: italic;
letter-spacing: .05rem;
margin-bottom: .2rem !important;
border-bottom: 1px solid #ddd;
padding-bottom: .2rem;
}

#mixup-playlist tr.mixup-track-row a {
color: #222;
text-decoration: none;
}

#mixup-playlist td {
padding: .6rem 1rem !important;
}
                
#mixup-playlist tr:nth-child(even) td  {

} 

#mixup-playlist .mixup-current-track td {
background-color: #92C6DA !important;
}

#mixup-player-ui {
background-color: #ddd !important;
padding: 1rem 0.75rem !important;
}  
#mixup-player  #mixup-player-scrubber {
    background-color: #FCFCFC;
    border-radius: 8px;
    width: 100%; /* Ensure the scrubber spans the full width */
    height: 13px; /* Explicit height for visibility */
    margin: 7px;
    border: 1px solid #AAA;
} 

#mixup-player #mixup-player-scrubber,
#mixup-player #mixup-player-loaded,
#mixup-player #mixup-player-position,
#mixup-player #mixup-player-scrubber-clicker {
    position: relative;
height: 13px;
width: 100%;
}

#mixup-player #mixup-player-scrubber {
    position: relative; /* Parent container for stacking */
    background-color: #EEE;
    margin: 1rem 0;
    height: 13px;
    border-radius: 6px;
    overflow: hidden; /* Ensures child elements don't overflow */
}

#mixup-player #mixup-player-loaded {
    position: absolute; /* Stacks within the scrubber */
    top: 0;
    left: 0;
    width: 50%; /* Represents the buffered portion */
    background-color: #BBB;
    height: 13px;
    z-index: 1; /* Places it behind the position indicator */
}

#mixup-player #mixup-player-position {
    position: absolute; /* Stacks within the scrubber */
    top: 0;
    left: 0;
    width: 10%; /* Represents the played portion */
/*    background-color: #4CAF50; */
background-color: #518BA1;
    height: 13px;
    z-index: 2; /* Places it above the loaded portion */
}

#mixup-player #mixup-player-scrubber-clicker {
  outline: 2px solid red !important;
}

#mixup-player #mixup-player-scrubber-clicker {
    position: absolute; /* Stacks within the scrubber */
    top: 0;
    left: 0;
    width: 100%; /* Covers the full scrubber area for interaction */
    height: 13px;
/*    background-color: transparent; /* Invisible but clickable */
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1); /* Ensure visibility */
    z-index: 3; /* Places it above all other elements */
    cursor: pointer; /* Indicates interactivity */
}


#mixup-player-volume-control {
background-color: #518BA1 !important;
} 

#mixup-player-volume-control-container {
background-color: #fff !important;
} 

#mixup-player {
border: 0px solid #AAA !important;
background-color: #fff !important;
}   

#matches   {
background: #ddd !important;
padding-bottom: .5rem !important;
border-radius: 8px !important;
}    

#mixup-playlist td a {
display: block;
}  

.playlistTitle a { 
	text-decoration: none !important; 
  color: #518BA1 !important;
  margin-top: .2rem !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  letter-spacing: .05rem !important;
}
.playlistArtist { 
font-style: italic;
 font-weight: 400;
}
#nopemixup-playlist td a:nth-child(2) {
//  color: #518BA1;
//  margin-top: .5rem;
///  font-size: 1.4rem;
//  font-weight: 500;
//  letter-spacing: .05rem;
}

#nopemixup-playlist td a:nth-child(1) {
//font-style: italic;
// font-weight: 400;
}

a.mixup-track-button {
font-size: 1.4rem !important;
font-weight: 400;
}

i.fa-backward {
font-size: 2rem !important;
margin-right: .25rem;
color: #888;
}

i.fa-backward:hover {
color: #222;
}

i.fa-forward {
font-size: 2rem !important;
margin-left: .25rem;
color: #888;
}

i.fa-forward:hover {
color: #222;
}

i.fa-play-circle {
color: #222;
font-size: 2rem;
}

i.fa-play-circle:hover {
color: #000;
}


               
div.eventBannerOld {
height:120px; 
background: #024402;
text-align: center;
padding: 0rem 0rem .1rem 0rem;
background-image: url("img/currentBannerImage.jpg");
background-repeat: no-repeat;
background-position: top left; 
border-radius: 8px;
position: relative;
margin:.2rem 1rem;

}

h3.eventBannerHeading {
font-size: 4rem;
font-family: 'League Gothic', sans-serif;
text-transform: uppercase;

margin-top: .1rem !important;
margin-bottom: -.5rem;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
color: #fff; 
border: none;
padding-top: .5rem;
}

.eventBanner {
border-radius: 8px;
position: relative;
margin:.2rem 1rem;
background-repeat: no-repeat;
background-position: top left;
background-image: url("img/currentBannerImage.jpg");
text-align: center;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px; /* Add padding if needed */
    background-color: #f9f9f9; /* Set a background color if needed */
}

#eventBanner h3 {
    margin: 0; /* Reset margins */
    padding: 0; /* Reset padding */
    font-size: 1.5em; /* Adjust font size as needed */
    line-height: 1.2; /* Adjust line height as needed */
    word-wrap: break-word; /* Allow long words to break and wrap to the next line */
}

#eventBanner h3 a {
    text-decoration: none; /* Remove underline from the link */
    color: #333; /* Set link color */
    display: inline-block; /* Ensure the link respects the h3 block settings */
    word-wrap: break-word; /* Ensure the link text wraps */
}


h3.eventBannerHeading:nth-of-type(2){
 margin-top: -1rem !important;
 margin-bottom: .5rem;
}

h4.eventBannerSubhead {
margin-top: 0rem;
margin-bottom: .9rem;
font-family: 'Ubuntu Mono', 'Lucida Console', Monaco, monospace;
font-weight: 400; 
font-size: 1.1rem;
color: #111; 
} 


div.notification {

padding: 0.8rem 1rem 0.6rem 1rem;
/* background: #E8F2F5; */
/* background: #F5EFE8; */
background: #eee; 
font-size: .8rem;
margin-bottom: .5rem;
border-radius: 8px;
color: #333;
}


div.notification b {
/* font-family: 'Ubuntu Mono', 'Lucida Console', Monaco, monospace !important; */
}

div.notification span {
/* font-family: 'Ubuntu Mono', 'Lucida Console', Monaco, monospace !important; */
}

div.notification span.commentClip {
display: block;
border-bottom: 1px solid #ddd;
margin-bottom: -0.8rem;
}

div.notification span.recentRemixLink {
display: block;
border-bottom: 1px solid #ddd;
margin-bottom: -0.8rem;
}



div.notification p {
margin-bottom: 0;

}

div.notification b {
display: block;
border-bottom: 1px solid #ddd;
margin-bottom: 0.5rem;
letter-spacing: .02rem;
}


p.uploadDate {
font-size: .8rem;
font-style: italic;
color: #888;
display: inline-block;
letter-spacing: .02rem;
}



/* media query */

@media only screen and (max-width: 600px) {
div.eventBanner {
padding: .4rem 0rem .8rem 0rem;
background-size: 590px ;
height:70px;
}

h3.eventBannerHeading {
font-size: 3rem;
margin-top: 0rem;
margin-bottom: .15rem;
padding-top: .4rem;
  }
  
  h4.eventBannerSubhead {
 font-size: 1rem;
 margin-bottom: .2rem;
  }
  
#mixup-player-volume-container {
display: none !important;
}

#page-content-wrapper  {
min-width: 90vw;
}  

div.container-fluid {
padding: 1rem 1rem 1rem 1rem !important;

}   

h3.trackTitle {
font-size: 2rem;
}



h3.pageTitle {
font-size: 2rem;
}

  }   

/* media query end */ 
  
 
