h1, h2, h3, h4, h5, h6, p, body {
    color: #4d4d4d;
}

h2, h3, h4, h5, h6 {
    font-size: 1.5rem;
  	font-weight: 500;
}

h1 {
	font-size: 1.8rem;
    font-weight: 500;
}

body, p {
    font-size: 0.9rem;
  	font-weight: 400;
}
a {
    color: #bf383a;
}
h1 a, h2 a {
    text-decoration: none!important;
}

.container-header {
  background-color: #bf383a;
  background-image: none;
  box-shadow: none;
} 
.footer{
  background-color: #bf383a;
  background-image: none;
  box-shadow: none;
}
.footer p {
    color: #ffffff; 
    font-size: 1.1em;
}
.footer a {
    color: #ffffff; 
    font-size: 1.1em;
}
.back-to-top-link {
    position: fixed;
    right: 6rem;
    bottom: 1rem;
    background-color: #bf383a;
    color: #ffffff;
}
.back-to-top-link:focus, .back-to-top-link:hover {
    background-color: #a61f21;
}

.mod-menu .current.active>a{
  color: #bf383a;
}
.metismenu.mod-menu .metismenu-item {
    background-color: #bf383a;
}
.metismenu.mod-menu .metismenu-item.active>a, .metismenu.mod-menu .metismenu-item.active>button, .metismenu.mod-menu .metismenu-item>a:hover, .metismenu.mod-menu .metismenu-item>button:hover {
    text-decoration: none;
    background-color: #a61f21;
    color: #ffffff; 
 
}
.mod-menu li.active, .mod-menu li:hover {
    background: none repeat scroll 0 0 #a61f21 !important;
    color: #fff !important;
}
.mod-menu li.default a, .mod-menu li.default{
      background: transparent !important;
 
}
.metismenu.mod-menu .metismenu-item.level-1{
  padding: 0px 1em !important;
}
.mod-menu__separator{
  color: #fff !important;
}
.metismenu.mod-menu .metismenu-item:not(.level-1)>ul, .metismenu.mod-menu .metismenu-item:not(.level-2)>ul{
  margin-left: -17px;
}
.metismenu.mod-menu .mm-collapse>li>a {
    color: #fff !important;
}
.shadedbackground {
    background-color: #f2f2f2;
}
.btn-primary {
    background-color: #bf383a;
}
.btn-primary:hover {
    background-color: #a61f21;
}
.container-header .container-search {
    margin-top: 0.4em;
}
.mls-form {
    padding-top: 0px;
}

/* === Homepage hero ================================================== */
.home-hero {
    max-width: 46rem;
    margin: 0 auto;
    padding: 3.5rem 0 4rem;
    text-align: center;
}

.home-hero__promo {
    display: inline-block;
    margin: 0 0 2rem;
    padding: .55em 1.25em;
    border-radius: 2rem;
    background: #fbeceb;
    color: #a61f21;
    font-size: clamp(1rem, .95rem + .35vw, 1.2rem);
    font-weight: 500;
    line-height: 1.4;
}

.home-hero__eyebrow {
    margin: 0 0 .75rem;
    font-size: clamp(1.15rem, 1rem + .8vw, 1.6rem);
    font-weight: 500;
    line-height: 1.3;
    color: #bf383a;
}

.home-hero h1,
.home-hero__title {
    margin: 0 0 1.25rem;
    font-size: clamp(2rem, 1.35rem + 2.6vw, 3.25rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.01em;
    color: #333;
}

.home-hero__lead {
    margin: 0 auto 2.5rem;
    max-width: 34ch;
    font-size: clamp(1.15rem, 1rem + .7vw, 1.5rem);
    font-weight: 400;
    line-height: 1.5;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.home-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6em;
    min-height: 3rem;
    padding: .8em 1.9em;
    border: 2px solid #bf383a;
    border-radius: .35rem;
    font-size: clamp(1rem, .95rem + .35vw, 1.2rem);
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background-color .15s ease, color .15s ease;
}

.home-hero__btn--primary {
    background: #bf383a;
    color: #fff;
}

.home-hero__btn--primary:hover,
.home-hero__btn--primary:focus {
    background: #a61f21;
    border-color: #a61f21;
    color: #fff;
}

.home-hero__btn--contact {
    background: #fff;
    color: #bf383a;
}

.home-hero__btn--contact:hover,
.home-hero__btn--contact:focus {
    background: #bf383a;
    color: #fff;
}

.home-hero__btn--contact::before {
    content: "";
    width: 1.15em;
    height: 1.15em;
    flex: none;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m2 7 10 6 10-6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m2 7 10 6 10-6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.home-hero__btn:focus-visible {
    outline: 3px solid #a61f21;
    outline-offset: 3px;
}

@media (max-width: 30rem) {
    .home-hero { padding: 2.5rem 0 3rem; }
    .home-hero__btn { width: 100%; }
}