#mailingListToast {
    display: none !important;
}

.accent-2 .promo-title,
.accent-2 .promo-text {
    color: var(--color-3) !important;
}

.contact-grid iframe {
    margin-top: -45px;
}

.dropdown-menu.show {
    width: 100%;
}

.hero-address .btn-template:active,
.hero-address .btn-template:focus,
.hero-address .btn-template:hover {
    background-color: var(--color-5);
    color: var(--color-2);
}

.header-sticky.scrolled .navbar-brand img {
    max-height: 75px;
}

.navbar-brand img {
    transition: max-height 0.5s ease;
}

#footer img {
    max-width: 270px !important;
}

.menu-section p {
    color: var(--color-2) !important;
}

.accent-1.bg-transparent h2,
.form-heading,
.story p,
.story li,
.story a {
    color: var(--color-2) !important;
}

.navbar-nav .dropdown-menu.show {
    width: auto;
}

[data-gjs-type="wrapper"] .gallery-container,
[data-gjs-type="wrapper"] .d-none {
    display: block !important;
}

@media(max-width:575px) {
    .menu-section p {
        font-size: .7rem;
    }

    .item-title {
        font-size: .65rem;
    }

}