.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.catchCopy {
  color: #d7063b;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.8em;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 1.8em;
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 1.8em;
    padding-top: 70px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  h2 img {
    width: 170px;
  }
}
@media screen and (min-width: 768px) {
  h2 img {
    width: 250px;
  }
}
@media screen and (min-width: 1025px) {
  h2 img {
    width: 250px;
  }
}

h3 {
  padding-bottom: 30px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1025px) {
  h3 {
    font-size: 1.3em;
  }
}

.castName {
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 1.11em;
  font-weight: bolder;
  border-bottom: 1px solid white;
}

.castDesc {
  padding-top: 15px;
  font-size: 1em;
  line-height: 1.2em;
}

.footerInfoArea {
  text-align: center;
}

.first {
  font-size: 0.8em;
}

.second {
  font-size: 0.8em;
}

.third {
  font-size: 0.7em;
}/*# sourceMappingURL=font.css.map */