﻿.footer {
    background: #333;
    color: white;
    padding: 40px 0;
    position: relative;
    width: 100%;
    bottom: 0px;
}

    .footer a {
        color: #fff;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }

    .footer .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

.social-icons a {
    font-size: 1.5rem;
    margin: 0 10px;
}

.footer .social-icons a {
    transition: color 0.3s ease;
}

    .footer .social-icons a:hover {
        color: #007bff;
    }
