﻿.footer {
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 10px;
    font-size: 12px;
}

    /* Custom page CSS
-------------------------------------------------- */
    /* Not required for template or sticky footer method. */

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

@media only screen and (max-width: 767px) {
    .footer {
        position: relative;
        bottom: 0;
        width: 100vw;
        background-color: #f5f5f5;
        text-align: center;
        padding-top: 10px;
        font-size: 12px;
        margin-top: 20px;
    }
}
