audio { 
width: 250px;
margin-top:4px;
}

p.quote {
    font-family: "Times New Roman", Georgia, Serif;
font-size: 15px;
margin-bottom: 20px;
} 

p.border {
    border-style: solid;
    border-width: 2px;
border-color: #C4C2C2;
border-width: thin;
border-radius: 20px;
box-shadow: 3px 3px 2px  #888888;
}

pl {
letter-spacing: -2px;}

pl2 {
letter-spacing: -1px;}

sup {
font-size: 15px;
font-family: "Lucida Sans Unicode";
letter-spacing: -2px;
}

sup2 {
vertical-align: super;
font-family: "Lucida Sans Unicode";
letter-spacing: -1px;
font-size: 12px;
}

/* ---Needed for static top navigation--- */
body {  
padding-top: 50px;
height: 100%;
}

/* gives a little padding for the search form in the nav header */
.navsearch {margin-top:10px; margin-right:5px; margin-left:5px}


/* Optional: Puts a white background for your content and a solid background behind it.  */
body {
background-color:#474949;
background-image: url("/uploads/images/backgroundimagemusic.jpg");
}

.mainContainer {
background-color:#fff; 
padding-bottom:30px;
}

@media (min-width: 300px) and (max-width: 992px) { 
.container {width:100%};
}



footer {
border-top:1px solid #eee;
padding:20px 0px;
clear:both;
height: 80px;
background-color:#000;
color:#fff;
}

/* optional but seems to work better with this */
input.textarea {width:100%}


/* CUSTOMIZE DROP DOWN STUFF */
.dropdown-menu {
    background-clip: padding-box;
    background-color: #222;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    font-size: 14px;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    text-align: left;
}

.dropdown-menu > li > a {
    color: #fff;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
border-bottom:1px solid #000000;
}

.dropdown-menu > li > a:hover {
    background-color: #E4E0E0;
color:#000000;
}

details > summary {
  font-weight: bold;
  padding: 2px 6px;
  width: 15em;
  background-color: #eee;
  border: none;
  box-shadow: 3px 3px 4px black;
  cursor: pointer;
}

details > p {
  border-radius: 0 0 10px 10px;
  background-color: #eee;
  padding: 2px 6px;
  margin: 0;
  box-shadow: 3px 3px 4px black;
}
/* Stylesheet: bootstrap3 Modified On 2023-12-12 13:31:22 */
