nav ul li a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
}
nav ul li a:hover{
  text-decoration: none !important;
  color: #c0b298 !important;
}
nav ul li a.active {
  color: #c0b298 !important;
} 
/*AUDIO SAMPLES*/
#audios .col-lg-4 {
  margin-top: 20px;
}
 
.audio h2 {
  color: #000;
  font-size: 16px;
  display: inline;
}

.play-wrap {
  display: inline;
  cursor: pointer;
  pointer-events: none;
}

.aos-animate > .play-wrap {
  pointer-events: all;
}  
.audio {
  pointer-events: none;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  height: 100px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 2px solid red;
}
.audio.aos-animate {
  pointer-events: all;
}
.play-wrap:hover i {
  color: white;
}
.play-wrap i {
  color: #000;
  background-color: #c0b298;
  padding: 7px 9px !important;
  font-size: 16px;
  border-radius: 20px;
  height: 30px;
  width: 30px;
}
#audios {
  margin-bottom: 50px;
}   
/*BAND PICS*/
#gallery .center {
  text-align: center;
  justify-content: center;
  margin-top: 50px;
}

#gallery img {
  width: 100%;
  border: 1px solid gold;
  z-index: 1;
}

#gallery img:hover {
  transform: scale(1.05);
  transition: all 0.7s ease;
  z-index: 9999;
}
.second {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1190px) {
  #gallery img {
    margin-top: 50px;
  }
}

/*SAMPLES*/
@media only screen and (max-width: 1190px) {
  audio {
    width: 240px !important;
  }
}

/*CONTACT*/
input,
textarea {
  width: 50%;
  border-radius: 10px;
  background-color: #111111;
  border: 1px solid gold;
  box-shadow: 3px 3px gold;
  padding: 0.5rem;
  margin: 2rem;
  color: gold;
}

#submit {
  color: gold;
  border: 1px solid gold;
  padding: 1rem;
  border-radius: 20px;
  background: transparent;
  box-shadow: 3px 3px gold;
  letter-spacing: 0.2rem;
}

.song-name {
  font-weight: bold;
  font-size: 16px;
}
.progress-wrap {
  width: 100%;
  background: #c0b298;
  display: block;
  height: 5px;
  border-radius: 5px;
}
.progress {
  height: 5px;
  margin-top: 10px;
  background: darkgoldenrod;
  width: 0%;
}

.italic {
  /* font-style: italic; */
  font-size: 16px;
}

#submit:hover {
  background-color: gold;
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.form {
  text-align: center !important;
  justify-content: center !important;
  background: #111111;
}

.form p {
  margin-top: 30px;
}

#contact_h3 {
  font-size: 20px;
  color: grey;
}