:root {
  --body-font-family: "Open Sans", "Arial", sans-serif;
  --body-heading-font-family: "Anton" ,sans-serif;
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-color: #212529;
  --body-color-rgb: 33, 37, 41;
  --body-bg: #fff;
  --body-bg-rgb: 255, 255, 255;
  --heading-color: inherit;
  --link-color: #0d6efd;
  --link-color-rgb: 13, 110, 253;
  --link-decoration: underline;
  --link-hover-color: #0a58ca;
  --link-hover-color-rgb: 10, 88, 202;
}
*, *::before, *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  src: url(/css/fonts/open-sans-v40-latin-regular.woff2) format("woff2")
}
@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  src: url(/css/fonts/open-sans-v40-latin-300.woff2) format("woff2")
}
@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 500;
  src: url(/css/fonts/open-sans-v40-latin-500.woff2) format("woff2")
}
@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  src: url(/css/fonts/open-sans-v40-latin-600.woff2) format("woff2")
}
@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  src: url(/css/fonts/open-sans-v43-latin-700.woff2) format("woff2")
}
@font-face {
  font-display: swap;
  font-family: Oswald;
  font-style: normal;
  font-weight: 400;
  src: url(/css/fonts/oswald-v56-latin-regular.woff2) format("woff2")
}
@font-face {
  font-display: swap;
  font-family: Oswald;
  font-style: normal;
  font-weight: 500;
  src: url(/css/fonts/oswald-v56-latin-500.woff2) format("woff2")
}
@font-face {
  font-display: swap;
  font-family: Oswald;
  font-style: normal;
  font-weight: 600;
  src: url(/css/fonts/oswald-v56-latin-600.woff2) format("woff2")
}
@font-face {
  font-display: swap;
  font-family: Oswald;
  font-style: normal;
  font-weight: 700;
  src: url(/css/fonts/oswald-v56-latin-700.woff2) format("woff2")
}
@font-face {
  font-display: swap;
  font-family: Anton;
  font-style: normal;
  font-weight: 400;
  src: url(/css/fonts/anton-v25-latin-regular.woff2) format("woff2")
}
@font-face {
  font-display: swap;
  font-family: Lora;
  font-style: normal;
  font-weight: 400;
  src: url('/css/fonts/lora-v36-latin-regular.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: Font Awesome\ 6 Free;
  font-style: normal;
  font-weight: 900;
  src: url(/css/webfonts/fa-solid-900.woff2) format("woff2"), url(/css/webfonts/fa-solid-900.ttf) format("truetype")
}
@font-face {
  font-display: swap;
  font-family: Font Awesome\ 6 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(/css/webfonts/fa-brands-400.woff2) format("woff2"), url(/css/webfonts/fa-brands-400.ttf) format("truetype")
}
body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  text-align: var(--body-text-align);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--border-width) solid;
  opacity: 0.25;
}
h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--heading-color);
    font-family: var(--body-heading-font-family);
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol, ul {
  padding-left: 2rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
a {
  color: rgba(var(--link-color-rgb), var(--link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --link-color-rgb: var(--link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
figure {
  margin: 0 0 1rem;
}
img, svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/ ::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
[hidden] {
  display: none !important;
}
:root {
  --gutter: 1rem; /* default gutter */
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --xxl: 1400px;
  --container-sm: 540px;
  --container-md: 720px;
  --container-lg: 960px;
  --container-xl: 1140px;
  --container-xxl: 1320px;
}
/* Containers */
.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: .75rem;
}
.container-fluid {
  width: 100%;
  margin-inline: auto;
  padding-inline: .75rem;
  max-width: none;
}
@media (min-width:576px) {
  .container {
    max-width: var(--container-sm);
  }
}
@media (min-width:768px) {
  .container {
    max-width: var(--container-md);
  }
}
@media (min-width:992px) {
  .container {
    max-width: var(--container-lg);
  }
}
@media (min-width:1200px) {
  .container {
    max-width: var(--container-xl);
  }
}
@media (min-width:1400px) {
  .container {
    max-width: var(--container-xxl);
  }
}
/* Row */
.row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--gutter);
}
/* Column: mobile-first full-width by default */
[class^="col-"], [class*=" col-"] {
  grid-column: span 12;
}
/* Fixed spans */
.col-1 {
  grid-column: span 1;
}
.col-2 {
  grid-column: span 2;
}
.col-3 {
  grid-column: span 3;
}
.col-4 {
  grid-column: span 4;
}
.col-5 {
  grid-column: span 5;
}
.col-6 {
  grid-column: span 6;
}
.col-7 {
  grid-column: span 7;
}
.col-8 {
  grid-column: span 8;
}
.col-9 {
  grid-column: span 9;
}
.col-10 {
  grid-column: span 10;
}
.col-11 {
  grid-column: span 11;
}
.col-12 {
  grid-column: span 12;
}
/* Responsive spans */
@media (min-width:576px) {
  .col-sm-1 {
    grid-column: span 1;
  }
  .col-sm-2 {
    grid-column: span 2;
  }
  .col-sm-3 {
    grid-column: span 3;
  }
  .col-sm-4 {
    grid-column: span 4;
  }
  .col-sm-5 {
    grid-column: span 5;
  }
  .col-sm-6 {
    grid-column: span 6;
  }
  .col-sm-7 {
    grid-column: span 7;
  }
  .col-sm-8 {
    grid-column: span 8;
  }
  .col-sm-9 {
    grid-column: span 9;
  }
  .col-sm-10 {
    grid-column: span 10;
  }
  .col-sm-11 {
    grid-column: span 11;
  }
  .col-sm-12 {
    grid-column: span 12;
  }
}
@media (min-width:768px) {
  .col-md-1 {
    grid-column: span 1;
  }
  .col-md-2 {
    grid-column: span 2;
  }
  .col-md-3 {
    grid-column: span 3;
  }
  .col-md-4 {
    grid-column: span 4;
  }
  .col-md-5 {
    grid-column: span 5;
  }
  .col-md-6 {
    grid-column: span 6;
  }
  .col-md-7 {
    grid-column: span 7;
  }
  .col-md-8 {
    grid-column: span 8;
  }
  .col-md-9 {
    grid-column: span 9;
  }
  .col-md-10 {
    grid-column: span 10;
  }
  .col-md-11 {
    grid-column: span 11;
  }
  .col-md-12 {
    grid-column: span 12;
  }
}
@media (min-width:992px) {
  .col-lg-1 {
    grid-column: span 1;
  }
  .col-lg-2 {
    grid-column: span 2;
  }
  .col-lg-3 {
    grid-column: span 3;
  }
  .col-lg-4 {
    grid-column: span 4;
  }
  .col-lg-5 {
    grid-column: span 5;
  }
  .col-lg-6 {
    grid-column: span 6;
  }
  .col-lg-7 {
    grid-column: span 7;
  }
  .col-lg-8 {
    grid-column: span 8;
  }
  .col-lg-9 {
    grid-column: span 9;
  }
  .col-lg-10 {
    grid-column: span 10;
  }
  .col-lg-11 {
    grid-column: span 11;
  }
  .col-lg-12 {
    grid-column: span 12;
  }
}
@media (min-width:1200px) {
  .col-xl-1 {
    grid-column: span 1;
  }
  .col-xl-2 {
    grid-column: span 2;
  }
  .col-xl-3 {
    grid-column: span 3;
  }
  .col-xl-4 {
    grid-column: span 4;
  }
  .col-xl-5 {
    grid-column: span 5;
  }
  .col-xl-6 {
    grid-column: span 6;
  }
  .col-xl-7 {
    grid-column: span 7;
  }
  .col-xl-8 {
    grid-column: span 8;
  }
  .col-xl-9 {
    grid-column: span 9;
  }
  .col-xl-10 {
    grid-column: span 10;
  }
  .col-xl-11 {
    grid-column: span 11;
  }
  .col-xl-12 {
    grid-column: span 12;
  }
}
@media (min-width:1400px) {
  .col-xxl-1 {
    grid-column: span 1;
  }
  .col-xxl-2 {
    grid-column: span 2;
  }
  .col-xxl-3 {
    grid-column: span 3;
  }
  .col-xxl-4 {
    grid-column: span 4;
  }
  .col-xxl-5 {
    grid-column: span 5;
  }
  .col-xxl-6 {
    grid-column: span 6;
  }
  .col-xxl-7 {
    grid-column: span 7;
  }
  .col-xxl-8 {
    grid-column: span 8;
  }
  .col-xxl-9 {
    grid-column: span 9;
  }
  .col-xxl-10 {
    grid-column: span 10;
  }
  .col-xxl-11 {
    grid-column: span 11;
  }
  .col-xxl-12 {
    grid-column: span 12;
  }
}
/* Row-level autogrids (like .row-cols-*) */
.row-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.row-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.row-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.row-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.row-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.row-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (min-width:576px) {
  .row-cols-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row-cols-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row-cols-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row-cols-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row-cols-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row-cols-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width:768px) {
  .row-cols-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row-cols-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row-cols-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row-cols-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row-cols-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row-cols-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width:992px) {
  .row-cols-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row-cols-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row-cols-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row-cols-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row-cols-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row-cols-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width:1200px) {
  .row-cols-xl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row-cols-xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row-cols-xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row-cols-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row-cols-xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row-cols-xl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width:1400px) {
  .row-cols-xxl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row-cols-xxl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row-cols-xxl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row-cols-xxl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row-cols-xxl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row-cols-xxl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
/* Gutters: g-*, gx-*, gy-* (0..5) */
.g-0 {
  --gutter: 0;
}
.g-1 {
  --gutter: .25rem;
}
.g-2 {
  --gutter: .5rem;
}
.g-3 {
  --gutter: 1rem;
}
.g-4 {
  --gutter: 1.5rem;
}
.g-5 {
  --gutter: 2rem;
}
/* Axis-specific requires sub-variables */
.row {
  --gutter-x: var(--gutter);
  --gutter-y: var(--gutter);
  column-gap: var(--gutter-x);
  row-gap: var(--gutter-y);
}
.gx-0 {
  --gutter-x: 0;
}
.gy-0 {
  --gutter-y: 0;
}
.gx-1 {
  --gutter-x: .25rem;
}
.gy-1 {
  --gutter-y: .25rem;
}
.gx-2 {
  --gutter-x: .5rem;
}
.gy-2 {
  --gutter-y: .5rem;
}
.gx-3 {
  --gutter-x: 1rem;
}
.gy-3 {
  --gutter-y: 1rem;
}
.gx-4 {
  --gutter-x: 1.5rem;
}
.gy-4 {
  --gutter-y: 1.5rem;
}
.gx-5 {
  --gutter-x: 2rem;
}
.gy-5 {
  --gutter-y: 2rem;
}
/* Alignment utilities that work on grid items */
.align-items-start {
  align-items: start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: end;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-end {
  justify-items: end;
}
/* Content distribution (applies to the grid container) */
.justify-content-start {
  justify-content: start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
/* Ordering (grid honors order) */
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.order-0 {
  order: 0
}
.order-1 {
  order: 1
}
.order-2 {
  order: 2
}
.order-3 {
  order: 3
}
.order-4 {
  order: 4
}
.order-5 {
  order: 5
}
.order-6 {
  order: 6
}
.order-7 {
  order: 7
}
.order-8 {
  order: 8
}
.order-9 {
  order: 9
}
.order-10 {
  order: 10
}
.order-11 {
  order: 11
}
.order-12 {
  order: 12
}
/* ========BASE HEADER STYLES ======== */ :root {
  /* Brand / general */
  --brand-padding: 0.5rem 0;
  --navbar-max-width: none;
  /* Skipnav */
  --skipnav-bg: #a11e2a;
  --skipnav-text: #fff;
  --skipnav-padding: 1rem;
  /* Navbar colors */
  --navbar-bg: transparent;
  --navbar-text: #fff;
  --navbar-text-hover: #1e2125;
  --navbar-active-bg: #ccc;
  --navbar-active-text: #fff;
  /* Borders */
  --border-light: #f8f8f8;
  --border-dark: #ebebeb;
  --dropdown-item-border: #e9e9e9;
  /* Toggler */
  --toggler-color: rgba(0, 0, 0, 0.65);
  --toggler-hover: #8a1d00;
  --toggler-bar: #ddd;
  --toggler-size: 28px;
  --toggler-thickness: 3px;
  --toggler-padding: 15px;
  --toggler-float: right;
  /* Links */
  --link-padding: 1rem;
  --link-font-size: 1.25rem;
  /* Dropdowns */
  --dropdown-bg: #fff;
  --dropdown-item-color: #222;
  --dropdown-item-hover-bg: #f3f3f3;
  --dropdown-padding: 1.5rem;
  /* Mega menu */
  --mega-left: 0;
  --mega-right: 0;
  --mega-title-color: #6e6e6e;
  --mega-title-size: 1.5rem;
  --mega-title-weight: 600;
  /* Animation timings */
  --transition-speed: 0.25s;
  --collapse-speed: 0.35s;
}
/* ===================== */
/* Skip Navigation Links */
/* ===================== */
.skipnav {
  background-color: var(--skipnav-bg);
}
.skipnav-list {
  padding: var(--skipnav-padding);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}
.skipnav-link {
  color: var(--skipnav-text);
  display: block;
  padding: 1em;
  text-align: center;
  text-decoration: none;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
  position: absolute !important;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  white-space: nowrap !important;
}
/* ============ */
/* Navbar Core  */
/* ============ */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: var(--navbar-bg);
}
.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-inline: auto;
  max-width: var(--navbar-max-width);
}
.navbar-brand {
  padding: var(--brand-padding);
  text-align: center;
  display: block;
  margin: 0 auto;
}
/* Toggler */
.navbar-toggle-wrapper {
  background: #000;
  padding: 0.5rem 0.25rem;
}
.navbar-toggler {
  font-size: 1.25rem;
  line-height: 1;
  float: var(--toggler-float);
  color: var(--toggler-color);
  background: transparent;
  border: none;
  padding: var(--toggler-padding);
  transition: box-shadow var(--transition-speed) ease-in-out;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  color: var(--toggler-hover);
}
.navbar-toggler .navbar-toggler-icon {
  width: var(--toggler-size);
  height: var(--toggler-thickness);
  background-color: var(--toggler-bar);
  border-radius: 1px;
  display: block;
  transition: all var(--transition-speed);
}
.navbar-toggler .navbar-toggler-icon + .navbar-toggler-icon {
  margin-top: 5px;
}
/* Animated "X" states */
.navbar-toggler .navbar-toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 35%;
}
.navbar-toggler .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler .navbar-toggler-icon:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(1), .navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(3) {
  transform: rotate(0);
}
.navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(2) {
  opacity: 1;
}
/* Collapse */
.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-10px);
  transition: max-height var(--collapse-speed) ease-in-out, opacity var(--transition-speed) ease-in-out, transform var(--transition-speed) ease-in-out;
}
.navbar-collapse.show {
  max-height: 1000px; /* adjust if mega menus grow taller */
  opacity: 1;
  transform: translateY(0);
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* ============== */
/* Navbar Links   */
/* ============== */
.navbar-item {
  position: relative;
}
.navbar-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--link-padding);
  font-size: var(--link-font-size);
  color: var(--navbar-text);
  text-decoration: none;
  border-bottom: 1px solid var(--border-dark);
  border-top: 1px solid var(--border-light);
  transition: color var(--transition-speed), background-color var(--transition-speed), border-color var(--transition-speed);
}
.navbar-link:hover, .navbar-link:focus {
  color: var(--navbar-text-hover);
  background: var(--dropdown-item-hover-bg);
}
.navbar-link.active {
  background-color: var(--navbar-active-bg);
  color: var(--navbar-active-text);
}
.navbar-chev {
  width: 1em;
  height: 1em;
  pointer-events: none;
  transition: transform var(--transition-speed);
}
.navbar-link[aria-expanded="true"] .navbar-chev {
  transform: rotate(180deg);
}
.navbar-link--button {
  /* style for special buttons like Donate */
}
/* ============== */
/* Dropdown Menus */
/* ============== */
.navbar-dropdown {
  display: none;
  background-color: var(--dropdown-bg);
  margin: 0;
  padding: 0;
  list-style: none;
  transform-origin: top center;
  animation: growDown 300ms ease-in-out forwards;
}
.navbar-dropdown.show {
  display: block;
}
.navbar-dropdown-item {
  display: block;
  width: 100%;
  padding: 16px 20px;
  font-size: 1rem;
  font-weight: 400;
  color: var(--dropdown-item-color);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--dropdown-item-border);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-dropdown-item:hover, .navbar-dropdown-item:focus {
  color: var(--navbar-text-hover);
  background-color: var(--dropdown-item-hover-bg);
}
/* ============== */
/* Mega Menu      */
/* ============== */
.navbar-dropdown.navbar-item--dropdown--mega {
  padding: var(--dropdown-padding);
  left: var(--mega-left);
  right: var(--mega-right);
}
.navbar-mega-title {
  margin-bottom: 0.75rem;
  font-size: var(--mega-title-size);
  font-weight: var(--mega-title-weight);
  color: var(--mega-title-color);
}
.navbar-mega-list {
  list-style: none;
  padding: 0;
}
.navbar-mega-link {
  display: block;
  width: 100%;
  padding: 0.25rem;
  font-size: 0.95rem;
  color: var(--dropdown-item-color);
  text-decoration: none;
}
/* ====================== */
/* Animations             */
/* ====================== */
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
/* ============== */
/* Desktop Styles */
/* ============== */
@media (min-width: 992px) {
    .navbar {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: rgb(0,0,0,.02);
	z-index: 9;
}
  .navbar-container {
    max-width:960px
  }
  .navbar-toggle-wrapper {
    display: none;
  }
.navbar-brand {
	padding: 0;
	text-align: center;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 0;
    z-index: 9;
}
  .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    max-height: none !important;
    opacity: 1 !important;
    transform: none !important;
    overflow: visible !important;
  }
  .navbar-nav {
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    position: relative;
  }
  .navbar-link {
    border: none;
  }
  .navbar-item.navbar-item--dropdown:hover > .navbar-dropdown {
    display: block;
  }
  .navbar-item--mega {
    position: static;
  }
  .navbar-dropdown {
    position: absolute;
    z-index: 1000;
  }
  .navbar-item--dropdown--mega .navbar-dropdown {
    left: 0;
    right: 0;
  }
}
@media (min-width:1200px) {
    .navbar-container  {
        max-width: 1140px;
    }
}
@media (min-width:1400px) {
  .navbar-container {
    max-width:1320px
  }
}


