﻿:root {
    --background: #fff;
    --background-light: #fff;
    --background-dark: #191919;
    --color-light: #444;
    --color-dark: #fafafa;
    --primary: #c9e265;
    --primary-rgb: 201, 226, 101;
    --accent: #85BD77;
    --accent-rgb: 133, 189, 119;
    --bs-gutter-x: 2rem;
    --bs-border-color-translucent: rgba(0,0,0,.1);
}

[v-cloak] {
    display: none !important;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: .875rem;
    background-color: var(--background);
    color: #444;
    overflow-y: scroll;
}

#content-wrapper {
    /*min-height: 820px;*/
}


@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

a {
    color: var(--primary);
    transition: all .1s ease;
    text-decoration: none;
}

    a:hover {
        color: var(--primary);
        text-decoration: none;
    }

    a:focus, a:hover {
        color: var(--primary);
        text-decoration: none;
    }

    a.button:hover {
        text-decoration: none;
    }

p {
}

form {
    margin-bottom: 0;
}

li i {
    color: #ccc;
}

button {
    cursor: pointer;
}

label {
    margin-bottom: 0;
}

.alert {
    border-radius: 0 !important;
}

.alert-info a {
    color: #0c5460;
    font-weight: 400;
}

/*.alert-warning {
    background-color: #ffc272;
    border-color: #efb262
}
*/

.img-thumbnail {
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 0rem;
}

.lead {
    font-size: 1.125rem;
    font-weight: 200;
}

header {
    margin: 0;
    padding: 1rem 0;
    background-color: #191919;
}

    header .navbar {
        transition: all .1s ease;
        padding: .5rem 0;
        text-align: center;
    }

        header .navbar.solid {
            background-color: rgba(0,0,50,.75);
            transition: all .1s ease;
        }

        header .navbar.transparent {
            background-color: transparent;
            transition: all .1s ease;
        }

    header .navbar-toggler {
        color: var(--primary);
    }

    header .navbar .nav-link {
        font-weight: 400;
        font-size: 1rem;
        text-transform: uppercase;
        color: #fff !important;
        letter-spacing: 1px;
        text-wrap: none;
        white-space: nowrap;
        border: 2px solid transparent;
        /*border-radius: 32px;*/
        transition: all .5s;
        margin: 0 .2rem;
    }

        header .navbar .nav-link.active {
            color: var(--primary) !important;
            border: 2px solid var(--primary);
        }

        header .navbar .nav-link:hover, header .navbar .nav-item:focus {
            color: var(--primary) !important;
            transition: all .5s;
            border: 2px solid var(--primary);
        }

    header .navbar-collapse.collapsing, header .navbar-collapse.collapse.show {
        padding-top: 2rem;
    }


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}


section {
    padding: 4rem 0;
}

.section-light {
    color: var(--color-light);
    background-color: var(--background-light);
}

.section-dark {
    color: var(--color-dark);
    background-color: var(--background-dark);
}

.section-accent {
    color: var(--color-light);
    background-color: var(--primary);
}

#page-title {
    color: #fff;
    background-color: var(--primary);
    background-position: 0 bottom;
    padding: 1rem 0;
}


    #page-title h1 {
        font-size: 1rem;
        margin: 0;
        color: #fff;
    }

    #page-title a {
        color: var(--color-light);
    }

.breadcrumb {
    font-size: 1rem;
    font-weight: 300;
    background: transparent;
    padding: 0;
    margin: 0;
}

    /*.breadcrumb a {
        color: #fff;
    }*/

    .breadcrumb > .active {
        color: var(--color-light);
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: '|';
    color: var(--color-light);
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
}


h3 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.125rem;
}



.table thead {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
    font-weight: 400;
}

.field-validation-error {
    color: #900;
}

.clickable:hover {
    cursor: pointer;
}

.headshot-circle {
    position: relative;
    border-radius: 50%;
    /*box-shadow: 0 0 0 6px var(--background), 0 0 0 12px var(--primary), 0 0 0 15px rgb(255 255 255 / 25%);*/
    /*box-shadow: 0 0 0 6px var(--background), 0 0 0 12px var(--primary), 0 0 0 18px rgb(var(--primary-rgb), .5);*/
    box-shadow: 0 0 0 4px var(--background), 0 0 0 8px var(--primary), 0 0 0 12px rgb(var(--primary-rgb), .1);
}

/*    .headshot-circle:before {
        content: '';
        background-color: #f00;
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border: 10px solid #ffea00;
    }*/

