:root {
    --custom-theme-background-color: white;
    --primary-link-color: green;
}

header.nav-homepage-style {
    background-color: var(--custom-theme-background-color) !important;
}

/* header.nav-homepage-style.at-home3 .ace-responsive-menu a {
    color: var(--primary-link-color) !important;
} */

.btn-contact-animdark {
    background-color: #3353a6 !important;
}

.btn-bg-grad{
    background: var(--custom-color-selected);  /* fallback for old browsers */
/* background: -webkit-linear-gradient(to right, #0f9b0f, #000000);   */
/* background: linear-gradient(to right, #0f9b0f, #000000); */

}
.desktop-client-logo {
    width: 80px;
    height: 80px;
}

.mobile-client-logo {
    width: 64px;
    height: 64px;
}

.city-title-bg {
    background: #008000bd;
    padding: 10px;
}

.bgc-thm {
    background-color: var(--custom-color-selected);
  }
