/* Custom CSS for rustyssurfandturf */
body { font-family: 'Open Sans'; color: #2c2a2a; }
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: 'Ubuntu'; color: #2c2a2a; }
body, body.business-home { background-color: #2a2565; }
.menu-main-menu-container ul li a {
    color: #2c2a2a;
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 18px;
}

.paragraph-header {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

#sidebar-right {
    text-align: center;
}

p {
    margin: 10px 0px 10px;
}

a {
    color: #03a59e;
}

body {
    font-size: 16px;
    color: #2c2a2a;
}

article.node-business .group-business-main .field-name-body {
    font-size: 16px;
}

h2 {
    font-size: 22px;
}

.btn-primary {
    background: #61babf;
    background-image: linear-gradient(to bottom,#5dbabf,#0db0a9);
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Open Sans';
    width: 220px;
    border: 0px solid #61babf;
}
.btn-primary:hover {
    background: #9f5a0e;
    background-image: linear-gradient(to bottom,#0db0a9,#5dbabf);
}
.btn {
    margin-bottom: 4px;
}

body.node-type-business-page p {
    font-size: 16px;
}


.left-nav-toggle {
    display: block;
    background: #2c2a2b;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 6px 6px;
    margin: 10px;
}

#side-menu-label {
    color: #2c2a2b;
    position: absolute;
    left: 55px;
    top: 12px;
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.mobile-contact a, .mobile-contact .locations {
    display: block;
    width: 100%;
    background: #2c2a2b;
    border-radius: 0px;
    padding: 10px 10px;
    margin-bottom: 6px;
    color: #2c2a2b;
    font-size: 18px;
    text-transform: capitalize;
    background-color: #d9dadb;
}

.breadcrumb a {
    color: #0fb0ab;
}

.breadcrumb a:hover {
    color: #0fb0ab;
}

.breadcrumbs {
    margin: 10px 0px;
}

a:hover {
  color: #2c2a2b;
}

.alert-danger {
    color: #2c2a2b;
    background-color: #a25d1721;
    border-color: #dbcdc480;
}
.alert {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.jumbotron p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.42857143;
    font-weight: 500;
}

.alert>p+p {
    margin-top: 10px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h3, .h3 {
    font-size: 20px;
    color: #2c2a2a;
    font-family: inherit;
}