/* ================================
   HERO SECTION
   ================================ */ 
:root {
  /* Hero layout */
  --hero-padding: 2rem;
  --hero-height-primary: clamp(330px, 60vw, 500px);;
  --hero-height-secondary: clamp(200px, 60vw, 300px);;
  --hero-max-width: 900px;

  /* Colors */
  --hero-text-color: #fff;
  --hero-overlay: rgba(0, 0, 0, 0.4);
  --hero-title-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  --hero-subtitle-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  --hero-btn-shadow: rgba(0, 0, 0, 0.3);

  /* Typography */
  --hero-title-size: clamp(2rem, 5vw, 3.5rem);
  --hero-subtitle-size: clamp(1.25rem, 3vw, 1.75rem);

  /* CTAs */
  --hero-cta-gap: 1rem;
  --hero-cta-font-size: 1rem;
  --hero-cta-radius: 0.25rem;
  --hero-cta-padding: 0.75rem 1.25rem;
  --hero-cta-primary-bg: #8a1d00;
  --hero-cta-primary-bg-hover: #5e1300;
  --hero-cta-primary-color: #fff;
  --hero-cta-secondary-border: 2px solid #fff;
  --hero-cta-secondary-color: #fff;
  --hero-cta-secondary-bg: transparent;
  --hero-cta-secondary-hover-bg: #fff;
  --hero-cta-secondary-hover-color: #000;

  /* Action button */
  --hero-btn-bg: rgba(0, 0, 0, 0.6);
  --hero-btn-radius: 0.25em;
  --hero-btn-padding: 0.5em 0.75em;
  --hero-btn-size: 1rem;
  --hero-btn-icon-size: 1.5em;
  --hero-btn-focus-outline: 2px solid #fff;
}

