.inset-wax
{
    position: relative;

    margin-top: 2.8em;
    margin-left: 2.5em;
    margin-right: 1.5em;    

    /* font-size: 2em; */

    font-size: inherit;

    border-radius: 0.7em;
    border: 1px solid #d7b28c;
    border-left: 6px solid #d29a42;
    border-right: 6px solid #d29a42;    

    background-color: #faeacd;
    /* background:
    linear-gradient(
        to bottom,
        #f9ebd5,
        #f3dfbf
    );     */

    background-image:
        url("/img/texture/paper_noise_parchment.png");


    box-shadow:0 4px 12px rgba(0,0,0,.2);
}
.inset-wax-content
{
    padding: 1.0em;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2.0em;

    border-radius: 0.7em;
    border:solid 3px #d7b28c;    
}
.inset-wax-seal
{
    position: absolute;

    width: 100px;

    top: -30px;
    left: -30px;

    z-index: 20;
}
.inset-wax-paper
{
    padding: 0.5em;

    position: relative;

    border-radius: inherit;
    overflow: hidden;


}
.inset-wax-corner
{
    position: absolute;

    width: 70px;
    height: 70px;

    background:
        /* url("/img/ornament/corner_00.png") center / contain no-repeat, */
        url("/img/ornament/corner_arabic_00.png") center / contain no-repeat;

    pointer-events: none;
}
.inset-wax-corner-top-right
{
    top: 7px;
    right: 3px;



    transform:scaleX(-1);
}
.inset-wax-corner-bottom-right
{
    bottom: 7px;
    right: 3px;

    transform: rotate(180deg);
}
.inset-wax-corner-bottom-left
{
    bottom: 7px;
    left: 3px;

    transform: scaleY(-1);
}
.dropcap-small
{
    float: left;

    margin-right: 0.10em;
    margin-top: -0.05em;


    font-family:"IM Fell", serif;

    /* font-family: "Goudy Initials";     */
    font-size: 4.0em;
    line-height: 0.85;

    color: #ac3d23;

    text-shadow:
        -1px -1px 0 black,
         1px -1px 0 black,
        -1px  1px 0 black,
         1px  1px 0 black,
         0 2px 3px rgba(0,0,0,.8);


    /* text-shadow:
        1px 1px 0px #f6d5b8,
        2px 2px 2px rgba(0,0,0,.18); */
}
