/**
Theme Name: Four Forces Consulting
Author: Mike Abbott Web
Author URI: https://mikeabbottweb.co.uk
Description: Child theme created for Four Forces Consulting website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fourforces
Template: astra
*/
.footer-link {
	transition: all ease 0.5s;
	text-decoration: underline;
	color: #1a3345;
	font-weight: 300 !important;
}
.footer-link:hover {
	color: #ee4a79;
	text-decoration: underline;
}