/* .footer{
    background-color: black;
}
 */

.site-footer {
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer .copyright-text,
.site-footer .social-icons {
    text-align: center
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: white;
    text-decoration: none;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: white;
    text-decoration: none;
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 30px
    }
    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }
}

@media (max-width: 260px) {
    .grid-container {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
        font-size: 17px
    }
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center
}