:root {
    --bg: white;
    --fg: black;
    --footer-bg: #444444;
    --footer-fg:  white;
    --portfolio-selected-bg: var(--bg);
    --portfolio-selected-wrap-bg: var(--fg);
    --portfolio-selected-text-color: var(--fg);
    --project-tag-bg: transparent;
    --project-tag-text: var(--fg);
    --project-tag-selected-bg: var(--fg);
    --project-tag-selected-text: var(--bg);
    --project-wrapper-bg: var(--bg);
    --breadcrumb-bar-bg: transparent;
    --nav-bar-bg: var(--bg);
    --nav-text-color: var(--fg);
    --selected-nav-item-color: var(--fg);
    --content-max: 1024px;
    --nav-bar-height: 3rem;
    --nav-bar-margin: 2rem;
    --project-chooser-height: 10rem;
    --universal-thick-line: 3px;
    --image-slider-gap: 4px;
    --slider-bg: #ececec;
    --page-margin:  2rem;

    --chosen-project-height: calc(100vh - ((var(--nav-bar-margin)*2) + var(--nav-bar-height) + var(--project-chooser-height)) - var(--nav-bar-margin));
}

body {
    font-family: "Kameron" !important;
}

header {
    margin-bottom: var(--nav-bar-margin);
}

a.home_breadcrumb {
    width: auto;
    opacity: 1;
}

span.crumb {
    border-left: 4px solid var(--fg);
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-right: 0px solid transparent;
}


.page_header h1 {
    font-size: 1rem;
    font-weight: 500;
    line-height: var(--nav-bar-margin);
    margin: 1rem auto 1rem auto;
}

a.nav-item {
    font-weight: 700;
}

.description, .description p {
    line-height: 1.5rem;
    font-size: 1rem;
}


.black_wrap button.owl-prev, .black_wrap button.owl-next {
    background: rgba(255,255,255,0.5) !important;
}

/*
a.nav-item.active {
    background: var(--fg);
    color: var(--bg) !important;
    padding: 3px;
}
*/


.project_tags a.tag {
        padding: 3px 4px;
        border-radius: 0px;
}


@media (max-width: 768px) {
    a.logo {
        margin-left: unset !important;
        top: -1rem !important;
        width: 9rem !important;
    }
    .space-between {
        flex-direction: column-reverse;
    }
    .space-between > * {
        width: auto !important;
    }
    .quote_price {
        margin-left: var(--page-margin) !important;
        margin-right: var(--page-margin) !important;
    }
    .quote_price .prices {
        text-align: center;
    }
    span.crumb {
        margin: 0 4px;
    }

    .page_header h1 {
        font-size:0.9rem;
    }


    a.home_breadcrumb {}

    a.home_breadcrumb {
        margin-left: 7rem !important;
        opacity: 1;
    }
    .slide h1.max_width {
        font-size: 2rem;
        line-height: 3rem;
    }
    ul.home_tags a.image {
        height: 11rem;
    }
    .button-toggle {
        margin: 1rem var(--page-margin);
    }
}


    .page_header a.tag {
        margin-left: 0 !important;
    }

select {
    height: auto;
    font-family: 'Kameron';
    padding: 0.5rem;
}

a.logo {
    width: 10rem;
}

/*
p, ul, label, input, select, textarea {
    font-size: 1rem;
    line-height: 1.5rem;
}

*/

input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 200px;
    background: white;
    border: 1px solid #000;
    padding: 0.5rem;
}

.project_wrapper span.project_tags:not(:empty)::before {
    content: "Tagged with:";
    font-weight: 100;
    font-size:1rem;
    
}

.project_wrapper .project_tags {
    float: none;
}


header {

}

.project_chooser .owl-item a {
    margin: 0 !important;
    padding: var(--image-slider-gap);
    padding-left: 0;
    background: white !important;
}

.project_chooser .owl-stage-outer, .project_image_chooser .owl-stage-outer {
    /* background: var(--slider-bg); */
}



.project_chooser .owl-item:first-child a img {
    border: var(--image-slider-gap) solid white;
}

.owl-carousel .owl-stage-outer::after,
.owl-carousel .owl-stage-outer::before {
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    background: white;
    z-index: 0;
}

.owl-carousel .owl-stage-outer::before {
    top: 0;
}

.owl-carousel .owl-stage-outer::after {
    bottom: 0;
}
.project_image_chooser.owl-carousel .owl-stage-outer::before {
    height: 0px;
}

.project_image_chooser.owl-carousel .owl-stage-outer::after {
    height: 15px;
}

.owl-stage {
        z-index: 1;
}

.project_image_chooser a {
    margin-left: 0px !important;
    border-left: var(--universal-thick-line) solid var(--bg);
}


a.tag.selected::before {
    content: " ";
    height: var(--universal-thick-line);
    width: 100%;
    background: var(--selected-nav-item-color);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    z-index: 0;
}

a.tag.selected {
    position:relative;
}

.project_tags a.tag {
    padding: 4px 0px;
    border-radius: 0px;
}

.mission {
    max-width: 31rem;
}

a.tag.selected {

    background: var(--project-tag-bg);
    color: var(--project-tag-text);
}

.quote_price {
    /* border: 1px solid black; */
    width: 17rem;
    background: #ececec;
}

.quote_price .prices {
    /* text-align: right; */
    display: inline-block;
    margin-right: 1rem;
}

.price_explanation {
    text-align: left;
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}


@media (min-width: 769px) {
    a.nav-item {
        font-size: 1.3rem;
    }
}

section.slider {
    position: relative;
}

.slide h1.max_width {
    color: white !important;
    /* margin-top: 3rem; */
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.page_header h1 {
    padding-left: 11rem;
    font-weight: 700;
    font-size: 1.1rem;
}

a.home_breadcrumb {
    margin-left: 10rem;
}


@media (max-width: 1024px) {
    .project_chooser .owl-stage-outer {
        padding: 0 calc(2rem + var(--image-slider-gap)) !important;
    }
}


@media (max-width: 1024px) {
    .project_image_chooser .owl-stage-outer {
        padding: 0 calc(2rem - var(--image-slider-gap)) !important;
    }
}


.project_wrapper h2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
}

p, h1, h2, h3, h4, h5, h6, ul, .container {
        padding: 0 2rem;
}

.byline {
    display: flex;
    justify-content: space-between;
    padding: 0 2rem 1rem 2rem;
}

footer .max_width {
    padding: 0 2rem;
}



ul.home_tags {
    grid-gap: var(--page-margin) var(--page-margin);
}

.project_image_chooser {
    height: calc(var(--chosen-project-height) - 8rem) !important;
    min-height: fit-content;
}
