body {
    font-family: "Jura", sans-serif;
    font-size: 18px;
}
p {
    line-height: 150%;
}
#content-body p, #content-body li {
    color: rgba(0, 0, 0, 0.81);
}
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1em;
}
h2 {
    font-weight: 600;
}
h3, h4 {
    font-weight: 500;
}
body:not(.index) h2 {
  font-size:calc(1.325rem + 0.9vw) !important
}
body:not(.index) h3 {
  font-size:calc(1.3rem + 0.6vw) !important
}
body:not(.index) h4 {
  font-size:calc(1.275rem + 0.3vw) !important
}

.header-nav .nav-link {
    letter-spacing: 1px;
    font-size: 16px;
}
.index .logo-subtitle {
    color: rgba(255, 255, 255, 0.65);
}
.index .header-nav {
    position: absolute;
    width: 100%;
    background: transparent;
}
.index .header-nav .nav-link {
    filter: invert(1);
}
.index .logo-lettering {
    color: white;
}
.index .navbar-toggler-icon {
    filter: invert(1);
}

.breadcrumbs {
    font-size: 13px;
}
#header-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}
#header-video-overlay {
    height: 100vh;
}
#homepage-title > h1 {
    font-size: 58px;
    font-weight: 600;
}
#homepage-title > * {
    max-width: 625px;
}

.highlight-row {
    background: rgb(108, 117, 125) url("../img/dot-bg.png");
    background-size: 120px;
    background-position: center;
    color: white;
}
.highlight-row h2, .highlight-row h3, .highlight-row h4 {
    color: white;
    margin-top: 0;
}
#front-page-intro img {
    width: 300px;
}
.nodes-bg {
    background-image: url("../img/nodes-bg.png");
    background-repeat: no-repeat;
    background-size: 960px;
}
.nodes-bg-bottom {
    background-position: calc(100% + 480px) calc(100% + 480px);
}
.nodes-bg-top {
    background-position: -480px -480px;
}
#front-page-services .row {
    translate: 25px;
}
#front-page-services .row:nth-child(2n+1) {
    translate: -25px;
}
#front-page-services img {
    max-height: 400px;
}
blockquote {
    font-size: 2rem;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 40px 0;
    margin: 75px 0 !important;
    position: relative;
}
blockquote, blockquote p, blockquote::before, blockquote::after {
    color: #dc3545 !important;
}
blockquote::before, blockquote::after {
    content: "\201C";
    font-size: 200px;
    opacity: 0.1;
    position: absolute;
    height: 150px;
    top: calc(50% - 75px);
    line-height: normal;
}
blockquote::before {
    left: 0;
}
blockquote::after {
    transform: rotate(180deg);
    right: 0;
}
blockquote p {
    margin: 1em 0;
}
.post-card {
    width: 33.33%;
    aspect-ratio: 1;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
    background-image: url("../img/card-bg.png");
    background-position: left;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: end;
    flex-grow: 1;
}
.post-card h5 {
    letter-spacing: 1px;
    font-size: 12px;
}
.post-card p {
    line-height: normal;
    font-size: 90%;
}
.post-card:nth-child(2) {
    background-position: center;
}
.post-card:last-child {
    background-position: right;
}
.media-text, .post-card, #content-body .divider-img img, #content-body .floated-img {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}
.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
#contact-row {
    height: 400px;
    background-color: rgba(255, 255, 255, 0.8);
}
#team-bg {
    background-image: url("../img/team.jpg");
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
}
.footer {
    font-size: 16px;
}
#linkedin {
    font-size: 24px;
}
#footer-logos img {
    max-height: 75px;
}
#content-header > h1 {
    color: #ffffff;
}
#content-header::before {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}
.content-header-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../img/sky.jpg");
    filter: contrast(0.3) brightness(1.2) sepia(1) hue-rotate(309deg) saturate(400%);
}
.contact .content-header-bg {
    background-image: url("../img/contact.jpg");
}
.divider-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.btn-primary {
    --bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #bb2d3b;--bs-btn-hover-border-color: #b02a37;--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: #b02a37;--bs-btn-active-border-color: #a52834;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545;
}
.btn-outline-primary {
    --bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none;
}
.floated-img {
    width: 500px !important;
}
p + figure.py-5 {
    margin-top: 2rem;
}
#contact label {
    font-weight: bold;
}
.bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 1199px) {
    #front-page-services .row {
        translate: 0 !important;
    }
    .post-card {
        width: 100%;
        aspect-ratio: auto;
        background-position: top center;
    }
    .post-card:last-child {
        background-position: bottom center;
    }
    .floated-img {
        width: 100% !important;
    }
}
@media only screen and (max-width: 991px) {
    #homepage-title > * {
        width: 100%;
    }
    #homepage-title > h1, #front-page-intro h2 {
        font-size: 34px !important;
    }
    #contact form, #contact button {
        margin-bottom: 0 !important;
    }
    #other-contact {
        border-left: 0 !important;
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}