/* Core hero */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--hero-text-color);
  overflow: hidden;
  padding: var(--hero-padding);
}
.hero--primary { height: var(--hero-height-primary); }
.hero--secondary { height: var(--hero-height-secondary); }

/* Image background */
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-overlay);
  z-index: 1;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--hero-max-width);
  margin: 0 auto;
}
.hero-title {
  font-size: var(--hero-title-size);
  margin-bottom: 0.25em;
  text-shadow: var(--hero-title-shadow);
}
.hero-subtitle {
  font-size: var(--hero-subtitle-size);
  margin-bottom: 1.25rem;
  text-shadow: var(--hero-subtitle-shadow);
}

/* CTA buttons */
.hero-cta {
  display: flex;
  gap: var(--hero-cta-gap);
  flex-wrap: wrap;
  justify-content: center;
}
.hero-cta a {
  display: inline-block;
  padding: var(--hero-cta-padding);
  border-radius: var(--hero-cta-radius);
  text-decoration: none;
  font-size: var(--hero-cta-font-size);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.hero-cta a.primary {
  background: var(--hero-cta-primary-bg);
  color: var(--hero-cta-primary-color);
}
.hero-cta a.primary:hover {
  background: var(--hero-cta-primary-bg-hover);
  transform: translateY(-3px);
  box-shadow: 0 4px 10px var(--hero-btn-shadow);
}
.hero-cta a.secondary {
  border: var(--hero-cta-secondary-border);
  color: var(--hero-cta-secondary-color);
  background: var(--hero-cta-secondary-bg);
}
.hero-cta a.secondary:hover,
.hero-cta a.secondary:active,
.hero-cta a.secondary:focus {
  background: var(--hero-cta-secondary-hover-bg);
  transform: translateY(-3px);
  box-shadow: 0 4px 10px var(--hero-btn-shadow);
  color: var(--hero-cta-secondary-hover-color);
}

/* Floating button */
.hero-btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: var(--hero-btn-bg);
  border: none;
  color: var(--hero-text-color);
  padding: var(--hero-btn-padding);
  border-radius: var(--hero-btn-radius);
  cursor: pointer;
  font-size: var(--hero-btn-size);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.hero-btn svg {
  width: var(--hero-btn-icon-size);
  height: var(--hero-btn-icon-size);
  fill: currentColor;
}
.hero-btn:focus {
  outline: var(--hero-btn-focus-outline);
  outline-offset: 2px;
}

/* Video variant */
.hero--video {
  position: relative;
  height: var(--hero-height-primary);
    padding: 2rem 1rem 5rem;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--hero-overlay);
  z-index: 1;
}