/* BANNER ============================================*/
.banner {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    /*background-image: url('/images/banner/home-2.jpg');*/
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0,0,0,0), rgba(0, 0, 0, 0.5)), url('/images/banner/home-2.jpg');*/
    box-shadow: 0px 10px 15px rgba(0,0,0,.5) inset, 0px -10px 15px rgba(0,0,0,.5) inset;
    /*box-shadow: rgba(0,0,0,.5) 10px 10px inset;*/
    background-position: center center;
    background-size: cover;
    text-align: center;
}

    .banner h1 {
        text-shadow: 0 0 6px rgba(0,0,0,.5), 0 0 30px rgba(0,0,0,.5);
        font-weight: 600;
        font-size: 3rem;
    }


    .banner.imagery {
        min-height: auto;
        background-position: 0 -200px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/banner/51077650_l.jpg');
    }

    .banner.imagery-dark {
        min-height: auto;
        background-position: 0 -200px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('/images/banner/51077650_l.jpg');
    }

/* PATTERN */

.pattern {
    position: relative;
    background-color: transparent;
}

    .pattern:after {
        position: absolute;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: auto;
        background-repeat: repeat;
        /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0,0,0,0), rgba(0, 0, 0, 0.5)), url('/images/banner/home-2.jpg');*/
        /*box-shadow: 0px 10px 15px rgba(0,0,0,.5) inset, 0px -10px 15px rgba(0,0,0,.5) inset;*/
        /*box-shadow: rgba(0,0,0,.5) 10px 10px inset;*/
        background-position: center center;
        background-size: inherit;
        background-image: url('/images/pattern/geometry.png');
        opacity: 1;
        z-index: -1;
    }


@media (max-width: 992px) {
    .banner {
        min-height: 300px;
    }
}



/* BUTTONS ============================================*/


.btn {
    font-weight: 400;
    border-radius: 8px;
    padding: 0.5rem 1.5rem;
    border-width: 2px;
}

.btn-primary {
    color: var(--color-light);
    background: var(--primary);
    border-color: var(--primary);
    border-style: solid;
    /*border-radius: 0;*/
    position: relative;
    /*border: none;*/
    /*transition: all 1s;*/
}

    .btn-primary:hover {
        color: var(--color-light);
        background: var(--primary);
        border-color: var(--primary);
        /*border: none;*/
        cursor: pointer;
        /*box-shadow: rgba(0,0,0,.25) 0 0 10px;*/
        text-decoration: none;
        filter: brightness(1.05);
        /*transform: scale(1.05);*/
        /*transition: all 1s;*/
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: var(--color-light);
        background-color: var(--primary);
        border-color: var(--primary);
        box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), .5);
        filter: brightness(.95);
    }

    .btn-primary:active, .btn-primary.active,
    .show > .btn-primary.dropdown-toggle {
        color: var(--color-light);
        background-color: var(--primary);
        -webkit-box-shadow: none;
        box-shadow: none;
        filter: brightness(.95);
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: var(--color-light);
        background-color: var(--primary);
        -webkit-box-shadow: none;
        box-shadow: none;
        filter: brightness(.95);
    }


.btn-outline-primary {
    --bs-btn-color: var(--color-light);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-color: var(--color-light);
    --bs-btn-hover-bg: var(--primary);
    --bs-btn-hover-border-color: var(--primary);
    --bs-btn-focus-shadow-rgb: var(--primary-rgb);
    --bs-btn-active-color: var(--color-light);
    --bs-btn-active-bg: var(--primary);
    --bs-btn-active-border-color: var(--primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--primary);
    --bs-gradient: none;
}


.btn-secondary {
    color: #aaa;
    background-color: #fff;
    border-color: #aaa;
    text-transform: none;
}

    .btn-secondary:hover {
        color: #aaa;
        background-color: #fafafa;
        border-color: #aaa;
        cursor: pointer;
        box-shadow: none;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        color: #aaa;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-sm {
    /*padding: 0.25rem 0.75rem;*/
    font-size: 0.875rem;
}

.btn-xs, .btn-group-xs > .btn {
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.25;
}

.btn-callout {
    font-weight: 400;
    letter-spacing: 1px;
    /*border-radius: 8px;*/
    border-radius: 32px;
    padding: .75rem 2rem;
    border-width: 2px;
    font-size: 1rem;
    text-transform: uppercase;
}

.section-dark .btn-callout {
    --bs-btn-color: var(--primary);
}


.modal-backdrop.show {
    opacity: 0.8;
}

.modal-content {
    border-color: transparent;
    background-color: transparent;
    border-radius: 0;
}

    .modal-content .card:first-of-type {
        box-shadow: rgba(0,0,0,.80) 10px 0 10px;
    }

