.btn.social-icon {
    height: 40px;
    width: 40px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn.social-icon i {
    font-size: 14px
}

footer ul {
    list-style: none;
    padding: 0
}

footer ul li {
    display: inline-block;
    padding-right: .75rem;
    font-size: 1rem
}

/*Unsure if btn-grey and btn-light are used as the current site applies classes btn-lightt and bt-greyy (with typos) */
footer .btn-grey {
    background-color: #ebebeb;
    border-color: #ebebeb
}

footer .btn-grey:hover {
    background-color: #eee;
    border-color: #ededed
}

footer .btn.btn-light {
    background-color: #c3c3c3;
    outline: none;
    border: 0
}

footer .btn.btn-light:hover {
    background-color: #d9d9d9
}

footer {
    padding-top: 0.1rem;
    padding-bottom: 3.75rem;
    font-size: 1rem;
}

/* Containers */
footer .container,
footer .container-fluid {
    padding: 0 1.563rem;
}

@media screen and (max-width: 575px) {
    footer .container,
    footer .container-fluid {
        padding: 0 1.563rem;
        max-width: initial;
    }
}

/* Fixed Footer */
footer.fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
}

/* Related Projects Section */
footer #relatedProjectAlignment {
    margin: 0 auto;
    padding: 0 2.4rem;
}

@media screen and (max-width: 575px) {
    footer #relatedProjectAlignment {
        padding: 0;
    }
}

/* Horizontal Rule */
footer hr {
    display: block;
    border-color: #C6C6C6;
    margin: 35px 1.563rem;
    opacity: 0.75;
}

@media screen and (max-width: 768px) {
    footer hr {
        margin: 27px 1.563rem;
    }
}

/* Lower Section Links */
footer .lower-section a {
    text-decoration: none;
}

footer .lower-section a:hover {
    text-decoration: underline;
}

footer a
{
    color: #000
}

/* Responsive Adjustments for Right Column */
@media screen and (max-width: 575px) {
    footer .right-col {
        align-items: flex-start !important;
    }

    footer .right-col > div {
        width: 100%;
        justify-content: space-between;
    }
}
