/*
Theme Name: Wakefield Care Association
Theme URI: https://wakefieldcare.org
Author: Wakefield Care Association
Author URI: https://wakefieldcare.org
Description: Custom WordPress theme for Wakefield Care Association with Tailwind CSS
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: wca-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/

/* This file is required by WordPress but styles are handled by Tailwind CSS */
.std {
    margin-top:0px;
    margin-bottom:10px;
}
.ff-btn {
    background-color: #1A164B !important;
}
.nav-link {
    color: #FBA93E!important;
}
.gold {
	color:#FBA93E !important;
}
.blue {
    color:#1A164B !important;
}
input[type="checkbox"] {
  transform: scale(1.5); /* 1.5x larger */
}
.ff-el-form-check-label span {
  margin-left:6px; 
}