/*For 1825 Display Case Site*/

.search {
    display: none;
}

h1.site-title {
    padding-left: 15px;
}

header {
    border-bottom: 1px solid #8f8f8f;
}

header a,
heaker a:link,
header a:visited,
header a:focus {
    color: #000;
}

header a:hover, {
    color: #000;
    text-decoration: underline;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: rgb(0, 0, 0);
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    font-size: 1rem;
    line-height: 1.2;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.btn, a.btn:visited {
    color: white;
}

a.btn {
    text-decoration: none !important;
}
.btn-info {
    color: #fff;
    background-color: #687C2F;
    border-color: #687C2F;
}

.btn-sm, .btn-group-sm > .btn {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.25rem 0.5rem;
    border-radius: 0.2rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-info {
    color: #fff;
    background-color: #687C2F;
    border-color: #687C2F;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-info {
    color: #fff;
    background-color: #687C2F;
    border-color: #687C2F;
}

a.btn {
    text-decoration: none !important;
}

a.btn, a.btn:visited {
    color: white;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:hover {
    color: #000000;
    text-decoration: none;
}

.btn-info:hover {
    color: #fff;
    background-color: #516024;
    border-color: #495721;
}

a.btn:hover {
    background-color: #516024;
    border-color: #495721;
    color: white;
    text-decoration: none;
}

.welcome .asset a {
    position: relative;
    display: block;
}

.welcome .asset img:not(.page-hero img) {
    opacity: 0.7;
    transition: opacity .3s ease-in-out;
    width: 100%;
}

.welcome .asset img:not(.page-hero img):hover {
    opacity: 1.0;
}

.welcome .asset .link-title {
    color: #363635;
    font-size: 1.25rem;
    position: absolute;
    padding: 5px;
    background-color: rgba(183.99, 177.68, 166.63, 0.85);
    top: 0;
    width: 100%;
    text-align: center;
    font-family: Futura, "futura_ptmedium", sans-serif;
    font-weight: normal;
}

.welcome .asset a:hover .link-title {
    background-color: rgba(183.99, 177.68, 166.6, 1.0);
}

@media screen and (max-width: 896px) {
    .welcome #content .block {
        margin-bottom: 15px;
}



