* {
  font-family: 'Roboto', sans-serif;
}

i {
  margin-right: 10px;
}

.cover-art-img {
  width: 400px;
  height: 400px;
  float: left;
}

.info {
  float: left;
  top: 75px;
  position: relative;
  left: 80px;
  font-size: 24px;
  width: 400px;
  line-height: 1.2;
}

.pic-col {
  margin-bottom: 20px;
}

.small-info {
  font-size: 14px !important;
  margin-top: 10px;
}


.twitter {
  font-size: 10px;
  text-align: center;
}

.sub-header {
  margin-bottom: 20px;
}

.btn-outline-dark {
  border: 1px solid black;
  margin-top: 20px;
}

.header {
  margin-top: -50px;
  padding-top: 10px;
}

.jumbotron {
  padding-top: 20px;
}

.header-link {
  display: inline-block;
  width: 85px;
  font-size: 18px;
  float: right;
}

.episode-header {
  font-size: 54px;
  font-weight: 800;
  text-align: center;
}

.show-notes {
  margin-top: 50px;
  font-size: 24px;
}

.episode-date {
  margin-top: -10px;
  text-align: center;
}

a {
  color: initial;
  color: inherit;
}

.episode-list h4 {
  height: 40px;
}

.episode-list p {
  height: 100px;
}

.episodes-all .episode-list {
  border: 1px solid black;
  padding: 12px;
}

.episode-list {
  margin-top: 20px;
}

.endblock {
  height: 100px;
}

.img-responsive {
  width: 100%;
}



.show-notes-paragraph {
  white-space: pre-wrap;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .cover-art-img {
      width: 250px;
      height: 250px;
      float: none;
    }
    .cover-div {
      width: 250px;
      margin-left: auto;
      margin-right: auto;
    }

    .info {
      float: none;
      top: 20px;
      position: relative;
      font-size: 18px;
      width: 350px;
      line-height: 1.2;
      margin: auto;
      left: 0;
      }
}


.profile {
  border: 1px solid #eee;
  padding: 15px;
  height: 460px;
  margin-bottom: 20px;
}

.pod-icon {
  margin-bottom: 10px;
}

.profile-header {
  text-align: center;
}

.profile-text { 
  text-align: left;
  margin-top: 10px;
}

.profile-photo {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.profile-photo img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}

.info a {
  margin-top: 20px;
}