/*initial*/
.footer-eshow {
    margin: 0;
    padding: 30px 0;
    border-top: 0px solid #d1d1d1;
    background-color: #491430 !important;
}
body {
    background-color: #ece3d0;
}
header {
    background: var(--header-blue);
    color: #fff;
    padding: 0px !important;
}

a.bttn-form-default, input.bttn-form-default, button.bttn-form-default, .site-button, .site-button bttn-stacked {
    color: #FFF !important;
    background-color: #491430 !important;
    border-radius: 10px;
    padding: 10px 20px;
}

.pageTitle, h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    color: #6B2042;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: 2px;
}
#header .header-body {
    display: flex;
    flex-direction: column;
    background: #ece3d0;
    transition: min-height 0.3s ease;
    width: 100%;
    border-top: 3px solid #EDEDED;
    border-bottom: 1px solid transparent;
    z-index: 1001;
}