.main-onstage-title {
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 30px;
  padding: 0px 0px 13px 0px;
  font-family: "Montserrat", sans-serif;
}

.secondary-onstage-title {
  text-align: center;
  color: white;

  font-size: 30px;
  padding: 30px;
  font-family: "Montserrat", sans-serif;
}
.video-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.podcast-video-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 100px;
}
.video-caption {
  font-size: 20px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  padding: 20px 0px 20px 0px;
}
.video-image {
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
}

.video-item {
  text-align: center;
  width: 50%;
}

.page-description-paragraphs {
  font-size: 18px;
  padding: 0px 0px 13px 0px;
  color: white;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.performer-section {
  width: 100%;
}
.performer-flex-container {
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: rgb(29, 29, 29);
}
.about-performing-section {
  display: block;
  width: 40%;
  padding: 0px 0px 13px 0px;
  margin: 0 10px;
  height: 100%;
  align-self: center;
}

.author-image {
  width: 50%;
  max-width: 350px;
  margin: 0 10px;
  border-radius: 10%;
}
