* {
  box-sizing: border-box;
}

[hide="true"].page {
  display: none;
}

[hide="false"].page {
  display: block;
}

.fjalla-one-regular {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.episode {
  border: 0.25em solid black;
  padding: 0.5em;
}

.content {
  background: none;
  max-width: 900px;
  margin: 0 auto;
}

.box {
  background: #ffbc42;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  margin: 1em 0;
  padding: 1em;
}

nav {
  display: flex;
  gap: 0.5em;
  min-height: 2em;
  padding: 0.5em;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  align-items: center;
  justify-content: space-evenly;
}

.nav-link {
  text-decoration: none;
  color: black;
  font-size: 1.5em;
}

.active {
  text-decoration: underline;
}

h1 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: white;
  color: black;
  font-family: Verdana;
  background-color: #234d56;
}

.container {
  display: flex;
}

.button-container {
  min-height: 31px;
  align-items: center;
  gap: 1em;
  justify-content: center;
  flex-flow: wrap;
  height: 100%;
}

@media screen and (min-width: 480px) {
  header {
    display: grid;
    grid-template-columns: 2fr 1fr;
    height: 100%;
  }

  #spotify-iframe {
    grid-column: span 2;
  }
}

@media screen and (max-width: 479px) {
  header {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
}

#spotify-iframe {
  margin-top: 1em;
}

.logo {
  height: auto;
  max-width: 100%;
}
