/* commn */
a {
  color: #fd9191;
}
h1,
h2,
h3,
h4,
h5 {
  color: #fd9191;
  font-family: "Bevan", cursive;
  margin-bottom: 1rem;
}
h2 {
  font-size: 2rem;
  border-bottom: #fd9191 5px solid;
  padding-bottom: 0.5rem;
}
main {
  margin-top: 5rem;
}
section {
  margin-bottom: 3rem;
}
.lead {
  line-height: 1.75;
}
.sectionWrapper {
  padding: 3rem 0 3rem 0;
  margin-bottom: 3rem;
}
.sectionWrapper.secondColor {
  background-color: #fddd8a;
}
.sectionWrapper h2,
.sectionWrapper h3 {
  color: #757575;
}
.sectionWrapper h2 {
  border-bottom-color: #757575;
}
.bg-dark {
  /* background-color: #fd9191 !important; */
  background-color: #e60012 !important;
}
.article-heading {
  font-family: Arial, Helvetica, sans-serif;
}
.btn-lucie {
  background-color: #fd9191;
}

.songlist {
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 0 1rem;
}
/* top navigation */
a.navbar-brand {
  font-size: 2.5rem;
  font-family: "Bevan", cursive;
}
.navbar-brand img {
  width: 12rem;
}
.navbar-nav .nav-link {
  font-size: 1.5rem;
}

/* Live */

h3 .date,
h3 .venue,
h3 .live-title {
  font-family: Arial, Helvetica, sans-serif;
}
h3 .live-title {
  padding: 0.5rem;
  background-color: #666;
  color: #fddd8a;
  font-size: 1.2rem;
  line-height: 1.8;
  vertical-align: bottom;
}
#live span {
  margin-right: 1rem;
}
.btn-live {
  max-height: 3rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  line-height: 2;
}

/* DISCO */
.discoTitle {
  font-size: 2.5rem;
  color: #757575;
  font-family: Arial, Helvetica, sans-serif;
}
.discoTitle small {
  padding-left: 2rem;
  font-size: 1.5rem;
}
