body {
    padding-top: 0rem;
    color: #4d5d53;
    font-family: 'robotolight', sans-serif;
    background: #DBD0C2;
}

.container {
    border: 1px solid #fff;
    padding: 0 1.5rem;
}


hr {
    border-top: 1px solid #fff;
    margin: 1rem 0 1rem 0;
    opacity: 0.5;
}

.text-jst {
    text-align: justify;
}

@font-face {
    font-family: 'cormorantmedium';
    src: url('cormorant-medium-webfont.eot');
    src: url('cormorant-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('cormorant-medium-webfont.woff2') format('woff2'),
        url('cormorant-medium-webfont.woff') format('woff'),
        url('cormorant-medium-webfont.ttf') format('truetype'),
        url('cormorant-medium-webfont.svg#cormorantmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cormorantregular';
    src: url('cormorant-regular-webfont.eot');
    src: url('cormorant-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('cormorant-regular-webfont.woff2') format('woff2'),
        url('cormorant-regular-webfont.woff') format('woff'),
        url('cormorant-regular-webfont.ttf') format('truetype'),
        url('cormorant-regular-webfont.svg#cormorantregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cormorantlight';
    src: url('cormorant-light-webfont.eot');
    src: url('cormorant-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('cormorant-light-webfont.woff2') format('woff2'),
        url('cormorant-light-webfont.woff') format('woff'),
        url('cormorant-light-webfont.ttf') format('truetype'),
        url('cormorant-light-webfont.svg#cormorantlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaylight';
    src: url('raleway-light-webfont.eot');
    src: url('raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('raleway-light-webfont.woff') format('woff'),
        url('raleway-light-webfont.ttf') format('truetype'),
        url('raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('roboto-regular-webfont.woff2') format('woff2'),
        url('roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('roboto-light-webfont.eot');
    src: url('roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('roboto-light-webfont.woff2') format('woff2'),
        url('roboto-light-webfont.woff') format('woff'),
        url('roboto-light-webfont.ttf') format('truetype'),
        url('roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('robotocondensed-light-webfont.woff2') format('woff2'),
        url('robotocondensed-light-webfont.woff') format('woff'),
        url('robotocondensed-light-webfont.ttf') format('truetype'),
        url('robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'cormorantmedium';
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
}

h2 {
    font-family: 'cormorantmedium';
    color:#738276;
}

address {
    text-align: right;
    font-family: 'robotolight';
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 8px 0;

}

a {
    text-decoration: none;
    font-family: 'roboto_condensedlight';
    font-size: 0.9rem;
    outline: none;
}

a:link {
    color: #4d5d53;
}

a:active {
    color: #4d5d53;
}

a:visited {
    color: #4d5d53;
}

a:hover {
    color: #738276;
}

img {
    max-width: 100%;
    display: block;
}

.btn-tdhc {
    --bs-btn-color: #fff;
    --bs-btn-bg: #738276;
    --bs-btn-border-color: #738276;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #87958a;
    --bs-btn-hover-border-color: #738276;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #738276;
    --bs-btn-active-border-color: #738276;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #738276;
    --bs-btn-disabled-border-color: #738276;
}