/************** Footer ************/
footer{
    background-image: url(/Content/Uploads/AHFAmicrositeBMAH/images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    font-size: 1.5rem;
    display: inline-block;
}
div#footer {
    padding: 150px 10%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}
footer ul {
    list-style: none;
    display: flex;
    width: max-content;
    float: right;
}
footer ul li {
    margin: 0 15px;
}
.footer-logo img {
    margin-left: 10%;
    margin-top: 30px;
}

.footer-social {
    font-family: 'Sue Ellen Francisco';
    color: #1C7FA6;
    font-weight: 400;
    font-size: 48px;
    line-height: 94px;
    text-align: right;
    padding-right: 10%;
    margin-bottom: 100px;
}