html,
body {
  background-color: #f5f5f5;
  font-family: "Karla", sans-serif;
  color: #3c3c3c;
}

.container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 10px;
}

h1,
h2,
h3 {
  font-family: "DM Serif Display", serif;
  margin: 0;
  padding: 0;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  max-width: 800px;
  text-align: left;
}

a {
  color: #3f84e5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  width: 50%;
  margin-top: 50px;
}

.main-title {
  background-color: #222222;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 3em;
  text-decoration: none;
}

.banner {
  font-size: 2em;
}

.welcome {
  margin-bottom: 60px;
}

.intro {
  margin-top: 30px;
  margin-bottom: 30px;
}

.intro .fas,
.intro .fab {
  margin-left: 10px;
  margin-right: 10px;
}

.intro .fas:hover,
.intro .fab:hover {
}

.colorLink {
  color: grey;
}

.colorYoutube {
  color: red;
}

.colorFacebook {
  color: #3b5998;
}

.colorInstagram {
  color: #fcaf45;
}

.colorTwitter {
  color: #1da1f2;
}

.latest {
  margin-bottom: 40px;
  background-color: #e7decd;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #4b7f52;
}

.latest-episode {
  margin-bottom: 60px;
}

.upcoming {
  margin-bottom: 40px;
  background-color: #ffbc42;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #f26419;
}

.previous {
  margin-bottom: 40px;
  background-color: #1b4672;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #fb9d80;
}

.video-container {
  position: relative;
  padding-bottom: 52.5%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card {
  margin-bottom: 80px;
}

.headshot {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}

.time {
  display: inline-block;
  font-weight: bolder;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 5px;
}

.description {
  text-align: left;
}

.links {
  text-align: center;
  margin-top: 20px;
}

.links .fas,
.links .fab {
  margin-left: 10px;
  margin-right: 10px;
}

.episode-flex {
  text-align: left;
}

.episode-link {
  padding: 10px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #3c3c3c;
}

.episode-link:hover {
  background-color: #fdd3c6;
}

.watch {
  display: none;
}

.footer {
  margin-top: 30px;
  max-width: 600px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: "DM Serif Display", serif;
  color: #706c61;
}

.footer .fab {
  margin-left: 5px;
  margin-right: 5px;
}

.footer a {
  text-decoration: none;
  color: #706c61;
}

.footer a:hover {
  text-decoration: none;
  color: black;
}

@media only screen and (min-width: 768px) {
  .container {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .headshot {
    object-fit: contain;
    align-self: flex-start;
    width: 200px;
    margin-right: 30px;
  }

  .card {
    display: flex;
  }

  .nameplate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }

  .links {
    text-align: left;
  }

  .links .fas,
  .links .fab {
    margin-left: 0;
    margin-right: 15px;
  }

  .episode-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .episode-flex h2 {
    padding-right: 30px;
  }

  .watch {
    display: block;
  }
}
