

/*character-01*/

/* .character-01 .character-text {
  font-size: 16pt;
} */

.character-picture.character-01 {
  width: 45%;
  height: 40%;
  top: -7%;
  /* shape-outside: polygon(28% 12%, 33% 0, 100% 0, 100% 100%, 0 100%, 0 85%, 0 71%, 0 56%, 15% 40%, 22% 22%); */
  /* clip-path: polygon(28% 12%, 33% 0, 100% 0, 100% 100%, 0 100%, 0 85%, 0 71%, 0 56%, 15% 40%, 22% 22%); */
}
.character-picture {
  /* background-color: aqua; */
  float: right;
  position: relative;
  right: -3%;
}
.character-picture img {
  width: 100%;
  height: auto;
}
p {
  padding: 0;
  margin: 0;
}

.character-text p {
  margin: 0;
  padding: 20px 0;
}
.character-01 .character-text {
  font-size: 16pt;
}
.character-bio {
  font-family: 'Alegreya';
  text-align: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#content-container {
  text-align: left;
}

.icon {
  float: right;
  position: relative;
  padding: 20px;
  width: 13%;
  height: 10%;
  bottom: 3%;
}


.title-logo{
  width: 63%;
  height: auto;
  margin: 0 auto;
}
p {
  position: relative;
  z-index: 1;
}
.content{
  width: 100%;
  height: auto;
}

.content ol{
  font-weight: 100;
}
span{
  font-weight: 900;
}