@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Patrick+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Delius&display=swap');

.open-sans-body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
	color:white !important;
}
.patrick-hand-regular {
  font-family: "Delius", cursive; /*Patrick Hand*/
  font-weight: 600;
  font-style: normal;
	color:white !important;
}
:root,
[data-bs-theme=light] {
  --bs-blue: #007bff;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #ff7851;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffce67;
  --bs-green: #56cc9d;
  --bs-teal: #20c997;
  --bs-cyan: #6cc3d5;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #888;
  --bs-gray-dark: rgb(38, 34, 35);
  --bs-gray-100: #EDEDED;
  --bs-gray-200: #f7f7f9;
  --bs-gray-300: #eceeef;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #aaa;
  --bs-gray-600: #888;
  --bs-gray-700: #5a5a5a;
  --bs-gray-800: rgb(38, 34, 35);
  --bs-gray-900: #212529;
  --bs-primary: rgb(118, 166, 70);
  --bs-secondary: rgb(199, 120, 117);
  --bs-success: rgb(118, 166, 70);
  --bs-info: rgb(55, 166, 240);
  --bs-warning: rgb(152, 191, 69);
  --bs-danger: rgb(195, 82, 114);
  --bs-light: #EDEDED;
  --bs-dark: rgb(38, 34, 35);
  --bs-primary-rgb: rgb(118, 166, 70);
--bs-secondary: rgb(199, 120, 117);
--bs-success: rgb(118, 166, 70);
--bs-info: rgb(55, 166, 240);
--bs-warning: rgb(152, 191, 69);
--bs-danger: rgb(195, 82, 114);
--bs-light: rgb(237, 237, 237);
--bs-dark: rgb(38, 34, 35);
  --bs-primary-text-emphasis: #2f421c;
  --bs-secondary-text-emphasis: #50302f;
  --bs-success-text-emphasis: #2f421c;
  --bs-info-text-emphasis: #164260;
  --bs-warning-text-emphasis: #3d4c1c;
  --bs-danger-text-emphasis: #4e212e;
  --bs-light-text-emphasis: #5a5a5a;
  --bs-dark-text-emphasis: #5a5a5a;
  --bs-primary-bg-subtle: #e4edda;
  --bs-secondary-bg-subtle: #f4e4e3;
  --bs-success-bg-subtle: #e4edda;
  --bs-info-bg-subtle: #d7edfc;
  --bs-warning-bg-subtle: #eaf2da;
  --bs-danger-bg-subtle: #f3dce3;
  --bs-light-bg-subtle: #f6f6f6;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #c8dbb5;
  --bs-secondary-border-subtle: #e9c9c8;
  --bs-success-border-subtle: #c8dbb5;
  --bs-info-border-subtle: #afdbf9;
  --bs-warning-border-subtle: #d6e5b5;
  --bs-danger-border-subtle: #e7bac7;
  --bs-light-border-subtle: #f7f7f9;
  --bs-dark-border-subtle: #aaa;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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: 1.2rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --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: #f7f7f9;
  --bs-secondary-bg-rgb: 247, 247, 249;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #EDEDED;
  --bs-tertiary-bg-rgb: 237, 237, 237;
  --bs-heading-color: #000;
  --bs-link-color: #ffffff;
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #5e8538;
  --bs-link-hover-color-rgb: 94, 133, 56;
  --bs-code-color: #e83e8c;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff5e1;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #eceeef;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --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(118, 166, 70, 0.25);
  --bs-form-valid-color: rgb(118, 166, 70);
  --bs-form-valid-border-color: rgb(118, 166, 70);
  --bs-form-invalid-color: rgb(195, 82, 114);
  --bs-form-invalid-border-color: rgb(195, 82, 114);
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #eceeef;
  --bs-body-color-rgb: 236, 238, 239;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(236, 238, 239, 0.75);
  --bs-secondary-color-rgb: 236, 238, 239;
  --bs-secondary-bg: rgb(38, 34, 35);
  --bs-secondary-bg-rgb: 38, 34, 35;
  --bs-tertiary-color: rgba(236, 238, 239, 0.5);
  --bs-tertiary-color-rgb: 236, 238, 239;
  --bs-tertiary-bg: #242426;
  --bs-tertiary-bg-rgb: 36, 36, 38;
  --bs-primary-text-emphasis: #adca90;
  --bs-secondary-text-emphasis: #ddaeac;
  --bs-success-text-emphasis: #adca90;
  --bs-info-text-emphasis: #87caf6;
  --bs-warning-text-emphasis: #c1d98f;
  --bs-danger-text-emphasis: #db97aa;
  --bs-light-text-emphasis: #EDEDED;
  --bs-dark-text-emphasis: #eceeef;
  --bs-primary-bg-subtle: #18210e;
  --bs-secondary-bg-subtle: #281817;
  --bs-success-bg-subtle: #18210e;
  --bs-info-bg-subtle: #0b2130;
  --bs-warning-bg-subtle: #1e260e;
  --bs-danger-bg-subtle: #271017;
  --bs-light-bg-subtle: rgb(38, 34, 35);
  --bs-dark-bg-subtle: #131112;
  --bs-primary-border-subtle: #47642a;
  --bs-secondary-border-subtle: #774846;
  --bs-success-border-subtle: #47642a;
  --bs-info-border-subtle: #216490;
  --bs-warning-border-subtle: #5b7329;
  --bs-danger-border-subtle: #753144;
  --bs-light-border-subtle: #5a5a5a;
  --bs-dark-border-subtle: rgb(38, 34, 35);
  --bs-heading-color: inherit;
  --bs-link-color: #adca90;
  --bs-link-hover-color: #bdd5a6;
  --bs-link-color-rgb: 173, 202, 144;
  --bs-link-hover-color-rgb: 189, 213, 166;
  --bs-code-color: #f18bba;
  --bs-highlight-color: #eceeef;
  --bs-highlight-bg: #665229;
  --bs-border-color: #5a5a5a;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #9ae0c4;
  --bs-form-valid-border-color: #9ae0c4;
  --bs-form-invalid-color: #ffae97;
  --bs-form-invalid-border-color: #ffae97;
}/* NAV UNDERLINE  */
.navbar-nav .nav-link {
    position: relative;
    display: inline-block;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
/*  height: 4px; 
    background: #262223; 
    bottom: -2px; 
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease;
*/
	font-family: "Patrick Hand", cursive;
    font-weight: 600;
    font-style: normal;
}

