.footer {
    background-color: #0a0a0a;
    text-align: center;
    font-size: 1.2rem;
    padding: 4rem; }
.footer .inline-list a {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #33383b;
    background-color: #0a0a0a;
    border-radius: 2px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin: 0 3px 0 0; }
.footer .contact {
    list-style-type: none;
    margin: 0;
    text-align: left;
    color: #fff; }
.footer .contact li {
    margin-bottom: 2rem; }
.footer .contact li p {
    padding-left: 5rem; }
.footer .contact i {
    position: absolute;
    background-color: #33383b;
    background-color: navy;
    color: #fff;
    font-size: 2rem;
    border-radius: 50%;
    line-height: 1;
    margin: 0 0 0 -4rem;
    vertical-align: middle;
    padding: .25em .45em; }
.footer .copywrite {
    color: #8f9296;
    font-size: 0.875rem;
    margin: 0 0 1rem 0; }
.footer .about {
    color: #92999f;
    color: #fff;
    font-size: 0.875rem;
    margin: 0 0 1rem 0; }
.footer .footer-links a {
    list-style: none;
    font-weight: normal;
    color: #fff;
    padding: 3rem 0 2rem;
    margin: 0;
    font-size: 0.875rem; }
.footer .footer-links a::after {
    content: "•";
    padding: 0 0.2rem 0 0.4rem; }
.footer .footer-links a:last-child::after {
    content: "";
    padding: 0 0.4rem 0 0.8rem; }
@media only screen and (min-width: 40.063em) {
    .footer p {
        text-align: left; }
    .footer .social {
        text-align: left;
        margin: 0; }
    .footer .contact {
        text-align: left; }
    .footer .contact > i {
        margin-right: 1rem; } }

