#WP-page {

}

/*** Header size ***/
h1 {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
}
h2 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.2;
}
h3 {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.2;
}
h4 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.2;
}
h5 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2;
}
h6 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2;
}

ul {
    list-style: disc;
    margin: 0;
    padding-left: 40px;
}
/*** Text aligns ***/
#WP-page .has-text-align-left {
    text-align: left;
}
#WP-page .aligncenter,
#WP-page .has-text-align-center,
#WP-page .is-content-justification-center {
    text-align: center;
}

#WP-page .has-text-align-right {
    text-align: right;
}


/*** padding ****/
#WP-page .has-background {
    padding: 1.25em 2.375em;
}
/*** Columns ***/
#WP-page .wp-block-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
}

#WP-page .wp-block-column {
    text-align: center;
}

/*** Images ***/
#WP-page .wp-block-image {
    max-width: 100%;
    max-height: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

#WP-page img {
    max-width: 100%;
    height: 0%;
}

#WP-page .is-style-rounded img {
    border-radius: 9999px;
}

#WP-page .wp-block-image figcaption {
    text-align: center;
    margin-top: 1em;
}

#WP-page .wp-block-image.size-large img {
    max-width: 100%;
}

#WP-page .wp-block-image .size-medium img {
    max-width: 50%;
}

#WP-page .wp-block-image .size-thumbnail img {
    max-width: 10%;
}

#WP-page .wp-bootstrap-blocks-row .wp-block-image {
    text-align: center;
}

/*** Buttons ***/
#WP-page .wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em;
}

#WP-page .wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}

/*** text colors ***/
#WP-page .has-white-color {
    color: #fff;
}

#WP-page .has-black-color {
    color: #000;
}

#WP-page .has-cyan-bluish-gray-color {
    color: rgb(171, 184, 195);
}

#WP-page .has-pale-pink-color {
    color: rgb(247, 141, 167);
}

#WP-page .has-vivid-red-color {
    color: rgb(207, 46, 46);
}

#WP-page .has-luminous-vivid-orange-color {
    color: rgb(255, 105, 0);
}

#WP-page .has-luminous-vivid-amber-color {
    color: rgb(252, 185, 0);
}

#WP-page .has-light-green-cyan-color {
    color: rgb(123, 220, 181);
}

#WP-page .has-vivid-green-cyan-color {
    color: rgb(0, 208, 132);
}

#WP-page .has-pale-cyan-blue-color {
    color: rgb(142, 209, 252);
}

#WP-page .has-vivid-cyan-blue-color {
    color: rgb(6, 147, 227);
}

#WP-page .has-vivid-purple-color {
    color: rgb(155, 81, 224);
}
/*** background colors ***/
#WP-page .has-white-background-color {
    background-color: #fff;
}

#WP-page .has-black-background-color {
    background-color: #000;
}

#WP-page .has-cyan-bluish-gray-background-color {
    background-color: rgb(171, 184, 195);
}

#WP-page .has-pale-pink-background-color {
    background-color: rgb(247, 141, 167);
}

#WP-page .has-vivid-red-background-color {
    background-color: rgb(207, 46, 46);
}

#WP-page .has-luminous-vivid-orange-background-color {
    background-color: rgb(255, 105, 0);
}

#WP-page .has-luminous-vivid-amber-background-color {
    background-color: rgb(252, 185, 0);
}

#WP-page .has-light-green-cyan-background-color {
    background-color: rgb(123, 220, 181);
}

#WP-page .has-vivid-green-cyan-background-color {
    background-color: rgb(0, 208, 132);
}

#WP-page .has-pale-cyan-blue-background-color {
    background-color: rgb(142, 209, 252);
}

#WP-page .has-vivid-cyan-blue-background-color {
    background-color: rgb(6, 147, 227);
}

#WP-page .has-vivid-purple-background-color {
    background-color: rgb(155, 81, 224);
}

/*** Misc settings ***/
.no-border-radius {
    border-radius: 0;
}

#WP-page .wp-block-separator {
    border-color: #ccc;
}
