.navbar-tfm {
  background: #005c7f;
  color: #fff;
}

.header-logo {
  width: 55vw;
}

body {
  font-family: Open Sans;
}

.playlist-header {
  font-family: 'Montserrat';
  font-weight: 800;
}

#artist {
  font-family: 'Montserrat';
  font-weight: bold;
}

.table-fluid {
  width: 100%;
}

#pl-time {
  font-weight: 900;
}

.sub-title-bar {
  background: #00A6E7;
  height: 50px;
  font-weight: 900;
  font-family: Montserrat;
  margin-bottom: 10px;
}

#onair {
  font-weight: 600;
}

.onair-bar {
  background: #F78181;
  height: 60px;
  font-weight: 900;
  font-family: Montserrat;
  padding-top: 10px;
}

.btn-tfm {
  background: #005c7f;
  color: white;
}

.btn-tfm:hover {
  color: #59DA6B;
}

#cover {
  align-items: center;
  vertical-align: middle;
  align-content: center;
  padding-top: 15px;
}

