﻿/*@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;*/
/*}*/

.montserrat-bm {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
}

a {
    color: #5b759d;
    text-decoration: none;
}

.box-left {
    background-color: aquamarine;
    height: 100px;
}

.box-right {
    background-color: antiquewhite;
    height: 100px;
}

.header {
    background-color: #000;
    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: 60px;
    vertical-align: middle;
    transition: height 90ms linear;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-link:hover,
.nav-link:focus {
    color: #b8ceee;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}


.nav_logo {

}

.page-content {
    padding: 10px 10px 0px 10px;
}

.page-container {
    padding-top: 95px;
}

.page-section {
    padding: 0px 20px 90px 20px;
}

.hero {
    --background-image: url("/content/images/hero/okc2.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: #000;
    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: #222222;
        font-size: 2rem;
        font-weight: 500;
        font-family: Montserrat, '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 #b5c393;
}

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;
    }


.text-color-light, .text-light {
    color: #fff;
}

.alert-info {
    color: #055160;
    background-color: #d4ebff;
    border-color: #b6d7fb;
}


.btn-primary {
    color: #fff;
    background-color: #5b759d;
    border-color: #0d6efd;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
        box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0a58ca;
        border-color: #0a53be;
    }

        .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
        }

    .btn-primary:disabled, .btn-primary.disabled {
        color: #fff;
        background-color: #5b759d;
        border-color: #5b759d;
    }

.btn-outline-primary {
    color: #5b759d;
    border-color: #5b759d;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #5b759d;
        border-color: #5b759d;
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
    }

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        color: #fff;
        background-color: #5b759d;
        border-color: #5b759d;
    }

        .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
        }

    .btn-outline-primary:disabled, .btn-outline-primary.disabled {
        color: #5b759d;
        background-color: transparent;
    }

.opacity-0 {
    opacity: 0 !important
}

.opacity-1 {
    opacity: .1 !important
}

.opacity-2 {
    opacity: .2 !important
}

.opacity-3 {
    opacity: .3 !important
}

.opacity-4 {
    opacity: .4 !important
}

.opacity-5 {
    opacity: .5 !important
}

.opacity-6 {
    opacity: .6 !important
}

.opacity-7 {
    opacity: .7 !important
}

.opacity-8 {
    opacity: .8 !important
}

.opacity-9 {
    opacity: .9 !important
}

.opacity-10 {
    opacity: 1 !important
}

@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);
    }

    .navbar-brand img {
        height: 86px;
        vertical-align: middle;
        transition: height 90ms linear;
    }

    .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 #cecece;
    }

    .page-container {
        padding-top: 90px;
    }

    .card {
        margin-bottom: 0px;
    }

    .pad-panel {
        padding: 20px
    }

    .footer-section {
        padding-bottom: 0px;
    }

    .footer-address {
        text-align:left;
    }
}

div.section-blank {
    padding: 100px;
    background-color: #f4f4f4;
    color: #808080;
}

@media (min-width: 1260px) {
    .pad-panel {
        padding: 60px
    }
}


div.section-separator {
    padding: 60px;
}

div.section-blank {
    padding: 100px;
    background-color: #f4f4f4;
    color: #808080;
}

div.section-thin-padding {
    padding: 60px;
    background-color: #f4f4f4;
    color: #808080;
}

div.mobile-separator {
    padding: 30px;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #fff;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 768px) {

    div.mobile-separator {
        padding: 0px;
    }

    div.section-separator {
        padding: 60px;
    }
}

.col-form-label {
    text-align: left;
}

@media (min-width: 992px) {
    .col-form-label {
        text-align: right;
    }
}
.green-box {
    background-color: #7c8875;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, .25) !important;
}

.blue-grey-box {
    background-color: #758388;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, .25) !important;
}
    .blue-grey-box .col-form-label {
        color: #fff;
    }

.grey-box {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
    color: #45474d;
    box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, .25) !important;
}

