/* Custom CSS for obra */
body { font-family: 'Open Sans'; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
    .paragraph-header,
    .breadcrumb,
    .node-teaser .field-type-taxonomy-term-reference .field-label, .page-node .field-type-taxonomy-term-reference .field-label,
    .node-teaser .field-type-taxonomy-term-reference ul.links, .page-node .field-type-taxonomy-term-reference ul.links, .page-node .node-business_sidebar .field-label-above .field-label { font-family: 'Open Sans'; color: #000000; }

.footer {
    font-size: 1.5rem;
}
body {
    background: #fff;
}
#left-side {
    padding: 10px 0 10px 0;
    text-align: center;
    background: #000;
}
.region-navigation {
    z-index: 700;
    background: #cfbd6c;
    min-height: 45px;
    border-bottom: 2px solid #000;
    box-shadow: 0px 4px 21px -5px rgba(0,0,0,0.75);
}
#access a {
    color: #000;
    padding: 0 5px;
    font-weight: bold;
    line-height: 45px;
}
h1.breadcrumb {
    color: #000;
    padding-top: 20px;
    font-size: 3.0rem;
}
h1.breadcrumb a {
    color: #000;
}
@media (min-width: 979px)
h1.breadcrumb {
    font-size: 3.0rem;
    padding-top: 10px;
}
.btn-default {
    background: #cfbd6c;
    background-image: linear-gradient(to bottom,#E8E8E8,#C0C0C0);
    color: #000 !important;
    font-size: 24px;
    font-weight: 700;
    border: 1px solid #A9A9A9;
}
.btn-default:hover {
    background: #C0C0C0;
    background-image: linear-gradient(to bottom,#C0C0C0,#989898);
}
.breadcrumb a:hover {
    color: #000;
}
.mobile-logo {
    background: #000;
    border-bottom: 1px solid #000;
}
.breadcrumbs {
    margin: 0px 0;
}

.jumbotron {
    line-height: 1.42857;
}