/*
Theme Name: JCW Taxi Top Service
Theme URI: https://justcodeworks.eu/
Author: Just Code Works
Author URI: https://justcodeworks.net/
Description: Faithful WordPress conversion of the Taxi Top Service static website.
Version: 1.0.0
Text Domain: jcw-taxi-top-service
*/

.jcw-footer-bottom {
    background: #111;
    text-align: center;
    padding: 10px 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.jcw-footer-credit {
    margin: 0;
    font-size: 10px;
    color: #ccc;
    opacity: 0.85;
}

.jcw-footer-credit a {
    color: #5f6060;
    text-decoration: none;
}

.jcw-footer-credit a:hover {
    text-decoration: underline;
	color: #ccc;
}