.elementor-kit-8{--e-global-color-primary:#3BA2D4;--e-global-color-secondary:#102740;--e-global-color-text:#1F2937;--e-global-color-accent:#3BA2D4;--e-global-color-190dd55:#FFFFFF;--e-global-color-bb8acf1:#E2EBF1;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:"Montserrat", Sans-serif;}.elementor-kit-8 h2{font-family:"Montserrat", Sans-serif;}.elementor-kit-8 h3{font-family:"Montserrat", Sans-serif;}.elementor-kit-8 h4{font-family:"Montserrat", Sans-serif;}.elementor-kit-8 h5{font-family:"Montserrat", Sans-serif;}.elementor-kit-8 h6{font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Godmanchester Town FC brand palette */
:root{
  --gtfc-blue: #3BA2D4;   /* Primary sky blue */
  --gtfc-navy: #102740;   /* Secondary navy */
  --gtfc-ice:  #E2EBF1;   /* Very light blue-grey */
  --gtfc-text: #1F2937;   /* Body text */
}

/* Base text + links */
body{ color: var(--gtfc-text); }
a{ color: var(--gtfc-navy); text-decoration: none; }
a:hover, a:focus{ color: var(--gtfc-blue); text-decoration: underline; }

/* Buttons (Elementor) */
.elementor a.elementor-button,
.elementor .elementor-button{
  background-color: var(--gtfc-blue);
  border-color: var(--gtfc-blue);
  color: #fff;
  border-radius: 10px;
}
.elementor a.elementor-button:hover,
.elementor .elementor-button:hover,
.elementor a.elementor-button:focus,
.elementor .elementor-button:focus{
  background-color: var(--gtfc-navy);
  border-color: var(--gtfc-navy);
  color: #fff;
}

/* Reusable section backgrounds (apply via CSS Class in Advanced tab) */
.gtfc-section-blue{ background: var(--gtfc-blue) !important; color: #fff !important; }
.gtfc-section-navy{ background: var(--gtfc-navy) !important; color: #fff !important; }
.gtfc-section-light{ background: var(--gtfc-ice) !important; }

/* Reusable “card” styling */
.gtfc-card{
  background: #fff;
  border: 1px solid rgba(16,39,64,.12);
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(16,39,64,.08);
  overflow: hidden;
}
.gtfc-card .elementor-heading-title{ color: var(--gtfc-navy); }/* End custom CSS */