/*Content title*/
.content-title-container {
    background-color: #ecebc2;
}

@keyframes title {
    from {
        padding: 16rem 0;
    }
    to {
        padding: 4rem 0;
    }
}

@-webkit-keyframes title {
    from {
        padding: 16rem 0;
    }
    to {
        padding: 4rem 0;
    }
}

.content-title {
    text-align: center;
    font-family: Clash, sans-serif;
    font-size: 4rem;
    font-weight: 600;
    color: #67a286;
    padding: 4rem 0;
    animation: title 2s;
}

.topic-subpages-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: justify;

    font-size: 14pt;

    padding: 0 3rem;
}

.topic-subpages-wrapper img {
    max-width: 90%;
    align-self: center;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.topic-subpages-wrapper a {
    color: inherit;
}

.topic-subpages-wrapper a:hover {
    color: #60cabc !important;
}

.topic-subpages-wrapper h1 {
    color: #27795f;
    text-align: center;
}

.topic-subpages-wrapper h1:target {
    padding-top: 70px;
    font-size: 28pt;
}

.topic-subpages-wrapper h2 {
    color: #198d88;
    font-size: 24pt;
}

.topic-subpages-wrapper h3 {
    color: #338093;
    font-size: 22pt;
}

.topic-subpages-wrapper h4 {
    font-size: 19pt;
}

.topic-subpages-wrapper h5 {
    font-size: 17pt;
}

.topic-subpages-wrapper p {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 14pt;
}

.lower-container {
    padding: 2rem 0;
}

/*blockquotes*/
blockquote {
    padding: 1rem;
    margin: 0;

    font-size: 14pt;
    font-family: Open Sans, sans-serif;
    font-style: italic;
    line-height: 1.6;

    border-left: 6px solid #78c0a8;
    color: #555555;
    background: #ededed;
}

blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}

.row-item-center {
    max-width: 900px;
    text-align: justify;
    display: flex;
    align-content: center;
    justify-content: center;
}

/* PDF */
.pdf-frame {
    width: 100%;
    margin: 2rem 0 2rem 0;
    height: 50vw;
    border: none;
}

/*caption*/
figcaption {
    text-align: center;
}
