html, body {
  background: url(clouds.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: CHARCOAL, sans-serif;;
  src: url(fonts/nokiafc22.ttf);
  scroll-behavior: smooth;
}

@font-face {
  font-family: Charcoal;
  src: url(fonts/nokiafc22.ttf);
  font-weight: 100;
}

iframe, audio {
    width: 560px;
}

.spotify {
  height: 550px;
}

table {
  max-width: 70%;
}

a {
  text-decoration: none;
  color: black;
}

audio:focus {
    outline: none;
}

p.title {
    font-size: 200%;
    color: gold;
    margin: 0;
    text-shadow: 0 0 5px white;
}

p.name {
    font-size: 95%;
    margin: 0;
}

p.date {
    font-size: 80%;
    margin: 0;
}

p.episodeTitle {
    font-size: 90%;
}

p.songlist {
    font-size: 50%;
    margin: 0;
}

p.shows {
    font-size: 115%;
    margin: 0;
    text-shadow: 0 0 5px white;
}

table, th, td {
    border: 0px solid black;
}

th {
    text-align: left;
    font-size: 85%;
    padding-left: 10px;
}

td {
    text-align: left;
    font-size: 85%;
    padding-left: 10px;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

/* ----------- mobile phones (general) ----------- */
@media screen and (orientation:portrait) {
  iframe, video, audio {
    width: 90%;
  }
}
