/*
Theme Name: KGHOA Pay Theme
Theme URI: https://pay.kensingtongrovehoa.org/
Author: C.M.Rivera
Description: Custom theme for HOA Members to pay invoices
Requires at least: 6.7
Tested up to: 8.2
Requires PHP: 7.2
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kgpay
*/

body {
    background-color:rgb(248, 247, 245);
}

a:focus, button:focus, .btn:focus, .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

#top {
    height:48px;
    line-height:48px;
    background-color: rgb(125,41,11);
    color:#ffffff;
    text-align:center;
    font-size:1.25em;
}

#top a, a:focus, a:visited {
    color:#ffffff;
    text-decoration:none;
}

#top a:hover {
    text-decoration:underline;
}

button.accordion-button.collapsed {
    /*background-color: rgb(50,93,136);*/
    background-color: rgb(125,41,11);
    color:#ffffff;
}