/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Custom CSS for Donate Button in Menu */
.menu-item a[href*="paypal.com"] {
  background-color: #ffcc00;
  /* Yellow background */
  color: #333333;
  /* Dark text color for readability */
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
/* Hover effect for the Donate Button */
.menu-item a[href*="paypal.com"]:hover {
  background-color: #ffd633;
  /* Slightly lighter yellow on hover */
  color: #222222;
}
.donate-button .donate-link {
  display: inline-block;
  background-color: #ffcc00;
  /* Yellow background */
  color: #333333;
  /* Dark text for contrast */
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}
.donate-button .donate-link:hover {
  background-color: #ffd633;
  /* Lighter yellow on hover */
  color: #222222;
}
/*# sourceMappingURL=custom_13.css.map */