.footer {
    font-size: 0.8rem;
    color: #BDBDBD;
    text-align: center !important;
    max-width: 1400px;
    margin: auto;
}

body.container,
main.container {
    max-width: 1400px;
}

.moveable {
    width: 140px;
    float: right;
}

h5 {
    color: #6c757d;
}

div#accordionEx1 {
    margin-bottom: 30px;
}


.card-img-top {
    float: right;
}

.accordion-button {
    background-color: rgba(0, 0, 0, 0.035);
    font-size: 0.65em;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.735);
}

.accordion-button:not(.collapsed) {
    color: rgba(0, 0, 0, 0.65);
    background-color: rgba(0, 0, 0, 0.01);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

body.container {
    width: 100%;
    padding: 0 2% 0 2%;
}

main.container {
    width: 100% !important;
    padding: 0;
}

.form-group {
    margin-bottom: 2em;
}

/* Lets us Help You styling  */
.help {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.help:hover {
    color: #0056b3;
    text-decoration: underline;
}



#contactModal label.form-label {
    margin-bottom: 0rem;
}

.modal-content {
    border: 1px solid #c5c5c5;
}


div.modal-body .invalid-feedback {
    position: absolute;
    display: none;
    width: auto;
    margin-top: 0.25rem;
    font-size: 0.775rem;
    color: #dc4c64;
    margin-top: -0.75rem;
}

.formSubmit {
    margin-top: 2em;
    text-align: center;
}

.help {
    cursor: pointer;
    color: #3b71ca !important;

}

.navbar-text:focus {
    color: rgb(0 0 0 / 78%);
    font-weight: 500;
}