:root,[data-bs-theme=light] {
    --bs-primary: #172b41;
    --bs-secondary: #908477;
    --bs-success: #91c07d;
    --bs-info: #31a7b0;
    --bs-warning: #bbca4a;
    --bs-danger: #8d011e;
    --bs-light: #f2f3f5;
    --bs-dark: #0f1924;
    --bs-primary-rgb: 23, 43, 65;
    --bs-secondary-rgb: 117,117,118;
    --bs-success-rgb: 145,192,125;
    --bs-info-rgb: 49,167,176;
    --bs-warning-rgb: 187,202,74;
    --bs-danger-rgb: 141,1,30;
    --bs-light-rgb: 242,243,245;
    --bs-dark-rgb: 15, 25, 36;
    --bs-primary-text-emphasis: #0f3b2d;
    --bs-secondary-text-emphasis: #2f2f2f;
    --bs-success-text-emphasis: #3a4d32;
    --bs-info-text-emphasis: #144346;
    --bs-warning-text-emphasis: #4b511e;
    --bs-danger-text-emphasis: #38000c;
    --bs-light-text-emphasis: #5c5c5d;
    --bs-dark-text-emphasis: #5c5c5d;
    --bs-primary-bg-subtle: #d4e9e2;
    --bs-secondary-bg-subtle: #e3e3e4;
    --bs-success-bg-subtle: #e9f2e5;
    --bs-info-bg-subtle: #d6edef;
    --bs-warning-bg-subtle: #f1f4db;
    --bs-danger-bg-subtle: #e8ccd2;
    --bs-light-bg-subtle: #f9f9fa;
    --bs-dark-bg-subtle: #a7a8a9;
    --bs-primary-border-subtle: #a8d4c6;
    --bs-secondary-border-subtle: #c8c8c8;
    --bs-success-border-subtle: #d3e6cb;
    --bs-info-border-subtle: #addcdf;
    --bs-warning-border-subtle: #e4eab7;
    --bs-danger-border-subtle: #d199a5;
    --bs-light-border-subtle: #e7ebee;
    --bs-dark-border-subtle: #8e8f90;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: "Inter",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,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 500;
    --bs-body-line-height: 1.5;
    --bs-body-color: #2a2a2a;
    --bs-body-color-rgb: 42,42,42;
    --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(42,42,42,.75);
    --bs-secondary-color-rgb: 42,42,42;
    --bs-secondary-bg: #e7ebee;
    --bs-secondary-bg-rgb: 231,235,238;
    --bs-tertiary-color: rgba(42,42,42,.5);
    --bs-tertiary-color-rgb: 42,42,42;
    --bs-tertiary-bg: #f2f3f5;
    --bs-tertiary-bg-rgb: 242,243,245;
    --bs-heading-color: inherit;
    --bs-link-color: #269370;
    --bs-link-color-rgb: 38,147,112;
    --bs-link-decoration: none;
    --bs-link-hover-color: #1e765a;
    --bs-link-hover-color-rgb: 30,118,90;
    --bs-code-color: #31a7b0;
    --bs-highlight-color: #2a2a2a;
    --bs-highlight-bg: #f1f4db;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #c0c1c2;
    --bs-border-color-translucent: rgba(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,.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0,0,0,.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0,0,0,.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(38,147,112,.25);
    --bs-form-valid-color: #91c07d;
    --bs-form-valid-border-color: #91c07d;
    --bs-form-invalid-color: #8d011e;
    --bs-form-invalid-border-color: #8d011e
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--bs-heading-color);
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0;
}

#inner-header h1 {
   max-width: 80%;
}

p {
    margin-bottom: 1rem;
    margin-top: 0;
    line-height: 1.875;
    font-weight: 300;
}

#hero .container:not(#inner-header) {
    padding: 4rem 2rem 0rem;
    position: relative;
}

#accolades {
  display: none;
}

#hero a:not(.btn):hover {
    color: #ffa62b;
}

a {
    color: var(--bs-primary);
    text-decoration: none;
}

.display-3 {
    font-family: 'Oswald', sans-serif;
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 400;
    line-height: 1.2;
}

#accounting {
  display: none;
}

#hero picture {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 55vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

#services .show-indicators .list-group-item.active:before, #services .show-indicators .list-group-item:hover:before {
    background-color: var(--bs-secondary);
}

.navbar-expand-lg .offcanvas .offcanvas-body {
    justify-content: center;
}

@media screen and (min-width: 1599px) {
   #hero picture {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 45vw;
}
}

#hero picture .demo, #hero picture img {
    max-height: 92%;
    filter: drop-shadow(-5px -3px 16px #121212);
}

.nav-link:focus, .nav-link:hover {
    color: #FFA62B;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ffa62b;
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
}

.bio {
    display: inline-block;
    margin: 1rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid grey;
}

.bio:last-of-type {
  border-bottom: none;
}

.bio img {
  max-width: 200px;
}

#services .card .card-header svg {
    fill: #FFA62B;
    width: 60%;
}

#newsletter .form-group {
   margin: 10px 0;
}

#services .card .card-header .arrow {
    align-items: center;
    background-color: var(--bs-gray-200);
    bottom: 0;
    color: #FFA62B;
    display: flex;
    justify-content: center;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: var(--after-size);
}

#page-body li {
  font-weight: 300;
  line-height: 1.875;
}

#page-body a {
    font-weight: 700;
}

#hero .text-primary {
    --bs-primary-rgb: 255, 166, 43;
}

#ancillary-menu .nav-link {
    border: 0;
    color: var(--bs-primary);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ffa62b;
    --bs-btn-hover-border-color: #ffa62b;
    --bs-btn-focus-shadow-rgb: 71,163,133;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #285c5a;
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #269370;
    --bs-btn-disabled-border-color: #269370;
    --bs-btn-border-color: var(--bs-secondary);
}

main .cta {
    background-color: #928377;
    color: var(--bs-white);
}

.navbar-brand img {
    max-width: 300px;
    width: 100%;
}

#reviews {
  display: none;
}

#footer .permaCopy .h5, #footer .permaCopy h5 {
    color: #0f1924;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

#footer .show-indicators .nav-link {
    font-weight: 500;
    color: var(--bs-primary);
    padding-left: 0;
    position: relative;
}