﻿.breadCrumb {
    margin-bottom:10px;
    border-bottom-left-radius:10px;
    color:white;
    font-size:1vw;
    padding:2px;
    text-align:right;
}

.breadCrumb > table {
    /*table-layout:fixed;*/
    width:100%;
}

.breadCrumb > table tr > td {
    padding:2px;
    overflow:hidden;
    text-align:center;
}

.breadCrumb > table tr > td:first-child {
    width:30%;
}

.breadCrumb > table tr > td:last-child {
    width:70%;
}

.breadCrumb a {
    font-size:1.2vw;
    font-weight:500;
    letter-spacing:0.125vw;
    float:right;
    width:100%;
    font-variant-caps:all-petite-caps;
    font-weight:bold;
    background-color:var(--main-lt-green);
    color:var(--main-dk-green);
}


.FeatImg {
    max-width:100%;
    /*max-height:1.5vw;*/
    /*min-height:500px;*/
    height:15vw;
    background-position:center top;
    background-size:cover;
    background-repeat:no-repeat;
}

.nestedPanel .panel-title a {
    font-size: xx-large;
    display: block;
    text-align: center;
    text-decoration:none;
    transition-duration:500ms;
}
.nestedPanel .panel-heading {
    transition-duration:500ms;
}

.nestedPanel .panel-heading:hover {
    background-color:rgb(230,230,230);
}

.nestedPanel .panel-title a:hover {
    letter-spacing:3px;
}

.nestedPanel .panel-title a:active {
    letter-spacing:0;
}

.nestedPanel .panel-collapse .panel-title a {
    font-size:x-large;
}

.nestedPanel .breadCrumb {
    width:100%;
}

.nestedPanel .breadCrumb a {
    color:white;
}

@media (max-width: 767px) {
    .crumbcontainer {
        margin-top:10px;
    }

    .breadCrumb {
        width:50%;
        display:inline-block;
        border-radius:unset;
        margin-bottom:0;
    }

    .breadCrumb:first-child {
        border-top-left-radius:10px;
    }

    .breadCrumb:nth-child(7) {
        border-bottom-right-radius:10px;
    }

    .breadCrumb a {
        font-size:small;
        white-space:normal;
        padding:5px;
    }

    .FeatImg {
        min-height:unset;
        height:75vw;
    }

    .nestedPanel .breadCrumb a {
        font-size:small;
        font-weight:normal;
    }
}