.header {
  padding-top: 23px;
  padding-bottom: 23px;
}

.hero {
  border-top: 4px solid #8c1b40;
  border-bottom: 4px solid #8c1b40;
  background-color: #353535;
  font-style: normal;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block {
  width: 50%;
  text-align: center;
}

.div-block-2 {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 49px;
}

.blurb {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.body {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.header-blurb {
  width: 60%;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 22px;
  line-height: 26px;
  text-transform: none;
}

.tickets-btn {
  margin-right: 0px;
  padding: 10px 25px;
  float: right;
  background-color: #8c1b40;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
}

.tickets-btn:hover {
  background-color: #dd646b;
  color: #fff;
}

.text-block {
  margin-top: 0px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section {
  padding-top: 20px;
  padding-bottom: 60px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-3 {
  width: 45%;
  text-align: center;
}

.image {
  width: 250px;
}

.div-block-4 {
  width: 40%;
}

.photo-caption {
  margin-top: 5px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 12px;
  font-style: italic;
}

.text-span {
  font-style: normal;
}

.dcpa-description {
  margin-top: 6px;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.text-span-2 {
  font-style: italic;
  font-weight: 700;
}

.text-span-3 {
  color: #8c1b40;
  font-weight: 700;
}

.link {
  color: #dd646b;
  text-decoration: none;
}

.link:hover {
  color: #8c1b40;
}

.div-block-5 {
  margin: 11px 16px;
  border-bottom: 2px solid #8c1b40;
}

.about-authors-title {
  margin-top: 6px;
  margin-bottom: 5px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #8c1b40;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.text-span-4 {
  font-style: italic;
}

.press-source {
  margin-top: 6px;
  font-size: 18px;
  font-style: normal;
  text-align: right;
}

.text-block-2 {
  font-size: 18px;
}

.div-block-6 {
  color: #8c1b40;
}

.text-span-5 {
  font-style: italic;
}

@media (max-width: 767px) {
  .container {
    display: block;
  }
  .div-block {
    width: 100%;
    border-bottom: 4px solid #8c1b40;
  }
  .div-block-2 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .header-blurb {
    width: 95%;
  }
  .tickets-btn {
    width: 40%;
    margin-top: 11px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-3 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-4 {
    width: 95%;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .div-block-2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .blurb {
    font-size: 16px;
    line-height: 20px;
  }
  .header-blurb {
    font-size: 18px;
  }
  .tickets-btn {
    width: 70%;
  }
  .dcpa-description {
    font-size: 16px;
    line-height: 20px;
  }
  .press-source {
    font-size: 16px;
  }
  .text-block-2 {
    font-size: 16px;
  }
}