body {
  background-color: blue;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("/static/images/7629368.jpg");
  background-attachment: fixed;
}

footer {
  margin-top: 50px;
}

.container {
  width: 98%;
  max-width: 2000px;
  margin: 0 auto;
  background-color: white;
  border-radius: 20px;
  padding: 25px 20px 25px 20px;
}

.padding-btm {
  margin-bottom: 20px;
}

.float-right {
  float: right;
}
.float-left {
  float: left;
}

section#setlist_intro {
  margin-top: 25px;
}

section#setlist {
  width: 85%;
  margin: 0 auto;
  margin-top: 25px;
}

.information_location {
  font-size: 1.3rem;
  font-weight: bold;
}

.setsong {
  border-bottom: 2px solid;
  padding: 5px 0px 25px 0px;
}

.setsong:hover {
  background-color: #e5e5e5;
}

.setsong_artistname {
  font-weight: bold;
  font-size: 1.25rem;
  padding-bottom: 10px;
}

.ft_artist {
  font-weight: normal;
  display: inline;
}

.countdown {
  color: #2f012e;
  background-color: #ef7eeb;
  border-color: #ef7eeb;
  width: 100%;
  text-align: center;
  padding: 8px;
  border-radius: 20px;
  margin-top: 20px;
}

.playlist {
  text-align: center;
}
.playlist img {
  width: 60px;
}
@media (min-width: 660px) {
  .playlist img {
    width: 100px;
  }
}
.playlist .col-12 {
  margin: 25px 0px 25px 0px;
}

.event_link {
  margin-top: 10px;
  font-weight: bold;
}

.jamicons img {
  width: 60px;
  margin-right: 18px;
  margin-bottom: 12px;
}

.btn-primary {
  background-color: #bd13d7;
  border-color: #bd13d7;
}
.btn-primary:hover {
  background-color: #762ef8;
  border-color: #762ef8;
}
.btn-secondary {
  background-color: #4324fd;
  border-color: #4324fd;
}
.btn-secondary:hover {
  background-color: #762ef8;
  border-color: #762ef8;
}

section#jamnav .returntohome .btn {
  padding: 2px 20px;
  margin-bottom: 25px;
}
section#jamnav .songnav {
  margin-bottom: 30px;
}

section#song_detail .song_meta {
  font-weight: bold;
  font-size: 1.25rem;
}

section#song_chords {
  font-size: 0.6rem;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 660px) {
  section#song_chords {
    font-size: 1.12rem;
  }
}
@media (min-width: 768px) {
  section#song_chords {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  section#song_chords {
    font-size: 2.2rem;
  }
}
section#song_chords .songpart {
  margin-top: 25px;
}
section#song_chords .chords {
  font-weight: bold;
}

/*# sourceMappingURL=app.css.map */
