html {
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    color: #1F0812 !important;
}
/* * {
  outline: 1px solid red;
  outline-offset: -1px;
} */

body {
  background-color: #f7fafc;
}

.bottom-align {
  position: absolute;
  bottom: 0;
  vertical-align: bottom;
}

article {
    padding: 10px;
    margin: 10px;
    width: 400px;
    /* border: solid red; */
}

section {
    display: flex;
    /* display: -webkit-inline-box; */
    display: -webkit-flex;
    width: 1000px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* border: solid red; */
}

@media screen and (max-width: 1300px) {
    section {
        width: 100%;
    }
}

.center {
  margin: auto;
}

.top-padding {
  padding-top: 4rem;
}

.bounding-box {
    /* border: 1px solid black; */
    display: block;
    overflow: auto;
    /* margin-bottom: 30px; */
    padding-left: 10px;
    padding-top: 5px;
}

.no-wrap {
    white-space: nowrap;
}

article.title-box {
    /* margin-top: 13rem; */
    margin-bottom: 30px;
    display: block;
    overflow: auto;
    /* overflow-wrap: break-word;
    word-wrap: break-word; */
}

article.portrait-box {
    margin-top: 40px;
}

article.subtitle-box {
    height: 8em;
    position: relative;
}

article.subtitle-box h2 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

article.text-box {
    padding-bottom: 50px;
}

h1 {
    display: block;
    font-size: 4.5rem;
    font-weight: normal;
    letter-spacing: 11px;
    /* line-height: 0.9em; */
}

h2 {
    display: block;
    font-size: 25px;
    font-weight: lighter;
}

h3 {
    display: block;
    font-size: 18px;
    font-weight: lighter;
    /* letter-spacing: 3px; */
    line-height: 1.5em;
}



#character_justify {
    position: relative;
    /* border: 1px solid red; */
    margin: 0;
    padding: 0;
}

#character_justify * {
    margin: 0;
    padding: 0;
    border: none;
}

a {
  color: #6D72C3;
}