#episodes {
  display: flex;
  flex-direction: row; 
  flex-wrap: wrap;
  width: 100%;
}

p, footer span {
  color: #666;
}

.buttonContainer {
  display: flex;
  padding: 1em;
}

.show-links {
  padding: 0;
  display: flex;
}

.show-links a {
  flex: 1 1;
}

.buttonContainer button, .buttonContainer a {
  margin: auto;
  flex: 1 1;
}

#episodes .card {
  width: calc(50% - 2em);
  margin: 1em;
  transition: .8s opacity;
  height: 100%;
}

.card-title, .card-subtitle.mb2 {
  color: #111;
}

.badge-pill {
  color: #FFF;
  text-align: center;
}

.summary-button-container {
  border: none;
  padding: 0;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.episode-title {
  flex: 0 1 auto;
}
