:root {
    --primary: #9a5ca5;
    --primary-accent: #aaa;
    --primary-glow: color(from var(--primary) srgb r g b / 0.25);
    --primary-text: #ededed;
    --secondary: #2a2a2a;
    --secondary-accent: #9a5ca5;
    --secondary-text: #ededed;
    --tertiary: #7cab4d;
    --canvas: #ededed;
    --background: #f8f8f8;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--tertiary);
    --bs-btn-border-color: var(--tertiary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--tertiary);
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--tertiary);
    --bs-btn-active-border-color: #var(--tertiary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--tertiary);
    --bs-btn-disabled-border-color: var(--tertiary);
}

.popover {
    --bs-popover-header-bg: var(--primary);
    --bs-popover-header-color: var(--primary-text);
    --bs-popover-border-radius: 1px;
    --bs-popover-inner-border-radius: 1px;
    box-shadow: 0px 0px 12px -1px var(--primary-glow);
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: var(--canvas);
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}
strong {
    font-weight: 400;
}
img.inline {
    height: 1lh;
    width: auto;
}
img.reactive {
    width: 100%;
    height: auto;
}

.navbar {
    margin-bottom: 2rem;
}

.title {
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.title::before, .title::after {
    color: var(--tertiary);
    content: '▢';
    margin: 0 0.5rem;
    font-weight: 400;
}

.header {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.about-card, .service-card {
    position: relative;
}

.about-card::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 5%;
    bottom: 15%;
    left: -4em;
    width: 20em;
    background: transparent url(assets/about-shape.png) no-repeat left center;
    background-size: cover;
    opacity: 50%;
    transform: rotate(10deg);
}
.about-header {
    margin-bottom: 1rem;
}
.about-image {
    padding: 2rem;
}
.about-content {
    font-weight: 200;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}

.checklist li {
    margin-top: 0.5lh;
    font-weight: 400;
}
.checklist em {
    font-style: normal;
    font-weight: 200;
}
.fa-li {
    color: var(--primary);
}

.about-card {
    border: 1px solid var(--primary-accent);
    border-radius: 1px;
    padding: 2rem;
    background-color: var(--background);
}

.service-card {
    padding: 2rem;
    background-color: var(--background);
    box-shadow: 0px 0px 12px -1px var(--primary-glow);
}

.service-image {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    color: var(--primary);
    font-size: 200%;
}

.service-content {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    justify-items: start;
    align-items: start;
}

.band.light {
    background: var(--background);
    padding: 1rem;
}

.marquee { 
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.marquee .header {
    text-align: center;
}

.marquee .header:not(.first) {
    border-top: 1px solid var(--tertiary);
    padding-top: 2rem;
    margin-top: 2rem;
}

.marquee-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.marquee-items img {
    flex: 0;
    display: block;
    width: auto;
    height: 4em;
    cursor: pointer;
}

.marquee-items img svg {
    stroke: #fff;
}

@media (min-width: 992px) {
    .call-to-action {
        position: relative;
        height: 17rem;
        top: 10rem;
    }
        
    .cta-above {
        margin-bottom: -7.5rem;
    }
    
    .cta-below {
        padding-top: 7rem !important;
    }
}

.call-to-action {
    display: flex;
    flex-direction: column;
    background: var(--primary);
    color: var(--primary-text);
    padding: 2rem;
    margin-bottom: 2rem;
}

.call-to-action .title {
    color: var(--primary-text);
    flex: 0;
}

.call-to-action .content {
    flex: 1;
    align-self: center;
    justify-self: center;
}

.call-to-action .body {
    margin-bottom: 1rem;
}

.cta-form {
    display: flex;
    gap: 1rem;    
    margin-bottom: 1rem;
}

.cta-form > * {
    flex: 1;
    width: 40%;
    border-radius: none !important;
}

.footer {
    background-color: var(--secondary);
    background-repeat: no-repeat, no-repeat;
    background-image: url(/assets/footer-tr.png), url(/assets/footer-bl.png);
    background-position: right top, left bottom;
    color: var(--secondary-text);
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.footer .footer-body {
    font-weight: 200;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: end;
}

.footer .footer-contact {
    font-weight: 200;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.footer a {
    color: var(--secondary-text);
    text-decoration: none;
}

.light-section {
    padding: 2rem 0;
    background-color: var(--background);
}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.service-img {
    background-color: var(--background);
    padding: 1rem;
}

.row.services > div {
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .service-img.left {
        border-right: 1px solid var(--tertiary);
    }
    
    .service-img.right {
        border-left: 1px solid var(--tertiary);
    }

    .row.services > div:first-child {
        padding-right: 2rem;
        border-right: 1px solid var(--tertiary);
    }

    .row.services > div:last-child {
        padding-left: 2rem;
    }
}

.about-nexarc {
    float: left; 
    width: 10rem;
    margin-right: 2rem
}

.about-joshua {
    float: right; width: 16rem; margin-left: 2rem;    
    border: 1px solid var(--tertiary);
}