.body_bg {
    background-color: #402d17;
    background-image: url(../images/peerbaba_10.jpg);
    background-repeat: no-repeat;
}
.footerlinks {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #cfbf68;
    text-decoration: none;
}
.site-footer {
    padding: 10px 18px 8px;
}
.site-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px 0;
    max-width: 760px;
    margin: 0 auto;
}
.site-footer-links a {
    display: inline-flex;
    align-items: center;
    color: #cfbf68;
    text-decoration: none;
    white-space: nowrap;
}
.site-footer-links a:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 10px;
    margin: 0 12px;
    background: rgba(207, 191, 104, 0.45);
}
.site-footer-links a.site-footer-row-end::after {
    display: none;
}
.site-footer-links a:hover,
.site-footer-links a:focus-visible {
    color: #ffffff;
}
.site-footer-copyright {
    margin: 12px 0 0;
    color: #cfbf68;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-transform: none;
}
.bdr {
    border: 8px solid #aa8b53;
}

.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #f8f2b7;
    text-decoration: none;
}

.whiteheading {
    margin: 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    font-style: italic;
}
.whiteleftbold {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}

.legacy-menu-box {
    position: static;
    height: 318px !important;
    min-height: 318px;
    background: #4d351c !important;
    border-radius: 4px;
}
.legacy-menu-box > tbody > tr > td {
    background: #4d351c;
    border-radius: 4px;
}
.legacy-menu-box table {
    margin-left: auto;
    margin-right: auto;
}
.legacy-menu-box table[width="88%"] {
    width: 88% !important;
    display: block;
}
.legacy-menu-box table[width="88%"] > tbody {
    display: block;
}
.legacy-menu-box table[width="88%"] > tbody > tr {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    min-height: 27px;
}
.legacy-menu-box table[width="88%"] > tbody > tr > td[colspan="2"] {
    grid-column: 1 / -1;
    width: 100% !important;
}
.legacy-menu-box table[width="88%"] > tbody > tr:has(> td[colspan="2"][bgcolor]) {
    min-height: 1px;
    height: 1px;
}
.legacy-menu-box table[width="88%"] > tbody > tr > td:not([colspan]) {
    display: flex;
    min-height: 25px;
    align-items: center;
    padding: 4px 0;
}
.legacy-menu-box table[width="88%"] > tbody > tr > td:first-child:not([colspan]) {
    justify-content: flex-start;
}
.legacy-menu-box table[width="88%"] > tbody > tr > td:nth-child(2):not([colspan]) {
    justify-content: flex-start;
}
.legacy-menu-box table[width="88%"] > tbody > tr > td:not([colspan]) > div {
    display: flex;
    align-items: center;
    min-height: 17px;
}
.legacy-menu-box table[width="88%"] > tbody > tr > td:first-child:not([colspan]) > div {
    justify-content: flex-start;
}
.legacy-menu-box table[width="88%"] > tbody > tr > td[colspan="2"][bgcolor] {
    min-height: 1px;
    padding: 0;
}
.legacy-menu-box table[width="88%"] > tbody > tr:first-child {
    min-height: 8px;
    height: 8px;
}
.legacy-menu-box table[width="88%"] > tbody > tr:first-child > td {
    height: 8px !important;
    min-height: 8px;
    padding: 0;
}
.legacy-menu-box td,
.legacy-menu-box div {
    text-align: left !important;
}
.legacy-menu-box > tbody > tr > td > div {
    text-align: center !important;
}
table[width="780"] {
    position: relative;
    min-height: 850px;
}
.legacy-sidebar-left-stack {
    position: absolute;
    z-index: 2;
    top: 142px;
    left: 0;
    width: 215px;
    vertical-align: top;
}
.legacy-sidebar-left-stack form[action*="paypal"],
.legacy-sidebar-left-stack form[action*="paypal"] p,
.sidebar-donate-form {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.legacy-sidebar-left-stack input[type="image"],
.legacy-sidebar-left-stack form[action*="paypal"] img,
.sidebar-donate-form input[type="image"],
.sidebar-donate-form img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sidebar-donate-form--right {
    width: 168px;
    box-sizing: border-box;
    margin: 10px auto 18px;
    padding: 10px 8px 8px;
    border: 8px solid #aa8b53;
    border-radius: 0;
    background: rgba(77, 53, 28, .72);
}
.sidebar-donate-form--right input[type="image"] {
    max-width: 100%;
    height: auto;
}
.share-widget {
    width: 168px;
    box-sizing: border-box;
    margin: 0 auto 18px;
    padding: 10px 8px;
    border: 1px solid #aa8b53;
    background: rgba(77, 53, 28, .72);
    text-align: center;
}
.share-widget-label {
    display: block;
    margin-bottom: 8px;
    font: bold 11px "Times New Roman", Times, serif;
    color: #cfbf68;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.share-widget-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 5px;
}
.share-widget-links a,
.share-widget-links button.share-copy-link {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 1px solid #aa8b53;
    border-radius: 50%;
    background: #574831;
    cursor: pointer;
}
.share-widget-links a svg,
.share-widget-links button.share-copy-link svg {
    width: 13px;
    height: 13px;
    fill: #f8f2b7;
}
.share-widget-links a:hover,
.share-widget-links a:focus-visible,
.share-widget-links button.share-copy-link:hover,
.share-widget-links button.share-copy-link:focus-visible {
    background: #cfbf68;
}
.share-widget-links a:hover svg,
.share-widget-links a:focus-visible svg,
.share-widget-links button.share-copy-link:hover svg,
.share-widget-links button.share-copy-link:focus-visible svg {
    fill: #34230f;
}
.share-widget-links button.share-copy-link.is-copied {
    background: #cfbf68;
}
.share-widget-links button.share-copy-link.is-copied svg {
    fill: #34230f;
}
.share-widget-links button.share-copy-link.is-copied::after {
    content: "Link copied";
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 3px 8px;
    border-radius: 3px;
    background: #2e2017;
    color: #f8f2b7;
    font: 11px Arial, Helvetica, sans-serif;
    pointer-events: none;
}
.legacy-static-tools > .text-size-control--sidebar {
    width: 168px;
    margin: 10px auto 8px;
    padding: 8px 0 10px;
}
.legacy-static-tools > .sidebar-donate-form--right {
    margin-top: 0;
}
body.static-page .legacy-static-tools {
    width: 188px;
    box-sizing: border-box;
}
body.static-page .legacy-static-tools > div {
    text-align: center !important;
}
body.static-page .legacy-static-tools > div > table:first-child {
    width: 168px !important;
    margin: 0 auto;
}
body.static-page .legacy-static-tools > div > table:first-child tr:first-child {
    display: none;
}
body.static-page .legacy-static-tools .whiteleftbold {
    display: block;
    width: 168px;
    box-sizing: border-box;
    margin: 0 auto 10px;
    padding: 0 0 8px;
    border-bottom: 1px solid #635036;
    line-height: 1.3;
    text-align: left;
}
.legacy-sidebar-right-stack {
    width: 188px;
    vertical-align: top;
}
td[width="212"] {
    vertical-align: top;
}
.nav {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #f8f2b7;
}
.nav:visited {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #f8f2b7;
}
.nav:hover {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
.auto-service-link {
    color: #d8c66a;
    text-decoration: underline;
}
.auto-service-link:hover,
.auto-service-link:focus {
    color: #fff2a6;
}
.services-heading {
    padding: 9px 4px 5px;
    font-family: "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cfbf68;
}
.service-link {
    position: relative;
    min-height: 22px;
    padding-left: 43px;
}
.service-link a.nav,
.service-link a.nav:visited {
    color: #f8f2b7;
    font-weight: normal;
}
.service-link a.nav:hover {
    color: #ffffff;
}
.service-link-row > td:first-child img {
    display: none;
}
.service-link-row > td:first-child {
    display: none !important;
}
.service-link-row > td:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
}
.legacy-menu-box table[width="88%"] > tbody > tr.service-link-row {
    grid-template-columns: minmax(0, 1fr);
    min-height: 30px;
}
.service-link::before {
    content: "Order";
    position: absolute;
    left: 0;
    top: 4px;
    width: 38px;
    height: 14px;
    border-radius: 8px;
    background:
        linear-gradient(110deg, transparent 0%, transparent 36%, rgba(255, 249, 205, .5) 48%, transparent 60%, transparent 100%),
        linear-gradient(180deg, #ffe28a 0%, #ffc439 55%, #d79a12 100%);
    background-size: 220% 100%, 100% 100%;
    color: #17110a;
    box-shadow: inset 0 0 0 1px rgba(23, 17, 10, .28), 0 1px 3px rgba(0, 0, 0, .28);
    font: 700 7px/14px Arial, Helvetica, sans-serif;
    letter-spacing: .02em;
    text-align: center;
    text-transform: uppercase;
    animation: order-badge-shimmer 5.5s ease-in-out infinite;
}
@keyframes order-badge-shimmer {
    0%, 100% { background-position: 170% 0, 0 0; }
    50% { background-position: -70% 0, 0 0; }
}
.mobile-site-header {
    display: none;
}
.back-to-top-button {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 11900;
    display: inline-flex;
    min-width: 46px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(207, 191, 104, .72);
    border-radius: 4px;
    padding: 8px 10px;
    background: rgba(52, 35, 15, .94);
    color: #f8f2b7;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .34);
    cursor: pointer;
    font: 700 11px/1 Arial, Helvetica, sans-serif;
    letter-spacing: .04em;
    opacity: 0;
    pointer-events: none;
    text-transform: uppercase;
    transform: translateY(8px);
    transition: opacity 140ms ease, transform 140ms ease;
}
.back-to-top-button.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.back-to-top-button:hover,
.back-to-top-button:focus-visible {
    background: #cfbf68;
    color: #34230f;
    outline: none;
}
.services-tab {
    display: block;
    position: relative;
    width: 104px;
    height: 40px;
    z-index: 20;
}
.services-tab-button {
    display: block;
    position: relative;
    width: 104px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.services-tab-button img {
    display: block;
    position: absolute;
    inset: 0;
    width: 104px;
    height: 40px;
    transition: opacity 120ms ease-in-out;
}
.services-tab-button .services-tab-hover {
    opacity: 0;
}
.services-tab-button:hover .services-tab-hover,
.services-tab-button:focus-visible .services-tab-hover,
.services-tab-button[aria-expanded="true"] .services-tab-hover {
    opacity: 1;
}
.services-tab-label {
    position: relative;
    z-index: 1;
    display: block;
    padding-right: 6px;
    color: #f7f6f3;
    font:
        700 12px "Times New Roman",
        Times,
        serif;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #2e2418;
}
.top-menu-link {
    display: block;
    position: relative;
    height: 40px;
    color: #f7f6f3;
    text-decoration: none;
}
.top-menu-link img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 40px;
    transition: opacity 120ms ease-in-out;
}
.top-menu-link .top-menu-hover {
    opacity: 0;
}
.top-menu-link:hover .top-menu-hover,
.top-menu-link:focus-visible .top-menu-hover {
    opacity: 1;
}
.top-menu-label {
    position: relative;
    z-index: 1;
    display: block;
    color: #f7f6f3;
    font:
        700 12px "Times New Roman",
        Times,
        serif;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #2e2418;
    white-space: nowrap;
}
.top-menu-taweez {
    width: 84px;
}
.top-menu-taweez .top-menu-label {
    padding-left: 18px;
}
.top-menu-blackmagic {
    width: 197px;
}
.top-menu-blackmagic .top-menu-label {
    padding-left: 5px;
}
.top-menu-friends {
    width: 132px;
}
.top-menu-friends .top-menu-label {
    padding-left: 5px;
}
.services-tab-menu {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    width: 170px;
    padding: 4px;
    border: 1px solid #7b6d44;
    background: #574831;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
    text-align: left;
}
.services-tab.is-open .services-tab-menu {
    display: block;
}
.services-tab:hover .services-tab-menu,
.services-tab:focus-within .services-tab-menu {
    display: block;
}
.services-tab-menu a {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #7b6d44;
    color: #f7f6f3;
    font:
        13px "Times New Roman",
        Times,
        serif;
    text-decoration: none;
    white-space: nowrap;
}
.services-tab-menu a:last-child {
    border-bottom: 0;
}
.services-tab-menu a:hover,
.services-tab-menu a:focus-visible {
    background: #d8c696;
    color: #2e2923;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.header-slideshow {
    position: relative;
    width: 828px;
    height: 247px;
    overflow: hidden;
    background: #402d17 url("../images/header/Image 1 at frame 0.jpg") center /
        cover no-repeat;
}
.header-slideshow img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: header-crossfade 15s ease-in-out infinite;
}
.header-slideshow img:nth-child(1) {
    animation-delay: 0s;
}
.header-slideshow img:nth-child(2) {
    animation-delay: 5s;
}
.header-slideshow img:nth-child(3) {
    animation-delay: 10s;
}

@keyframes header-crossfade {
    0%,
    27% {
        opacity: 1;
    }
    33%,
    94% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .header-slideshow img {
        animation: none;
    }
    .header-slideshow img:first-child {
        opacity: 1;
    }
}

@media (max-width: 850px) {
    body {
        background-image: none;
    }
    .mobile-site-header {
        position: sticky;
        z-index: 12000;
        top: 0;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        min-height: 50px;
        background: rgba(64, 45, 23, .38);
        backdrop-filter: blur(14px) saturate(150%);
        -webkit-backdrop-filter: blur(14px) saturate(150%);
        box-shadow: 0 8px 18px rgba(0, 0, 0, .22);
    }
    .mobile-site-brand {
        padding: 12px 14px;
        color: #f8f2b7;
        font: 700 20px/1 Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
        letter-spacing: .12em;
        text-decoration: none;
        text-transform: uppercase;
        text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
    }
    .mobile-menu-button {
        display: grid;
        grid-template-columns: 19px auto;
        align-items: center;
        gap: 3px 7px;
        margin-right: 10px;
        border: 1px solid #aa8b53;
        border-radius: 3px;
        padding: 5px 8px;
        background: #574831;
        color: #f8f2b7;
    }
    .mobile-menu-button span {
        grid-column: 1;
        display: block;
        width: 19px;
        height: 2px;
        background: currentColor;
    }
    .mobile-menu-button strong {
        grid-column: 2;
        grid-row: 1 / 4;
        font: 700 12px Arial, Helvetica, sans-serif;
    }
    .mobile-site-menu {
        position: absolute;
        z-index: 11999;
        top: 100%;
        left: 12px;
        right: 12px;
        display: flex;
        flex-direction: column;
        margin-top: 8px;
        border: 1px solid #aa8b53;
        border-radius: 10px;
        background: #493721;
        box-shadow: 0 14px 28px rgba(0, 0, 0, .35);
        overflow: hidden;
    }
    .mobile-site-menu[hidden] { display: none; }
    .mobile-site-menu a {
        display: flex;
        min-height: 38px;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 8px 14px;
        color: #f8f2b7;
        font: 12px/1.12 Arial, Helvetica, sans-serif;
        text-decoration: none;
        overflow-wrap: anywhere;
    }
    .mobile-site-menu a[aria-current="page"] {
        background: #574831;
        color: #fff;
    }
    .mobile-site-menu a.mobile-site-menu__donate {
        background: #cfbf68;
        color: #34230f;
        font-weight: 700;
        text-transform: uppercase;
    }
    .mobile-site-menu a.mobile-site-menu__donate:hover,
    .mobile-site-menu a.mobile-site-menu__donate:focus-visible {
        background: #e8d789;
        color: #24180c;
    }
    .mobile-header-art {
        position: relative;
        display: block;
        min-height: 128px;
        background:
            linear-gradient(180deg, rgba(111, 90, 69, 0) 0%, rgba(111, 90, 69, 0) 54%, rgba(111, 90, 69, .26) 78%, #6f5a45 100%),
            url("../images/header/Image 1 at frame 0.jpg") center 38% / cover no-repeat;
    }
    body.static-page .mobile-header-art {
        margin-bottom: 12px;
    }
    body.static-page .mobile-header-art::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -12px;
        left: 0;
        height: 12px;
        pointer-events: none;
        background: linear-gradient(180deg, #6f5a45 0%, #705b46 50%, #6f5a45 100%);
    }
    body > .sidebar-donate-form--right,
    .site-footer > .sidebar-donate-form--right,
    .legacy-footer > .sidebar-donate-form--right {
        display: block;
        margin: 0 auto 14px;
    }
    .site-footer {
        padding: 18px 14px 16px;
        border-top: 1px solid rgba(207, 191, 104, .22);
        background: linear-gradient(180deg, #3c2a16 0%, #2d1f11 100%);
    }
    td[background="images/peerbaba_15.jpg"] {
        background-image: none !important;
    }
    td:has(> img[src="images/peerbaba_14.jpg"]),
    td:has(> img[src="images/peerbaba_17.jpg"]) {
        display: none !important;
    }
    .site-footer-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        max-width: 430px;
    }
    .site-footer-links a {
        justify-content: center;
        min-height: 28px;
        padding: 5px 4px;
        font: 11px/1.18 Arial, Helvetica, sans-serif;
        text-align: center;
        text-transform: none;
        white-space: normal;
    }
    .site-footer-links a:not(:last-child)::after,
    .site-footer-links a.site-footer-row-end::after {
        display: none;
    }
    .site-footer-copyright {
        margin-top: 14px;
        font-size: 11px;
        line-height: 1.35;
    }
    .back-to-top-button {
        right: 14px;
        bottom: 14px;
    }
    .header-slideshow,
    .top-menu-row,
    .legacy-header,
    .legacy-left,
    .legacy-right,
    .legacy-menu-box,
    .text-size-control,
    table[height="247"],
    td[width="215"],
    td[width="212"] {
        display: none !important;
    }
    table[width="828"],
    table[width="780"],
    .body_bg {
        width: 100% !important;
        max-width: 100% !important;
    }
    table[width="780"] > tbody,
    table[width="780"] > tbody > tr {
        display: block;
        width: 100%;
    }
    table[width="780"] > tbody > tr:not(:first-child) > td:not([width="353"]) {
        display: none !important;
    }
    td[width="353"] {
        display: block;
        box-sizing: border-box;
        width: 100% !important;
        padding: 0 16px;
    }
    table[width="780"] > tbody > tr:first-child {
        display: none;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .text,
    .style3,
    .footerlinks,
    .style1,
    .nav {
        line-height: 1.4 !important;
    }
    .whiteheading { line-height: 1.25 !important; }
    body.static-page td.whiteheading {
        width: 100% !important;
        box-sizing: border-box;
        text-align: center !important;
    }
    body.static-page td.whiteheading > .whiteheading {
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center !important;
    }
}
