/*
Theme Name: Fort Lupton Professional Club Theme
Theme URI: https://fortluptonmuzzleloadingclub.org
Author: ChatGPT
Description: Professional editable WordPress.org block theme for the Fort Lupton Muzzle Loading Club with homepage, history, membership, events, gallery, safety, and contact sections.
Version: 2.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: flmlc-professional
*/

body {
  font-family: Georgia, "Times New Roman", serif;
}

.wp-site-blocks {
  overflow-x: hidden;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.fl-card {
  box-shadow: 0 12px 28px rgba(0,0,0,.10);
  border: 1px solid rgba(59,36,20,.18);
}

.fl-top-border {
  border-top: 6px solid #b7843b;
}

.fl-round {
  border-radius: 18px;
}

.fl-small-caps {
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .fl-hero-title {
    font-size: 42px !important;
  }
}
