body
{
    background: #f4f1ec;
    color: #252525;
}

a
{
    color: #253f45;
}

a:hover
{
    color: #111111;
}

.site-navbar
{
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(37, 48, 51, 0.08);
}

.site-navbar .nav-link
{
    color: #253033;
    border-radius: 0.45rem;
    font-weight: 600;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link.active
{
    background: #f0eee8;
    color: #111111;
}

.site-navbar .dropdown-menu
{
    border: 0;
    border-radius: 0.75rem;
    box-shadow: 0 1rem 2rem rgba(31, 36, 38, 0.12);
}

.site-navbar .dropdown-item
{
    border-radius: 0.45rem;
    font-weight: 500;
}

.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus,
.site-navbar .dropdown-item.active
{
    background: #f0eee8;
    color: #111111;
}

.site-hero img
{
    max-height: 460px;
    object-fit: cover;
}

.site-card
{
    border: 0;
    box-shadow: 0 0.75rem 2rem rgba(31, 36, 38, 0.08);
}

.home-card-icon
{
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1eee8;
    border-radius: 50%;
    color: #253033;
    font-size: 1.25rem;
}

.home-link-list .list-group-item
{
    border-color: #eee9df;
    color: #253033;
    font-weight: 600;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.home-link-list .list-group-item:hover
{
    background: #f8f6f1;
    color: #111111;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.home-contact-box
{
    background: #f8f6f1;
    border: 1px solid #eee9df;
    border-radius: 0.75rem;
    padding: 1rem;
}

.home-contact-icon
{
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.25rem;
    color: #253033;
    font-size: 1.25rem;
}

.paypal-mark
{
    color: #003087;
    font-size: 1.35rem;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
}

.cost-table
{
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #e4e0d8;
    border-radius: 0.75rem;
}

.cost-table thead th
{
    background: #253033;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.12);
    padding: 1rem 0.75rem;
}

.cost-table tbody th,
.cost-table tbody td
{
    padding: 0.9rem 0.75rem;
    border-color: #e4e0d8;
}

.cost-table tbody tr:nth-child(even):not(.cost-total-row)
{
    background: #faf9f6;
}

.cost-table tbody tr:hover:not(.cost-total-row)
{
    background: #f1eee8;
}

.cost-total-row th,
.cost-total-row td
{
    background: #1f2629;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.12);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.gallery-card
{
    overflow: hidden;
    border: 0;
    border-radius: 0.85rem;
    background: #ffffff;
    box-shadow: 0 0.75rem 2rem rgba(31, 36, 38, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.gallery-card:hover
{
    transform: translateY(-4px);
    box-shadow: 0 1rem 2.5rem rgba(31, 36, 38, 0.14);
}

.gallery-link
{
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f1eee8;
}

.gallery-link img
{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 220ms ease;
}

.gallery-card:hover .gallery-link img
{
    transform: scale(1.04);
}

.gallery-overlay
{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 36, 38, 0.36);
    color: #ffffff;
    font-size: 1.8rem;
    opacity: 0;
    transition: opacity 180ms ease;
}

.gallery-card:hover .gallery-overlay
{
    opacity: 1;
}

.gallery-card .card-body
{
    padding: 1rem 1.1rem;
}

.gallery-modal-content
{
    border: 0;
    border-radius: 1rem;
    overflow: hidden;
}

.site-content
{
    line-height: 1.75;
    color: #263033;
    font-size: 1.02rem;
}

.site-content > *:first-child
{
    margin-top: 0;
}

.site-content > *:last-child
{
    margin-bottom: 0;
}

.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4
{
    color: #172126;
    font-weight: 800;
    line-height: 1.25;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.site-content h1
{
    font-size: 2rem;
}

.site-content h2
{
    font-size: 1.65rem;
}

.site-content h3
{
    font-size: 1.35rem;
}

.site-content p
{
    margin-bottom: 1.15rem;
}

.site-content strong,
.site-content b
{
    color: #172126;
    font-weight: 800;
}

.site-content a
{
    color: #7a0b0b;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.25rem;
}

.site-content a:hover
{
    color: #253033;
}

.site-content ul,
.site-content ol
{
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
}

.site-content li
{
    margin-bottom: 0.45rem;
}

.site-content hr
{
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid #d8d2c7;
    opacity: 1;
}

.site-content blockquote
{
    margin: 1.75rem 0;
    padding: 1.25rem 1.5rem;
    background: #f8f6f1;
    border-left: 4px solid #253033;
    border-radius: 0.5rem;
    font-style: italic;
}

.site-content img
{
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

.site-content iframe
{
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 1.5rem 0;
    border-radius: 0.75rem;
}

.language-flag
{
    width: 24px;
    height: 24px;
    border-radius: 3px;
}

.site-footer
{
    background: #253033;
    color: rgba(255, 255, 255, 0.82);
}

.site-footer a
{
    color: #ffffff;
    font-weight: 700;
}

.ResponsiveImage
{
    width: 100%;
    height: auto;
}

.Container-900,
.TopMenu,
#Footer
{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.HomeWhiteBoxSmall,
.WhiteTextTable,
.CategoryTextTable
{
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.PageTitle,
.PathBox,
.HomeTitle
{
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 0.5rem;
}
