:root {
	--bs-gray: #d9d9d9;
	--bs-primary: #34487d;
	--bs-secondary: #9d9d9d;
	--bs-light: #f2f2f2;
	--bs-dark: #1d2b58;
	--bs-tertiary: #887579;
	--bs-primary-rgb: 52, 72, 125;
	--bs-secondary-rgb: 186, 168, 100;
	--bs-light-rgb: 246, 246, 246;
	--bs-dark-rgb: 29, 43, 88;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-rgb: 129, 129, 129;
	--bs-font-sans-serif: "Open Sans", sans-serif;
	--bs-gradient: linear-gradient(135deg, #0e8989, #1b5757);
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 17px;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.75;
	--bs-body-color: #2b3232;
	--bs-body-bg: #fff;
	--bs-border-radius: 0px;
	--byf-header-font: "Open Sans", sans-serif;
	--hcm-font-size: 18px;
	--hcm-font-weight: 500;
	--hcm-primary-dark: #1b5757;
	--hcm-secondary-dark: #d88f50;
	--hcm-pop: #f7c69f;
	--hcm-body-color: #1c1f1f;
  }
  



#hero {
    color: rgb(252, 240, 231);
    position: relative;
    background: var(--bs-dark);
    padding: 2rem 0px 0px;
}

#industries .split-bg {
    background-image: url(/site_images/GettyImages-2215022062-_1_-1-1.webp);
}

#index .split-bg {
    background-image: url(/site_images/GettyImages-1868911343-_1_-1-1.webp);
}

.nav-link {
    color: #444;
}

#inner-content img {
    max-width: 400px;
}

button#hc-toggle {
    display: none;
}

#topbar ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 auto;
    align-items: flex-end;
    padding: 0;
    flex-wrap: wrap;
    list-style: none;
    max-width: 40%;
}

#footer h4 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    color: #fff;
}


#services-overview {
    padding: 3rem 0;
}

#inner-hero h1 {
    font-size: 2.5rem;
    color: var(--bs-light);
    padding-left: 1.5rem;
}

.btn-secondary {
    color: var(--bs-dark);
    background: #fff;
    border-color: #fff;
}
 


.nav-item:last-of-type .nav-link {
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 1rem;
    color: #fff;
    background: var(--bs-dark);
    padding: 0.75rem 2.125rem;
}


  #hero .testimonial {
	background: var(--bs-primary);
         position: absolute;
        bottom: 0;
       max-width: 33%;
  }

#hero .testimonial p {
    color: var(--bs-black);
    font-size: 0.925rem;
}

#affiliates .container {
    justify-content: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#affiliates .affiliate {
    max-width: none;
    margin: 1rem 2rem;
    max-height: 150px;
}