/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.footer-bar,
#footer,
.copyright {
    display: none !important;
}


.custom-footer {
    margin-top: 30px;
    padding: 15px 0;
    font-size: 13px;
    color: #666;
}

.custom-footer a {
    color: #666;
    text-decoration: none;
}

.custom-footer a:hover {
    text-decoration: underline;
}
