@charset "UTF-8";
body {
  background-color: #000;
  font-family: verdana, arial, sans-serif;
  color: #fff;
  margin: 0;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
a:visited {
  color: #fff;
}

.maincontainer, .title h1, header, footer {
  margin: auto;
  width: 80%;
}

header {
  margin-top: 1em;
}
header img {
  width: 200px;
  float: left;
}
header p {
  float: right;
  width: 50%;
  margin: 0 0 0.25em;
  padding: 0;
}
header:after {
  content: "";
  clear: both;
  display: block;
}

.topmenu {
  background: #ff55ff;
  color: #000;
}
.topmenu ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.topmenu ul li {
  margin: 0 0.25em;
  padding: 0.25em;
  white-space: nowrap;
  font-weight: bold;
}
.topmenu ul li a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.topmenu ul li a:visited {
  color: #000;
}

.title {
  background: #55ffff;
  color: #000;
  display: flex;
  min-height: 120px;
  min-width: 300px;
}

.content {
  min-height: 180px;
}
.content img {
  max-height: 240px;
}

@media (max-width: 512px) {
  .maincontainer, .title h1, header, footer {
    margin: auto;
    width: 90%;
  }
  header img {
    float: none;
    margin: auto;
    width: 90%;
  }
  header p {
    float: none;
    margin: 0 auto 0.35em;
    font-size: 0.85em;
    width: 95%;
  }
  .title {
    min-height: 80px;
  }
  .title h1 {
    font-size: 1.35em;
    margin: 0.5em auto;
  }
}
img[alt="Mr. D y D"] {
  width: 160px;
  float: left;
  margin: 0 25px 15px 0;
}

@media (max-width: 512px) {
  img[alt="Mr. D y D"] {
    width: 90px;
    float: left;
    margin: 0 25px 15px 0;
  }
}
img[alt="Mr. D y D"] {
  display: block;
  width: 396px;
  margin: auto;
}

@media (max-width: 512px) {
  img[alt="Mr. D y D"] {
    display: block;
    width: 198px;
    margin: auto;
  }
}
ul {
  margin: 0.5em auto;
}
ul li {
  margin: 1em 0 0;
}

/* Pcast Player */
.pcast-player .pcast-player-controls {
  box-sizing: border-box;
  background: #000;
  color: #fff;
  font-size: 14px;
  height: 42px;
  overflow: hidden;
  padding: 5px;
}
.pcast-player button {
  background: #2a2a2a;
  color: #fff;
  border: 0;
  border-radius: 2px;
  padding: 5px;
  line-height: 22px;
  -webkit-appreance: none;
  min-width: 32px;
}
.pcast-player .pcast-play::before {
  content: "▶";
}
.pcast-player .pcast-pause::before {
  content: "▐▐";
}
.pcast-player .pcast-rewind::before {
  content: "←";
}
.pcast-player .pcast-mute::before {
  content: "🔇";
}
.pcast-player .pcast-unmute::before {
  content: "🔊";
}
.pcast-player progress {
  height: 13px;
  width: calc(100% - 285px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pcast-player progress[value]::-webkit-progress-bar {
  background-color: #555;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
.pcast-player progress[value]::-webkit-progress-value {
  background: #fff;
}
.pcast-player .pcast-time {
  display: inline-block;
  font-size: 13px;
  padding: 0 5px;
  text-align: center;
  width: 4em;
}
.pcast-player .pcast-speed {
  width: 2.5em;
}
.pcast-player .pcast-download {
  font-size: 12px;
  margin-top: 0.5em;
  display: inline-block;
  color: black;
}
.pcast-player .pcast-download:hover, .pcast-player .pcast-download:focus {
  color: #666;
}

/*# sourceMappingURL=site.css.map */