.footer-brand {
    display: none;
}

.footer-brand-reuse {
    display: block;
}


.footer-bg {
    background-color: #111728;
}

.logo-under-text {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
}

footer {
    font-family: 'Barlow', sans-serif !important;
}

footer hr {
    background-color: #3C4552 !important;
    height: 1px;
    border: none;
    opacity: 1;
    margin: 2rem 0;
}

.footer-title {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 700;
}

.footer-item a {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer-item {
     font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
}

.footer-item a:hover {
    color: #FFFFFF;
    font-weight: 400;
    text-decoration: underline !important;
}

.copy-right {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}

.social-icons {
    width: 75%;
}