footer {
    background-color: var(--secondary-bgcolor);
    background-repeat: repeat-y;
    background-size: auto;
    background-position-x: 1350px;
    background-position-y: 680px;
    color: var(--secondary-text-color);
    width: 100%;
}

footer::before {
}

footer #bottom-bar {
    background: rgba(255, 255, 255, 0.1);
    padding-top:1em;
    padding-bottom: 1em;
}

.footer-logo {
    margin-top: auto;
    margin-bottom: auto;
}

#footer-img {
    height: 59px;
}

footer #bottom-bar address {
	margin-bottom: 0;
}

footer #bottom-bar address a.office-link {
    color: white;
    text-decoration: none;
}

footer #bottom-bar address a.office-link:hover {
    text-decoration: underline;
    opacity: 1;
}

footer #bottom-bar .social-btn-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 150px;
}

footer #bottom-bar .social-btn-list > a:hover,
footer #bottom-bar .social-btn-list > a:active {
    opacity: 0.4;
    text-decoration: none;
}

a.social-btn {
    background-color: var(--secondary-text-color);
    font-size: 22px;
    width: 1em;
    height: 1em;
}

a.social-btn.facebook {
    -webkit-mask-image: url('../images/icons/facebook.svg');
    mask-image: url('../images/icons/facebook.svg');
}

a.social-btn.instagram {
    -webkit-mask-image: url('../images/icons/instagram.svg');
    mask-image: url('../images/icons/instagram.svg');
}

a.social-btn.linkedin {
    -webkit-mask-image: url('../images/icons/linkedin.svg');
    mask-image: url('../images/icons/linkedin.svg');
}

a.social-btn.youtube {
    -webkit-mask-image: url('../images/icons/youtube.svg');
    mask-image: url('../images/icons/youtube.svg');
    height: 24px;
    width: 32px;
    background-repeat: no-repeat;
}

#dept-footer {
    background-color: var(--secondary-bgcolor);
}

@media (max-width:768px) {
    footer #bottom-bar address {
        text-align: center;
    }
}