nav {
  padding: 0.85em 0.5em 0.85em 1em;
  width: 100%;
  display: grid;
  place-items: center;
  grid-template-columns: auto 1fr;
  border-bottom: 4px solid rgb(218, 180, 81);
  background-color: rgb(18, 44, 79);
}

.navRow2 {
  width: 100%;
  display: grid;
  place-items: center;
  padding-left: 130px;
  grid-template-columns: auto auto auto auto auto;
}

.justifyLeft {
  justify-self: start;
}

.justifyRight {
  justify-self: end;
}

h3 {
  font-size: 1.8rem;
  font-weight: bolder;
  font-family: "Montserrat", sans-serif;
  padding: 0.15rem;
}

h5 {
  font-size: 1.2rem;
  padding: 0.15rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
}

.resize {
  width: 840px;
}

.middle {
  display: grid;
  place-items: end;
  width: 100%;
}

.plain {
  text-decoration: none;
}
.plain h5 {
  font-weight: 200;
}
.plain.active h5 {
  font-weight: bold;
}

.gold {
  color: rgb(218, 180, 81);
}

footer {
  padding: 0.5em;
  width: 100%;
  border-top: 4px solid rgb(218, 180, 81);
  background-color: rgb(18, 44, 79);
  grid-row-start: 3;
  grid-row-end: 4;
}

.footer-columns {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.times {
  font-family: "Times New Roman", serif;
}

.heightSm {
  line-height: 32px;
  display: grid;
  place-items: center;
  grid-template-columns: auto auto auto;
  letter-spacing: 1.15px;
}

.emphasis {
  font-size: 1.9rem;
  letter-spacing: 2px;
  font-weight: 100;
  padding: 0rem 0.3rem;
}

.display540 {
  display: none;
  text-decoration: none;
}

.textLight {
  font-weight: 100;
}

.podcast-columns {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 2em;
  max-height: 220px;
  padding: 0.1em;
  margin-top: 1rem;
}

.podcast-footer-column {
  display: grid;
  place-items: center;
  grid-gap: 1em;
}

.podcastSection {
  background: rgb(18, 44, 79);
  width: 100%;
  display: grid;
  place-items: center;
}

.podcast-thumbnail {
  display: grid;
  place-items: center;
}

.thumbnail {
  border-radius: 15%;
  width: 75px;
  height: 75px;
  object-fit: cover;
  object-position: center;
}

.podcast-thumbnail:first-child a img {
  box-shadow: 0px 0px 8px rgb(218, 180, 81);
}

.authorImg {
  height: 43px;
  width: auto;
  margin-right: 0.65rem;
}

.footer-divider {
  width: 420px;
  margin: 0.75em 0em;
  border-bottom: 1px solid rgb(218, 180, 81);
  border-top: 1px solid rgb(218, 180, 81);
}

.tablet-footer {
  display: none;
}

.phone-display {
  display: none;
}

@media only screen and (max-width: 1600px) {
  .resize {
    width: 700px;
  }

  .thumbnail {
    width: 65px;
    height: 65px;
  }

  .podcast-columns {
    grid-gap: 1.2em;
  }
}

@media only screen and (max-width: 1345px) {
  h5 {
    font-size: 1.1rem;
  }

  .podcast-columns {
    grid-gap: 1em;
  }

  .resize {
    width: 600px;
  }

  .navRow2 {
    padding-left: 30px;
  }

  nav {
    padding: 0.85em 0.5em;
  }
}

@media only screen and (max-width: 1200px) {
  .desktop-footer {
    display: none;
  }

  .tablet-footer {
    display: grid;
    place-items: center;
  }

  .footer-columns {
    width: 100%;
    display: grid;
    place-items: center;
    grid-template-rows: auto auto;
    grid-template-columns: none;
  }

  .middle {
    place-items: center;
  }

  .podcast-columns {
    grid-gap: 2.5em;
  }

  .emphasis {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 1015px) {
  nav {
    grid-template-columns: none;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px;
    padding: 0.85em 0.5em 0.85em 0.5em;
  }

  .justifyLeft {
    justify-self: center;
  }

  .navRow2 {
    padding-left: 0px;
    width: 90%;
  }

  h5 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 820px) {
  .podcast-columns {
    grid-gap: 1.8em;
  }
}

@media only screen and (max-width: 680px) {
  .podcast-columns {
    grid-gap: 1.5em;
  }

  .authorImg {
    height: 43px;
    width: auto;
  }

  h5 {
    font-size: 1rem;
  }

  .emphasis {
    font-size: 1.55rem;
  }
}

@media only screen and (max-width: 640px) {
  .phone-display {
    display: grid;
  }

  .tablet-display {
    display: none;
  }

  .resize {
    width: 550px;
  }
}

@media only screen and (max-width: 590px) {
  .resize {
    width: 500px;
  }

  .authorImg {
    height: 37px;
  }

  h5 {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 540px) {
  .resize {
    display: none;
  }

  .display540 {
    display: grid;
  }
}

@media only screen and (max-width: 510px) {
  .authorImg {
    height: 33px;
  }

  img {
    width: 440px;
  }

  h5 {
    font-size: 13.5px;
  }

  .footer-divider {
    width: 350px;
  }
}

@media only screen and (max-width: 475px) {
  .authorImg {
    height: 30px;
  }

  h5 {
    font-size: 13px;
  }

  .emphasis {
    font-size: 17px;
  }

  nav {
    padding: 0.5em 0.25em;
  }
}

@media only screen and (max-width: 440px) {
  .authorImg {
    height: 27px;
  }

  h5 {
    font-size: 11.5px;
  }

  img {
    width: 360px;
  }
}

@media only screen and (max-width: 400px) {
  img {
    width: 340px;
  }

  h5 {
    font-size: 11px;
  }

  .footer-divider {
    width: 300px;
  }
}

@media only screen and (max-width: 380px) {
  h5 {
    font-size: 10.5px;
  }

  img {
    width: 320px;
  }
}

@media only screen and (max-width: 360px) {
  .authorImg {
    height: 24px;
  }

  h5 {
    font-size: 9px;
  }

  img {
    width: 310px;
  }
}
