html {
    background-image: url("/images/website/concrete_seamless.png");
}

body {
    max-width: 1200px;
    margin: auto !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: black !important;
    /*Increase size per G Davy 2/4/2022*/
    /*font-size: 15px;*/
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: black !important;
    font-weight: bold;
}

.djj-main-h1 {
    font-size: 2.15em;
}

.djj-main-h2 {
    font-size: 1.7em;
}

.djj-main-h4 {
    font-size: 1.25em;
}

.djj-aside-h2 {
    font-size: 1.3em;
}

.djj-aside-h3 {
    font-size: 1em;
}

.djj-aside-h2-res {
    margin-top: -1em;
    font-size: 1.3em;
}

.djj-flourish {
    max-width: 4em;
    margin-top: -1em;
}

.djj-link > p > a {
    color: #5a2f02
}

.djj-list-link > li > a {
    color: #5a2f02
}

.djj-csu-link > dl > dd > a {
    color: #5a2f02
}

.djj-list-anchor > li > a {
    color: #1f4667;
}

.djj-exec-staff {
    float: left;
    max-height: 20em;
}

.djj-divider {
    border-bottom: groove;
}

.bjj-image {
    max-height: 15em;
    border: thin solid;
    margin: .5em;
    margin-bottom: 1em;
}

.carousel-inner, .carousel, .item, .container, .fill {
    height: 100%;
    width: 100%;
}

    /*Declare heights because of positioning of img element*/
    .carousel .item {
        width: 100%;
        height: 300px;
    }

    .carousel-inner > .item > img {
        height: 300px;
    }

.carousel-control.left, .carousel-control.right {
    background: none !important;
    filter: none !important;
    outline: 0;
}

.carousel .carousel-control {
    visibility: hidden;
}

.carousel:hover .carousel-control {
    visibility: visible;
}

.carousel-caption {
    position: absolute;
    top: 12em;
}

.carousel-slide {
    color: white !important;
    font-weight: bolder;
}

.navbar-custom {
    /*color: #5f95d3;*/
    color: white;
    background-color: white;
    margin-bottom: 2px;
}

.navbar-djj {
    color: white !important;
    font-weight: bold;
    margin-right: 1.75em;
}

.navbar .nav > li > a {
    /*color: #d7d7d7;*/
    padding: 15px 10px;
}

.navbar-inverse .nav > li > a {
    color: #d7d7d7;
}

.navbar-inverse .navbar-brand {
    color: #d7d7d7;
}

/*.djj-footer {
    border: 7px outset #5f95d3;
}*/

/*.djj-footer-gradient {
    background-image: linear-gradient(#5f95d3, black);
}*/

/*.djj-header-gradient {
    background-image: linear-gradient(black, #5f95d3);
}*/

/*.faq-panel-body {
    background-color: gold;
}*/

.bjj-panel-body {
    background-color: lightgray;
}

.djj-panel {
    background-color: #e5de8d;
}

.djj-caption {
    font-size: smaller;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.djj-image {
    border: thin solid;
    margin: .5em;
}

.djj-sidebar {
    background-color: #b8dcca;
    margin-bottom: 1em;
}

.djj-page-heading {
    margin-top: .5em;
}

.djj-list-left {
    padding-left: 1em;
}

.djj-img-bottom {
    margin-bottom: 1em;
}

iframe {
    width: 100%;
    padding: 0;
    border: 0;
}

.facebook-footer {
    color: #C7A947;
    padding: .25em;
}

img.jcc-transport {
    max-height: 225px;
    border: thin solid;
}

.djj-list-wide {
    margin-bottom: .5em;
}

.djj-list-narrow {
    margin-bottom: .2em;
}

.hexagon {
    position: relative;
    width: 10em;
    height: 4em;
    background-color: #080850;
}

    .hexagon:before, .hexagon:after {
        content: " ";
        position: absolute;
        border-top: 2em solid transparent;
        border-bottom: 2em solid transparent;
    }

    .hexagon:before {
        left: 100%;
        border-left: 2em solid #080850;
    }

    .hexagon:after {
        right: 100%;
        border-right: 0em solid #080850;
    }

    .hexagon > a {
        color: white;
        text-decoration: none;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

        .hexagon > a > p {
            padding: .5em;
        }
