html {
  background-repeat: no-repeat;
  background: DarkSlateBlue;
  font-family: Arial, Helvetica, sans-serif;
}

body {
    padding: 10px;
}

a {
    color: gold;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: MidnightBlue;
    overflow: hidden;
    border-radius: 10px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: white;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: gold;
  color: black;
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}


.row {
  height: auto;
  width : auto;
  display: inline-block;
  background: MidnightBlue;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.row_header {
  height: auto;
}

.row_title {
  color: gold;
}

.row_description {
  color: white;
}

.row_audioplayer {
  width: 100%;
  height: auto;
}

audio {
  display: block;
  width: 100%;
}

.promo {
  height: auto;
  width : auto;
  display: inline-block;
  margin-bottom: 20px;
  color: white;
}

.promo h1 {
  color: gold;
}

.paywall {
  min-height: 60px;
  width : auto;
  display: block;
  background: DarkSalmon;
  color: black;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.footer p {
  color: white;
}

.footer a {
  color: gold;
}

/* @supports (-webkit-touch-callout: none) {
  .row_audioplayer {
    margin-bottom: 100px;
  }
} */
