body {
    background-color: #e2c2b3;
    margin: auto !important;
}

@font-face {
    font-family: 'EmmylouSignature-SemiBold';
    src: url('/css/font/EmmylouSignature-SemiBold.ttf') format('truetype'),
        url('/css/font/EmmylouSignature-SemiBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
}

p {
    line-height: 1.7em;
}

span.no-cesure {
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}

/* ******************************************* 
    CONTAINER
********************************************* */

div[class*=container-page-] h1 {
    color: #403234;
    font-family: 'Gabriela';
    font-size: 3em;
    margin: 30px 0 50px 0;
    text-align: right;
    font-variant-caps: small-caps;
}

div[class*=container-page-] p.pres {
    font-family: Gabriela;
    color: #687477;
    font-size: 1.7em;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
}

div[class*=container-page-] p.pres::first-letter {
    font-family: 'EmmylouSignature-SemiBold';
    font-size: 300%;
    vertical-align: bottom;
    line-height: 1em;
}

div[class*=container-page-] a,
div[class*=container-page-] a:active,
div[class*=container-page-] a:visited {
    text-decoration: underline;
    color: #403234;
}

div[class*=container-page-] a:hover {
    font-weight: bold;
}

/* ***************************
    MOBILE
*************************** */

@media (max-width: 991px) {

    div[class*=container-page-] {
        margin: 0;
        overflow-x: hidden !important;
    }

    div[class*=container-page-] p.pres {
        font-size: 1.5em;
    }
}