/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
}

.navbar-custom {
  background-color: #7952b3;
}



/* Episode Cards */
.card {
  padding: 10px;
  box-shadow: 5px 10px 8px #888888;
}

/* Header Callouts */
#callout-header-top {
  padding-top: 60px;
}

#callout-header-bot {
  padding-top: 60px;
}

#callout-header-button {
  padding-top: 40px;
}