footer a {
    color: #6c757d;
}

a:hover {
    color: #c8cac9;
    text-decoration: none;
}

::selection {
    background: #c8cac9;
    text-shadow: none;
}

footer {
    padding: 2rem 0;
    background-color: #212529;
}

.social-icon:hover {
    color: #212529;
}

.footer-column:not(:first-child) {
    padding-top: 2rem;
}

@media (min-width: 768px) {
    .footer-column:not(:first-child) {
        padding-top: 0rem;
    }
}

.footer-column {
    text-align: center;
}

.footer-column .nav-item .nav-link {
    padding: 0.1rem 0;
    width: max-content;
}

.footer-column .nav-item span.nav-link {
    color: #6c757d;
}

.footer-column .nav-item span.footer-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.footer-column .nav-item .fas {
    margin-right: 0.5rem;
}

.footer-column ul {
    display: inline-block;
}

@media (min-width: 768px) {
    .footer-column ul {
        text-align: left;
    }
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    background-color: #c8cac9;
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color: #1a1d20;
}

footer .quick-links {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: monospace;
}

.copyright:hover {
    color: white;
}

.fa-ellipsis-h {
    color: white;
    padding: 2rem 0;
}

.footer-col-link a:hover {
    transform: s;
    -webkit-transform: s;
    -moz-transform: s;
    -ms-transform: s;
    -o-transform: s;
}

.text-center .box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.copyright {
    color: #c8cac9;
}

.footer-col {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.footer-col ul {
    padding-left: 0%;
}

.footer-col span {
    text-align: left;
}

footer .newsletter-subscribe-container input {
    border: 1px solid #777e;
    color: #fff;
}

footer .newsletter-subscribe-container input:focus {
    border: 1px solid #777e;
    color: #fff;
}