.dropdown a {
    text-decoration: none !important;
}

:root {
    --primary-accent: #3e89ca;
    --navbar-border-top: #7749a0;
    --navbar-focus: rgba(62, 137, 202, 0.51);
}

.box-simple .icon {
    color: var(--navbar-border-top) !important;
}

#map {
    height: 400px !important;
}

.navbar-brand.home {
    padding: 3px !important;
    margin: 1px !important;
    padding-left: 4px !important;
}

.navbar-brand.home img {
    max-height: 60px;
    width: auto;
}

.home-carousel h1 {
    text-transform: none !important;
}

.home-carousel ul {
    text-transform: none !important;
}

.navbar ul.nav > li > a {
    text-transform: none !important;
}

#heading-breadcrumbs h1 {
    text-transform: none !important;
}

.box-image-text .content h4 {
    text-transform: none !important;
}

#blog-listing-medium .post h2 {
    text-transform: none !important;
}

img[src$='#center'] {
    display: block;
    margin: 1.0rem auto;
    max-width: 100%;
    height: auto;
}

.customers .item img {
    filter: unset;
    -webkit-filter: unset;
}

.bar {
    padding: 10px 0;
}

section {
    margin-bottom: unset;
}

p.lead {
    text-align: center;
}