/* ================================
   MAIN CONTENT BASE
   ================================ */
.main {}

.img-fluid {
    max-width: 100%;
    height: auto;
}
/* Sections */
.section {
  padding-block: 4rem;
}
.section--light {
  background-color: #f9f9f9;
}
.section--dark {
  background-color: #111;
  color: #fff;
}
/* Section headings */
.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 0.5em;
  text-align: center;
}
.section-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  margin-bottom: 2rem;
  text-align: center;
  color: #666;
}
/* Card block (reusable) */
.card {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.card-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.card-text {
  font-size: 1rem;
  color: #555;
}
/* ================================
   FOOTER
   ================================ */
.footer {
  background: #111;
  color: #eee;
  font-size: 0.95rem;
  padding-top: 2rem;
  margin-top: 3rem;
}
.footer-top {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-col {
  margin-bottom: 1.5rem;
}
.footer-logo img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.footer-blurb {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #ccc;
}
/* Social */
.footer-social {
  list-style: none;
  display: flex;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
}
.footer-social a {
  color: #eee;
  font-size: 1.25rem;
  transition: color 0.2s ease;
}
.footer-social a:hover {
  color: #8a1d00;
}
/* Contact */
.footer-heading {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  color: #fff;
}
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: start;
  gap: 0.5rem;
}
.footer-contact a {
  color: #eee;
  text-decoration: none;
}
.footer-contact a:hover {
  text-decoration: underline;
}
/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 0.5rem;
}
.footer-links a {
  color: #eee;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-links a:hover {
  color: #8a1d00;
}
/* Bottom Bar */
.footer-bottom {
  background: #000;
  padding: 1rem 0;
  text-align: center;
}
.footer-bottom p {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  color: #aaa;
}
.footer-legal {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.footer-legal a {
  font-size: 0.85rem;
  color: #aaa;
  text-decoration: none;
}
.footer-legal a:hover {
  color: #fff;
}