body {
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);
}

/* --- Colors --- */

:root {
    --main: #56a889;
    --main-light: #FCE6D1;
    --main-dark: #473433;
    --accent: #fcf1ef;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
@media screen and (max-width: 1460px) {
    .motorcycle_slider h3 {
        font-size: 31px;
    }
}
.reg_form_wrap.login_form {
    background-position: left 492px center!important;
}
.reg_form_wrap {
    background-size: contain!important;
}
footer .brand_logo img, .sidebar-menu-wrapper .brand_logo img{
    max-width: 200px!important;
}
.breadcrumb_nav a:hover {
    color:var(--main)!important;
}