.navbar-nav .nav-link:focus-visible {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.btn-underline {
    border-color: transparent !important;
}

.btn-underline.active {
    text-decoration: none;
}

.bodoni-moda {
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.custom-navbar,
.custom-footer {
    background-color: rgb(53, 97, 183);
}

.btn-navigate {
    outline: 1px solid rgb(53, 97, 183);
    color: rgb(53, 97, 183);
    text-decoration: none;
}

.btn-navigate:hover {
    outline-color: rgb(53, 97, 183);
    color: white;
    background-color: rgb(53, 97, 183);
}

.realtor-image, .equal-housing-image {
    height: 50px;
}