:root,
[data-bs-theme=light] {
    --bs-blue: #74886A;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #74886A;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: open-sans, sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000000;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #FDFAF7;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-link-color: #458923;
    --bs-link-color-rgb: 69, 137, 35;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #2C700A;
    --bs-link-hover-color-rgb: 44, 112, 10;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
    --bs-heading-color: #121212;
}

/* general */
a {
    transition: all .2s;
}

/* utility */
.font-arial {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.font-ffmsp {
    font-family: ff-meta-serif-web-pro, serif;
}

.font-open-sans {
    font-family: open-sans, sans-serif;
}

.btn-custom {
    --bs-btn-color: #fff;
    --bs-btn-bg: #74886A;
    --bs-btn-border-color: #74886A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5B6F51;
    --bs-btn-hover-border-color: #5B6F51;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5B6F51;
    --bs-btn-active-border-color: #5B6F51;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.link-custom {
    color: #ACD09A;
    text-decoration-color: #ACD09A;
}

.link-custom:hover {
    color: #93B781;
    text-decoration-color: #93B781;
}

body {
    padding-top: 100px;
}

.anchor {
    scroll-margin-top: 100px;
}

@media (min-width: 768px) {
    body {
        padding-top: 69px
    }
    .anchor {
        scroll-margin-top: 100px;
    }
}

/* header */
header {
    background-image: url(/assets/img/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
}

header .nav-link:not(.active) {
    color: #ffffff;
    text-decoration-color: transparent;
}

header .nav-link.active {
    text-decoration: underline;
}

header .nav-link:hover, header .nav-link.active {
    color: #ACD09A;
    text-decoration-color: #ACD09A;
}

.home-hero .container-bg {
    background-image: url(/assets/img/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.home-hero .text,.home-hero .text-alt {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .home-hero .text {
        padding-left: 20%;
        padding-right: 0;
    }
}

.home-hero h1, .section-2 h1 {
    font-size: 48.6px;
    font-size: clamp(48.6px, 4vw, 60px);
}

.home-hero h2 {
    font-size: 40.5px;
    font-size: clamp(40.5px, 4vw, 50px);
}

.home-hero h3, .section-2 h2, .section-3 h2, .section-4 h2, .section-5 h2, .section-6 h2 {
    font-size: 29.16px;
    font-size: clamp(29.16px, 4vw, 36px);
}

.home-hero h4, .section-2 h3, .section-3 h3 {
    font-size: 14px;
    font-weight: bold;
}

.section-2 {
    background-image: url(/assets/img/black-texture.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-2 .media-img {
    width: 8em;
}

.section-2 .media-text, .section-2 h3.read-more {
    font-size: 20px;
}

.section-2 .text-source {
    font-size: 12px;
}

.section-2 .paper-callout {
    background-image: url(/assets/img/paper-texture-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.section-2 hr {
    border-color: #FDFAF7;
    border-width: 2px;
    opacity: 1;
    width: 60%;
}

.section-3 .talk-card {
    border: 1px #707070 solid;
    border-radius: 10px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.section-3 .talk-card img {
    width: 50%;
}

@media (min-width: 768px) {
    .section-3 .talk-card img {
        width: 90%;
    }
}

@media (min-width: 992px) {
    .section-3 .talk-card img {
        width: 75%;
    }
}

.section-3 .container-bg {
    background-image: url(/assets/img/hero-bg.png);
    background-repeat: no-repeat;
    background-position: -88px top;
}

@media (max-width: 1199px) {
    .section-3 .container-bg {
        background-position: right center;
    }
}

.section-3 h3.coping-skill {
    font-size: 19.44px;
    font-size: clamp(19.44px, 4vw, 24px);
}

.section-5 {
    margin-top: 7em;
    margin-bottom: 4em;
}

.section-5 .container-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

@media (min-width: 768px) {
    .section-5 .container-bg {
        background-image: url(/assets/img/bg-cardboard.png);
        filter: drop-shadow(5px 5px 11px #CDCDCD);
    }
}

.section-5 img {
    width: 4em;
    transform: scale(1.5);
}

.page-resources .section-5 .container-bg {
    padding-bottom: 10rem;
}

@media (max-width: 767px) {
    .page-resources .section-5 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .page-resources .section-5 img {
        transform: scale(1);
        margin: 0 auto;
    }
    .page-resources .section-5 .container-bg {
        padding-bottom: 0;
    }
}

footer {
    background-image: url(/assets/img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    font-size: 12px;
}

footer img {
    width: 210px;
}