body {
    font-family: 'proxima-nova', sans-serif;
    color: var(--secondary);
    font-size: 1.3rem;
    font-weight: 300;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

h2, .h2 {
    font-size: 3rem;
}

.btn {
    letter-spacing: 1px;
}
.btn-lg {
    padding: 1rem 2rem;
    font-size: 1rem;
    text-transform: uppercase;
}

.bg-lighter {
    background-color: #f8f8f8 !important;
}

#navbar-content .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    color: black;
    letter-spacing: 1px;
}
#navbar-content .btn {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 1rem 2rem;
}
#navbar-content .navbar-nav {
    flex-wrap: wrap;
}

nav.navbar {
    background-color: white;
    z-index: 100;
    font-size: 1rem;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
}

nav.navbar .navbar-brand img {
    height: 5rem;
    transition: height 0.3s ease-in-out;
}
nav.navbar.scrolled .navbar-brand img {
    height: 3.5rem;
}

#mobile_menu {
    padding-left: 0;
    position: fixed;
    background: var(--secondary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #171717;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: all 0.5s ease-in;
    transform: translateY(-100%);
}
#mobile_menu li {
    padding-left: 0;
    list-style: none
}
#mobile_menu a {
    color: white;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

#mobile_menu.active {
    transition: all 0.25s ease-in;
    transform: translateY(0);
}

.container-custom {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
}

.v-margin {
    margin-top: 100px;
    margin-bottom: 100px;
}
.v-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-underline {
    text-decoration: underline;
}

.font-light {
    font-weight: 300 !important;
}
.font-semibold {
    font-weight: 600 !important;
}

.contact-links a {
    color: var(--dark);
}

#footer-nav li {
    margin-bottom: 1rem;
}
#footer-nav li a, footer .btn {
    font-weight: 300;
    letter-spacing: 1px;
}
#footer-bottom a:not(.btn) {
    color: var(--light);
}
#footer-bottom .btn {
    padding: 0.75rem 1.5rem;
}
footer h3 {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 300 !important;
}
footer {
    font-weight: 300;
    font-size: 1.1rem;
}

#footer-email input, #footer-email button {
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom: 1px solid var(--secondary);
    border-radius: 0;
}
#footer-email input {
    height: 2.5rem;
    padding: 1rem 0.5rem;
    background: transparent;
}

#home-slider .slide {
    position: relative;
}
#home-slider .slide:before {
    content: '';
    background: rgb(0,0,0);
    background: linear-gradient(200deg, rgba(0,0,0,0) 0%, rgba(8,20,37,0.5) 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#home-slider .slide-title {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 400;
    font-style: italic;
    color: white;
    text-align: center;
    text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.29);
}
#home-slider .slide-subtitle {
    color: white;
    font-size: 1.25rem;
    text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
    text-align: center;
    margin-bottom: 1rem;
}
#home-slider .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 70vw;
}
#home-slider .slide-img {
    width: 100vw;
    height: 80vh;
    object-fit: cover;
}
#home-slider .slide-cta {
    margin-top: 3rem;
    text-align: center;
}
#home-slider .slick-dots {
    bottom: 1rem !important;
}
#home-slider .slick-dots li button::before {
    font-size: 16px;
    content: '◆';
}
#home-slider .slick-dots li.slick-active button::before {
    color: var(--light);
}
#home-slider .slick-dots li button::before {
    color: var(--light);
}

.offer-box div {
    font-weight: 400;
    padding: 1.25rem;
    padding-bottom: 1.5rem;
    text-align: center;
    background-color: var(--secondary);
    color: white;
}

.small-with-outline {
    font-family: 'proxima-nova', sans-serif;
    font-weight: normal;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid var(--primary);
}

#explore-services h3, #explore-services p {
    font-size: 1.4rem;
}
#explore-services p {
    font-weight: 300;
}
#explore-services img {
    width: 100%;
}

#project-collage-row-1, #home-collage-row-2 {
    display: flex;
    gap: 1rem;
}
#project-collage-row-1 > *, #home-collage-row-2 > * {
    object-fit: cover;
    width: 100%;
    height: 45vh;
}
#project-collage-row-1 > *:nth-child(1) {
    flex: 28;
}
#project-collage-row-1 > *:nth-child(2) {
    flex: 12;
}
#project-collage-row-1 > *:nth-child(3) {
    flex: 18;
}
#project-collage-row-1 > *:nth-child(4) {
    flex: 12;
}
#home-collage-row-2 > *:nth-child(1) {
    flex: 33;
}
#home-collage-row-2 > *:nth-child(2) {
    flex: 13;
}
#home-collage-row-2 > *:nth-child(3) {
    flex: 26;
}

#testimonials-text p {
    font-weight: 300;
}

