﻿.footer-info {
    margin-top: 10px;
}

.fa-youtube, .fa-twitter, .fa-facebook-f {
    color: #797979 !important;
}

.fab {
    font-size: 1rem !important;
}

.footer-alerts > .ms-webpart-zone, .filterWebPart > .ms-webpart-zone {
    margin-top: 0px !important;
}

.footer-rights {
    margin-top: 15px;
}

/* Mobile */
@media only screen and (max-width: 992px) {
    .footer-icon-container {
        width: 10%;
        display: inline-block;
    }
}

/*DESKTOP*/
@media only screen and (min-width: 993px) {
    .footer-icon-container {
        width: 3%;
        display: inline-block;
    }
}
