body {
    color: #757575;
    font-size: 12px;
    font-family: arial;
}

hr {
    border-top: 1px solid #757575;
}

a {
    color: #757575;
    text-decoration: underline;
}

a:hover {
    color: #7A0019;
    text-shadow: 5px 5px 5px #C7B8A1;
}

.alert h3,
.alert h5,
.alert p {
    text-align: center;
}

.alert h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.navbar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: relative;
}

.navbar-toggler {
    padding: 5px;
    margin-left: 10px;
}

.navbar-toggler-icon {
    height: 20px;
    width: 20px;
}

.navbar-brand {
    flex: 0 0 auto;
    margin: 0 15px;
}

.navbar-brand img {
    height: 28px;
    max-width: 140px;
}

.footer-brand img {
    height: 28px;
    max-width: 140px;
}

.navbar-nav .nav-link {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    color: #757575 !important;
    margin-left: 10px;
}

.navbar-brand {
    flex-grow: 0;
    text-align: left;
    margin: 0 5px;
}

.navbar-toggler {
    margin-left: 5px;
}


.footer-nav {
    display: flex;
    justify-content: center;
    min-width: max-content; 
    flex-direction: row;
    overflow-x: auto;
    gap: 3px;
}

footer a {
    flex-grow: 0;
    flex-shrink: 0;
}