.testimonial-name {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

label {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.form-control {
    height: 3.5rem;
    background-color: var(--light) !important;
    border: 0;
    border-radius: 0;
}

#service-areas-ul {
    columns: 2;
}

#service-collage img {
    object-fit: cover;
    width: 100%;
    height: 45vh;
}

.timelinecontain {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.timelinecontain.showcontainer {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.years-nav h3 {
    font-family: 'proxima-nova', sans-serif;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 1em;
    padding-bottom: 8px;
    letter-spacing: 1px;
    opacity: 0.3;
    transition: all 0.5s ease-in-out;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.years-nav.active h3 {
    border-bottom: 3px solid var(--primary);
    opacity: 1;
}

.tl-next {
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    letter-spacing: 1px;
    font-size: 0.8em;
    cursor: pointer;
    margin-top: 2.5em;
}

.tl-next i, .tl-prev i {
    font-size: 1.65em;
    margin-left: 10px;
}

.tl-next.last i, .tl-prev.last i   {
    font-size: 1.65em;
    margin-left: 0;
    margin-right: 10px;
}

#faqs-list > div {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--dark);
}
#faqs-list [data-bs-toggle="collapse"] {
    color: var(--dark);
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2rem;
}
#faqs-list [data-bs-toggle="collapse"] div {
    position: relative;
    padding-right: 20%;
}
#faqs-list [data-bs-toggle="collapse"] div:before {
    position: absolute;
    color: var(--primary);
    content: '\f068';
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 800;
    font-size: 1rem;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#faqs-list [data-bs-toggle="collapse"].collapsed div:before {
    content: '\f067';
}
#faqs-list .collapse a {
    text-decoration: underline;
}

#faqs .collapse:not(.show) + div {
    border-bottom: 1px solid #707070;
    opacity: 0.25;
}

.testimonial-item {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--light);
}

.gallery-item {
    /* I didn't sign up for this kind of math */
    /* 3 = number of columns */
    /* 20px = total gutter (2 x 10px) */
    width: calc((100% / 3) - (20px / 3));
    margin-bottom: 10px;
}
.gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

[data-visible="false"] {
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
}

[data-visible="true"] {
    opacity: 1;
    visibility: visible;
}

#services-top {
    position: relative;
}
#services-top > * {
    position: relative;
    z-index: 2;
}
#services-top:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 200px;
    bottom: 0;
    background-color: var(--light);
    z-index: 1;
}
#services-top:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    height: 200px;
    width: 1px;
    background-color: var(--dark);
    z-index: 1;
}

#services-list > div {
    display: flex;
    flex-direction: column;
}
#services-list > div a {
    margin-top: auto;
}

table.table th, table.table td {
    font-weight: 300;
    font-size: 1.1rem;
    vertical-align: middle;
    padding: 1.5rem 2rem;
}
table.table th {
    background-color: var(--secondary);
    color: white;
}
table.table td {
    background-color: white;
    color: var(--secondary);
}

.top-gray-bottom-white {
    position: relative;
}
.top-gray-bottom-white:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    content: '';
    background-color: var(--light);
    z-index: 1;
}
.top-gray-bottom-white > * {
    position: relative;
    z-index: 2;
}

#mobile_menu .nav-item .collapse, #mobile_menu .nav-item .collapsing {
    columns: 2;
    gap: 2rem;
}
#mobile_menu .nav-item .collapse a, #mobile_menu .nav-item .collapsing a {
    font-size: 1rem;
    display: block;
    margin-bottom: 0.5rem;
}
#mobile_menu [data-bs-toggle="collapse"] {
    position: relative;
}
#mobile_menu [data-bs-toggle="collapse"]:after {
    color: white;
    content: '\f068';
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 800;
    font-size: 1rem;
    top: 50%;
    right: -0.5rem;
    transform: translateY(-50%);
    position: absolute;
}
#mobile_menu [data-bs-toggle="collapse"].collapsed:after {
    content: '\f067';
}

@media (max-width: 772px) {
    body {
        font-size: 1.1rem;
    }

    .v-margin {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .v-padding {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #services-top:before {
        top: 4rem;
    }

    #services-top:after {
        height: 4rem;
    }

    h2, .h2 {
        font-size: 1.5rem;
    }
    h3, .h3 {
        font-size: 1.25rem;
    }

    #home-slider .slide-content {
        max-width: unset;
        width: 90vw;
    }

    #home-slider .slide-title {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    #home-slider .slide-img {
        height: 50vh;
    }

    #home-slider .slide-cta {
        margin-top: 1rem;
    }

    .testimonial-item {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    table.table th, table.table td {
        padding: 1rem 1rem;
    }

    #home-slider .slide-subtitle {
        display: none;
    }
}