.navbar-brand img {
    width: auto;
    max-width: 160px;
    max-height: 64px;
}

.structure{
    min-height: 650px;
}

.nav-link:focus,
.nav-link.active:focus,
a:focus {
    color: #bc272d !important;
    border-color: #bc272d !important;
    outline: 2px solid #bc272d !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

button:focus {
    color: #bc272d !important;
    border-color: #bc272d !important;
    outline: 2px solid #bc272d !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.btn:focus {
    color: #bc272d !important;
    border-color: #bc272d !important;
    outline: 2px solid #bc272d !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.btn-gradient-primary:focus {
    color: #bc272d !important;
    border-color: #bc272d !important;
    outline: 2px solid #bc272d !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}
.h6style {
    color: #141a38;
    letter-spacing: 0.015rem;
    margin-top: 0;
    font-weight: 700;
    font-size: 1.325rem;
}

.h5style {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 1.6rem;
    color: #141a38;
    letter-spacing: 0.015rem;
}

.h4style {
    font-size: 1.85rem;
    font-weight: 700;
    color: #141a38;
    letter-spacing: 0.015rem;
    margin-top: 0;
}