.navbar-nav .nav-link {
    text-decoration: none; /* Ensure no underline */
    border-bottom: none; /* Ensure no border on hover */
}

.navbar-nav .nav-link:hover {
    text-decoration: none; /* No underline on hover */
    border-bottom: none; /* Remove border animation on hover */
}
.dropdown-menu .dropdown-item {
    font-size: 1.5rem;
}

/*.navbar-nav .nav-link:hover::after {
    width: 100%;
}*/

/*  ACCORDION & CAROUSEL */

#factsheetAccordion .accordion-button,
#factsheetAccordion .accordion-collapse {
    border-radius: 0; /* Removes rounded corners */
}

#headingOne .accordion-button { background-color: #447DD1; color: white;  padding-top:10px; padding-bottom:10px }
#headingTwo .accordion-button { background-color: #C77875; color: white;  padding-top:10px; padding-bottom:10px }
#headingThree .accordion-button { background-color: #424D32; color: white;  padding-top:10px; padding-bottom:10px }
#headingFour .accordion-button { background-color: #738C61; color: white;  padding-top:10px; padding-bottom:10px }

#factsheetAccordion .accordion-button::after {
    /* Override the default arrow color */
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.7); /* Black background with 70% opacity */
  bottom: 0; /* Align to the bottom of the carousel item */
  left: 0;
  right: 0;
  padding: 10px; /* Adjust padding as needed */
}
/* Navigation for Mobile */

/* Custom responsive font size */


@media (max-width: 576px) { /* For small screens (sm) and below */
    .fs-2 {
        font-size: 3rem; /* Adjust for mobile */
    }
}
