/*
------------------------------------------------------------------------------
 NodeSniff Agent - Lightweight Linux metrics collector

 Author: Sebastian Zieba <sebastian@zieba.art>
 License: GNU GPL v3 (non-commercial use only)

 This software is licensed under the terms of the GNU General Public License
 version 3 (GPLv3) as published by the Free Software Foundation, for
 non-commercial use only.

 For commercial licensing, please contact the author directly.
------------------------------------------------------------------------------
*/
.footer {
    background: #f8f9fa;

    padding: 20px 0;
    font-size: 0.75rem;
    text-align: center;
    color: #888;
}

.footer-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 4%;
}

.footer-icons {
    margin-bottom: 10px;
}

.footer-icons a {
    display: inline-block;
    margin: 0 8px;
}

.footer-icons img {
    width: 15px;
    height: 15px;
    opacity: 0.6;
    transition: opacity 0.2s ease-in-out;
    vertical-align: middle;
}

.footer-icons img:hover {
    opacity: 0.85;
}
