﻿.footer {
    background: #0f172a;
    color: #cbd5e1;
}

    .footer h5,
    .footer h6 {
        color: #ffffff;
        margin-bottom: 1rem;
    }

    .footer a {
        color: #cbd5e1;
        text-decoration: none;
        display: inline-block;
        margin-bottom: .5rem;
        transition: color .2s ease;
    }

        .footer a:hover {
            color: #ffffff;
        }

    .footer hr {
        border-color: rgba(255,255,255,.15);
    }