.card {
    background-color: rgba(255,255,255,.01);
    /*border: none;*/
    /*box-shadow: rgba(0,0,0,.08) 0 0 10px;*/
    border-radius: 0px;
    /*background-image: url('/images/card-1a.jpg');
    background-position: top left;*/
}

.card-home:hover {
    border-color: var(--primary);
    transition: all .5s;
}

.card-body {
    display: block;
}

.card-header {
    /*background-color: transparent;*/
    border-color: #ddd;
    border: none;
    border-radius: 0 !important;
    /*padding: 1rem;*/
}

    .card-header:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

.card-footer {
    border-color: #ddd;
    border: none;
    padding: 1rem 1rem;
}

.text-primary {
    color: var(--primary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: #97969b !important;
}

.bg-warning {
    background-color: #b75d04 !important;
}

.bg-dark {
    background-color: #111 !important;
}

.bg-accent {
    background-color: var(--accent) !important;
}

.bg-light {
    background-color: #fff !important;
}


.border-primary {
    border-color: var(--primary) !important;
}

@media (min-width: 992px) {
    .ps-lg-50 {
        padding-left: 50% !important;
    }
}

/* ADMIN ===============================================*/
.primary-image {
    color: var(--primary) !important;
}

.admin-dashboard-container a {
    font-size: 1.5rem;
    font-weight: 300;
}

    .admin-dashboard-container a i {
        padding-right: 15px;
    }


.validation-summary-errors {
    color: #900;
}

    .validation-summary-errors ul {
        list-style: none;
    }



.col-form-label-sm {
    padding: 0;
    color: #444;
    font-size: 0.75rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.175rem 0.5rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: var(--color-light);
    /*background-color: rgba(255,255,255,.2);*/
    background-clip: padding-box;
    border: 2px solid #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-sm {
    min-height: inherit;
    padding: 0.175rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
    line-height: 1;
}

.form-control-light {
    background-color: rgba(255,255,255,.2);
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #aaa;
    opacity: 1;
}

.form-control::placeholder {
    color: #aaa;
    opacity: 1;
}

.form-control.ph-text-light::placeholder {
    color: #fff;
    opacity: 1;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--primary);
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(var(--primary-rgb), .2);
}


.fileUpload {
    position: relative;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        overflow: hidden;
        width: 100%;
    }

.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ts-xs {
    font-size: .75rem;
}

.ts-sm {
    font-size: .875rem;
}

.ts-lg {
    font-size: 1.25rem;
}

.ts-1_25 {
    font-size: 1.25rem;
}

.ts-2 {
    font-size: 2rem;
}

.ts-3 {
    font-size: 3rem;
}

.ts-5 {
    font-size: 5rem;
}

@media all and (max-width:768px) {

    .ts-sm-5 {
        font-size: 2rem;
    }

    .ts-sm-1_5 {
        font-size: 1.5rem;
    }

    .ts-sm-1 {
        font-size: 1rem;
    }
}

.fw-semi-bold {
    font-weight: 400;
}

.form-control.input-validation-error {
    border: 1px solid #900;
}


/* FOOTER */

footer {
}

    footer a.social {
        color: #444;
        transition: all 1s;
        margin: 0 2rem;
    }

        footer a.social:hover {
            transition: all 1s;
            transform: scale(1.3);
            color: #666;
        }



/* MOBILE */

@media (max-width: 768px) {
    body, .lead {
        font-size: .875rem;
    }

    .banner h1 {
        font-size: 2rem;
    }

    .banner h3 {
        font-size: 1rem;
    }
}


/* SEPARATOR */


.separator.animator {
    margin: 0rem auto;
    border-bottom: 2px solid var(--primary);
    width: 50%;
}

    .separator.animator.animate {
        animation: grow 1s ease-out forwards;
    }

.separator2.animator {
    margin: 0rem auto;
    border-bottom: 6px double var(--primary);
    width: 50%;
}

    .separator2.animator.animate {
        animation: grow 1s ease-out forwards;
    }


.animator.anim-slide-left.animate {
    animation: slide-left 1s ease-out forwards;
}


/* ANIM */

.anim-jiggle {
    animation: jiggle 1s ease-out forwards;
}

/*.anim-slide-left {
    animation: slide-left 1s ease-out forwards;
}*/

@keyframes grow {
    from {
        transform: scaleX(.75);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes jiggle {
    from {
        transform: rotate(90deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes slide-left {
    from {
        transform: translate(2rem, 0);
    }

    to {
        transform: translate(0, 0);
    }
}
