body {
  background-color: black;
  color: white;
  font-family: monospace;
}

a,
a:hover,
a:visited {
  color: white;
  text-decoration: none;
  font-size: 1em;
}

a:hover {
  text-decoration: underline;
}

div#page {
  margin: 2em auto;
  width: 100%;
  max-width: 1000px;
}

div#header {
  background-color: #333333;
  background: linear-gradient(180deg, #000 70%, #222 100%);
  width: 100%;
  height: 300px;
  color: white;
  position: relative;
  text-align: center;
}

div#header h1 {
  color: #00c800;
  padding-top: 200px;
  letter-spacing: 5px;
}

div.logo {
  background-color: red;
  height: 200px;
  width: 200px;
}

#crmlogo {
  position: absolute;
  top: 0px;
  left: 0px;
}

#muccclogo {
  position: absolute;
  top: 0px;
  right: 0px;
}

div#menu {
  background: #222;
  background: linear-gradient(180deg, #222 0%, #333333 100%);
  width: 100%;
  font-size: 1em;
}

div#menu>ul {
  list-style: none;
  margin: 0;
  padding: 1em 1em;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 12pt;
}

div#menu>ul li {
  margin: 0 1em 0 0;
  padding: 0;
  flex: 0 0 auto;
}

div#flexcontainer {
  display: flex;
  background-color: #333333;
}

div#spacer {
  flex: 0;
}

div#content {
  flex: 2;
  font-size: 12pt;
}

div#content a.title {
  font-size: 1.4em;
  color: #00c800;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 20px 10px 8px 10px;
}

div#content p.shortdesc {
  font-size: 1em;
  font-family: monospace;
  padding: 0 10px;
  text-align: justify;
}

div#content div.episode {
  padding: 0 10px;
}

div#content div.episode a.title {
  margin: 20px 0px 8px 0px;
}

div#footer {
  background: #333333;
  background: linear-gradient(180deg, #333333 0%, #000000 100%);
}

div#footer>ul {
  list-style: none;
  margin: 0;
  padding: 1em 1em;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 12pt;
}

div#footer>ul li {
  margin: 0 1em 0 0;
  padding: 0;
  flex: 0 0 auto;
}
