﻿/*@font-face {
    font-family: 'Geist';
    src: url('/content/fonts/GeistVF.woff2') format('woff2-variations');
    src: url('/content/fonts/GeistVF.woff2') format('woff2');*/
    /*font-weight: 100;*/
/*}*/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
}

.box-left {
    background-color: aquamarine;
    height: 100px;
}

.box-right {
    background-color: antiquewhite;
    height: 100px;
}

.header {
    background-color: rgba(36, 41, 46, 0.98);
    box-shadow: 0 0.09rem 0.2rem rgba(0,0,0,.15) !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: background-color 90ms linear;
}


.navbar-brand img {
    height: 86px;
    vertical-align: middle;
    transition: height 90ms linear;
}

.page-content {
    padding: 10px 10px 0px 10px;
}

.page-container {
    padding-top: 103px;
}

.page-section {
    padding: 0px 20px 90px 20px;
}

.hero {
    --background-image: url("/content/images/hero/invex_hero1.jpg");
    background-image: var(--background-image);  /*The image used */
    background-color: #2b2b2b; /* Used if the image is unavailable */
    min-height: 390px; /* You must set a specified height */
    /*height: calc(100dvh - 91px);*/ /* not used because header is static. */
    height: 100vh; /* older browsers. */
    height: 100svh;
    background-position: center center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    transition: all 2.2s ease-in-out;
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
}

.hero-message {
    /*display: flex;*/
    /*margin-top: auto;
    margin-left: auto;*/
    
}

.hero-message-container {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    background-color: rgba(0,0,0,0);
}

.hero-message-title {
    color: #fff;
    font-size: 1.3rem;
    text-shadow: 4px 4px 0.4rem rgba(0,0,0,.5) !important;
}

.hero-message-body {
    color: #fff;
    font-size: 1rem;
    text-align: justify;
    text-justify: distribute;
    padding-top: 20px;
}

footer {
    /*background-image: url("/content/images/camo.png");
    background-position: center center;*/ /* Center the image */
    /*background-repeat: no-repeat;*/ /* Do not repeat the image */
    /*background-size: cover;*/ /* Resize the background image to cover the entire container */
    display: flex;
    align-items: stretch;
}

.footer-container {
    background-color: rgba(0, 0, 0, .85);
    width: 100%;
    padding: 60px 0px;
    font-size:1.1rem;
}

    .footer-container a {
        color:#fff;
    }

.footer-text-line {
    padding-bottom: 6px;
}

.footer-icon {
    margin-right: 8px;
    color: #fff;
    font-size: 30px;
}

.footer-section {
    padding-bottom:40px;
}

.footer-address {
    text-align: center;
}

.card {
    /* padding:10px 20px;
        margin-bottom: 30px;
            
        border-radius: 0.25rem; */
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,.25);
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 0.25rem;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
}

.card-img-top {
    height: 370px;
    object-fit: cover;
}

img, svg {
    vertical-align: middle;
}

.card-title {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.7rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

h1.masthead {
    margin: 0px;
    padding-bottom: 50px;
    padding-top: 60px;
    color: #444444;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 2.4rem;
}

.service-card-item {
    text-align: center;
    font-size: 1.14rem;
    padding-bottom: 6px;
}

.service-card-link {
    text-align: center;
    font-size: 1.2rem;
    padding-top: 12px;
}

.pad-panel {
    padding: 20px
}

.page-header {
    padding-bottom:30px;
}

    .page-header h1 {
        margin: 0px;
        color: #787c76;
        font-size:1.25rem;
        font-weight: 500;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        padding: 16px 0px 6px 0px;
    }

.page-header-highlight {
    width: 75%;
    border: 1px solid #93a5c3;
}

label {
    display: block;
    font-size: 1.1rem;
    padding-bottom: 3px;
    color: rgb(33, 37, 41);
}

input, select, textarea {
    padding: 4px;
    padding-left: 6px;
    font-size: 1.2rem;
    line-height: 1.1rem;
    width: 100%;
    color: rgb(33, 37, 41);
    border-radius: 3px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    outline:0px;
}

    input:focus, select:focus, textarea:focus {
        box-shadow: 0 0 0 0.1rem rgb(36 91 171 / 0.25);
    }

.form-group {
    padding-bottom:16px;
}

.cta-form label {
    color:#fff;
}

.btn-cta {
    background-color: #789173;
    border-color: #2e4a0b;
    color: #fff;
}

    .btn-cta:hover {
        background-color: #546e4d;
        border-color: #2e4a0b;
        color: #fff;
    }

@media (min-width: 992px) {

    .header {
        
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .home-nav {
        background-color: rgba(30, 36, 24, 0.7);
    }



    .hero-message-container {
        width: 100%;
        flex-basis: 100%;
        flex-grow: 0;
        background-color: rgba(0,0,0,0);
    }

    .hero-message-title {
        font-size: 1.6rem;
    }

    .hero-message-body {
        font-size: 1.35rem;
    }

    .page-header h1 {
        font-size: 2rem;
    }

    .page-header-highlight {
        width: 30%;
        border: 2px solid #93a5c3;
    }

    .card {
        margin-bottom: 0px;
    }

    .pad-panel {
        padding: 20px
    }

    .footer-section {
        padding-bottom: 0px;
    }

    .footer-address {
        text-align:left;
    }
}

@media (min-width: 1260px) {
    .pad-panel {
        padding: 60px
    }
}
