﻿.hero {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative
}

    .hero.has-background {
        color: #f9f7f4 !important;
        background-color: rgba(0,0,0,.77);
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat
    }

    .hero.is-3544b1 {
        background: #3544b1;
        color: #f9f7f4
    }

    .hero.is-1b264f {
        background: #1b264f;
        color: #f9f7f4
    }

    .hero.is-f2ebe6 {
        background: #f2ebe6;
        color: #1b264f
    }

    .hero.is-f9f7f4 {
        background: #f9f7f4;
        color: #1b264f
    }

    .hero.is-empty {
        display: none
    }

.hero-image {
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all .5s linear;
    object-fit: cover
}

.hero:not(.is-empty) {
    padding: 2em 0
}

@media (min-width: 1024px) and (max-height:720px) {
    .hero:not(.is-empty) {
        padding: 90px 0
    }
}

@media only screen and (min-width: 769px) {
    .hero:not(.is-empty) {
        padding: 3em 0
    }
}

@media only screen and (min-width: 1024px) {
    .hero:not(.is-empty) {
        padding: 90px 0
    }
}

@media (min-width: 1920px) {
    .v-container {
        max-width: 1820px;
    }
}

@media (min-width: 1280px) {
    .v-container {
        max-width: 1820px !important;
    }
}

@media (min-width: 1280px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .v-container {
        max-width: 1820px;
    }

    .hero:not(.is-empty) {
        padding: 90px 0;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .v-container {
        max-width: 1820px;
    }
}

.hero-overlay {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.57);
    z-index: 2
}

.hero-content {
    padding: 2em;
    position: relative;
    z-index: 5;
    display: block;
    flex-direction: column;
    align-items: center;
    max-width: 1216px;
    margin: 0 auto
}

.hero-header {
    text-align: center
}

    .hero-header h1 {
        margin-bottom: 0;
        font-weight: 900;
        line-height: 1.3
    }

    .hero-header h2 {
        font-size: 1.1em;
        font-weight: 400;
        margin-top: 15px
    }

.hero-pretitle {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 700;
    margin: 0
}

.hero-footer {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px
}

.topBar {
    background: #890a1d;
    padding: 10px;
    color: white;
}

.subBar {
    background: #890a1d;
    color: white;
    text-align: left;
}

.subBarText {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 1.45rem;
    font-style: normal;
    font-weight: 700 !important;
    color: #FFF;
    text-transform: uppercase;
    background-color: #890a1d !important;
    padding: 10px 20px;
    letter-spacing: 2px;
    text-align: left;
}

.logoBar {
    background-color: #333;
    padding: 10px;
    color: white;
}

.topBarDark {
    background: white;
    padding: 10px;
}

.footerline {
    display: block;
    border: none;
    color: lightgray;
    height: 1px;
    background: lightgray;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 550, from(rgba(0,0,0,0.2)), to(#ececec));
    margin-top: 50px;
}

.left20 {
    margin-left: 20px;
}

.left5 {
    margin-left: 5px;
}

.left10 {
    margin-left: 10px;
}

@media (max-width: 1400px) {
    .left20 {
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    .jccal {
        display: none;
    }
}


.nav-border-top {
    background-color: #890a1d;
    color: #890a1d;
    height: 1em;
    display: block;
}

.nav-border-bottom {
    background-color: rgba(0, 0, 0, .2);
    color: #000;
    height: 5px;
    display: block;
}


.quicksand-500 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.jost-500 {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.dm-sans-logo {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    margin-right: 1em;
    color: #41464b;
    text-decoration: none;
}

.btn-primary {
    background-color: #890a1d;
    border-color: #890a1d; 
    color: white; 
}

    .btn-primary:hover {
        background-color: #a20c26; 
        border-color: #a20c26; 
        color: white; 
    }

a {
    color: #890a1d;
}

.line-with-text {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px 0;
}

    .line-with-text::before,
    .line-with-text::after {
        content: "";
        flex-grow: 1;
        background: linear-gradient(to right, transparent, black 50%, transparent 100%);
        height: 1px;
        margin: 0 20px;
    }

    .line-with-text > span {
        background: white; /* Background of the text, to match your page background */
        padding: 0 10px;
    }

.line-title {
    font-weight: 700;
}

a:hover {
    color: #a20c26;
}

.nav-link {
    color: #890a1d !important;
    font-weight: 500; /* Default font weight */
}

    .nav-link:hover {
        font-weight: 500; /* Font weight on hover */
        color: hsl(349, 86%, 40%) !important; /* Adjusted lightness */
    }

.no-wrap {
    white-space: nowrap;
}

.nowrap {
    white-space: nowrap;
}