body {
  background: white; 
  font-family: sans-serif;
  text-align: center;
}

div.crossnav {
  background-color: #000;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 24px;
  height: 50px;
  width: 220px;
  margin-right: 2%;
  margin-left: auto;
  margin-top: 2%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

div.crossnav a {
  color: #fff;
  text-decoration: none;
}

div.crossnav img {
  float: left;
}

div.crossnav p {
  padding-top: 10px;
  margin-right: 5px;
}

div.banner {
  text-align: center;
}

div.banner img {
  width: 800px;
  max-width: 90%;
}

div.blurb {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

div.eppagedescription {
  max-width: 600px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
}


div.subscribe {
  line-height: 1.5;
}

div.subscribe h3{
  margin-top: 40px;
  margin-bottom: 10px;
}

div.subscribe img {
  height: 20px;
  margin-right: 5px;
}

div.player {
  text-align: center;
  margin-top: 50px;
}

div.player h3 {
  margin-bottom: 10px;
}

div.jp-audio {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

div.jp-progress {
  max-width: 40%;
}

div.promo {
  margin-top: 30px;
}

div.promo h3 {
  margin-bottom: 10px;
}

marquee {
  font-size: 80px;
  color: tomato;
  margin-top: 30px;
}

footer {
  width:100%;
  position: relative;
  font-size: 12px;
  margin-top: 40px;
  text-align: center;
  padding-bottom: 40px;
}

div.promo h2 {
  color: red;
  font-size: 2em;
}

h2.big {
  font-size: 4em;
}

img.dogbro {
  height: 120px;
  box-shadow: 10px 10px 5px #888;
  margin-right: 20px;
}

img.cool_img {
  max-width: 400px;
}

div.ep_img_container {
  height: 190px;
  padding-top: 30px;
  margin-top: 50px;
  margin-bottom: 15px;
  background-position: center;
}

div.ep_title_container {
  transform: rotate(2.5deg);
} 

span.ep_title {
  background-color: #fff;
  font-size: 38px;
  line-height: 48px;
}

div.ep_marquee {
  margin-top: -90px;
  margin-bottom: 20px;
}

marquee.episode_marquee {
  font-size: 30px;
  font-variant: small-caps;
  mix-blend-mode: color-dodge;
}

div.eppagedescription p {
  margin-top: 10px;
  margin-bottom: 10px;
}

span.record_time {
  text-align: right;
  float: right;
}

img.episode_img_large {
  width: 100%;
  margin-top: 40px;
}

#meditative_gallery img {
  width: 800px;
  display: inline-block;
  white-space-collapsing:discard;
}

div.prescreen_post {
    border-radius: 1em;
    width: 600px;
    outline-color: black;
    outline: 10px;
    outline-width: 3px;
    outline-style: auto;
    box-shadow: 25px 10px;
    align: center;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #d0dddb;
}
