footer#colophon {
    bottom: 0;
    width: 100%;
    padding: 8px 0;
    background: #a91f24;
    color: #FFFFFF;
	position: fixed;
	z-index: 10000000;
    font-family: Raleway, Arial, sans-serif;
    box-shadow: 0 -3px 18px rgba(0, 0, 0, .16);
}

footer .copyright,
footer .site-info,
footer .site-info a {
    color: inherit;
}

footer .site-info a {
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, .38);
    text-decoration: none;
    transition: border-color .15s ease, color .15s ease;
}

footer .site-info a:hover,
footer .site-info a:focus {
    border-bottom-color: #fff;
    background: transparent;
    color: #fff;
    outline: none;
    text-decoration: none;
}

footer .pull-right a {
    text-decoration: none;
}

footer#colophon .copyright,
footer#colophon .footer-links,
footer#colophon .copyright p,
footer#colophon .site-info a {
    font-size: 11px;
    line-height: 1.5;
    text-transform: none !important;
}

footer#colophon .footer-links {
    margin-bottom: 0;
}

footer#colophon .copyright p {
    margin: 0;
}

@media (min-width: 1100px) {
    footer#colophon .copyright {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        white-space: nowrap;
    }

    footer#colophon .footer-links {
        order: 2;
        flex: 0 0 auto;
    }

    footer#colophon .copyright p {
        order: 1;
        flex: 1 1 auto;
    }
}

@media (max-width: 767px) {
    footer#colophon .copyright,
    footer#colophon .footer-links,
    footer#colophon .copyright p,
    footer#colophon .site-info a {
        font-size: 10px;
    }
}
