﻿footer {
    background-color: #888198;
    padding-top: 1.66666em;
    padding-bottom: 1.66666em;
    background-color: #000000;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #191919;
    opacity: 1;
    background-image: repeating-radial-gradient( circle at 0 0, transparent 0, #191919 4px ), repeating-linear-gradient( #00000055, #000000 );
}

/*
    footer p {
        margin: 0;
        padding: 23px;
        color: white;
        text-align: center;
    }

    footer .container {
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
*/


footer a {
    text-decoration: none;
}

    footer a:hover {
        color: #ffd800 !important;
    }

    footer a:before {
        background-color: #ffd800;
        content: "";
        display: inline-block;
        height: 1px;
        margin-right: 10px;
        transition: all .42s cubic-bezier(.25,.8,.25,1);
        width: 0;
    }

    footer a:hover:before {
        background-color: #ffd800;
        width: 3rem;
    }

