Celebration Youth Flag Football
:root{
–navy:#013369;
–deep-navy:#071b3a;
–red:#C8102E;
–white:#ffffff;
–light:#f4f6f8;
–text:#17233c;
–muted:#5d6878;
–gold:#f5b335;
–radius:18px;
–shadow:0 12px 30px rgba(1,51,105,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
margin:0;
font-family:Arial,Helvetica,sans-serif;
color:var(–text);
background:var(–white);
line-height:1.55;
}
img{max-width:100%;display:block}
a{text-decoration:none}
.wrap{width:min(1180px,92%);margin:0 auto}
.section{padding:72px 0}
.section.light{background:var(–light)}
.eyebrow{
color:var(–red);
font-weight:800;
letter-spacing:.12em;
text-transform:uppercase;
font-size:.83rem;
margin-bottom:8px;
}
h1,h2,h3{line-height:1.12;margin-top:0;color:var(–deep-navy)}
h1{font-size:clamp(2.35rem,6vw,5rem);margin-bottom:18px}
h2{font-size:clamp(1.85rem,4vw,3rem);margin-bottom:18px}
h3{font-size:1.28rem}
p{margin-top:0}
.lead{font-size:1.12rem;color:var(–muted);max-width:760px}
.btn{
display:inline-block;
padding:14px 24px;
border-radius:10px;
font-weight:800;
letter-spacing:.03em;
text-transform:uppercase;
transition:.2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-red{background:var(–red);color:var(–white)}
.btn-navy{background:var(–navy);color:var(–white)}
.btn-outline{border:2px solid var(–white);color:var(–white)}
.button-row{display:flex;gap:14px;flex-wrap:wrap}
/* Header */
.site-header{
background:var(–deep-navy);
border-bottom:5px solid var(–red);
position:sticky;
top:0;
z-index:50;
box-shadow:0 6px 20px rgba(0,0,0,.16);
}
.header-inner{
min-height:82px;
display:flex;
align-items:center;
justify-content:space-between;
gap:22px;
}
.brand{
display:flex;
align-items:center;
gap:13px;
color:var(–white);
font-weight:800;
}
.brand img{width:72px;height:58px;object-fit:contain}
.brand span{font-size:1.02rem;line-height:1.1}
nav{display:flex;align-items:center;gap:24px}
nav a{color:var(–white);font-weight:700;font-size:.94rem}
nav a:hover{color:#dce9f8}
.mobile-note{display:none;color:white;font-size:.9rem}
/* Hero */
.hero{
min-height:690px;
display:flex;
align-items:center;
color:var(–white);
background:
linear-gradient(90deg,rgba(1,24,55,.93) 0%,rgba(1,36,78,.82) 48%,rgba(1,36,78,.28) 100%),
url(“https://celebrationyouthflagfootball.com/wp-content/uploads/2026/02/chatgpt-image-may-23-2026-09_58_29-am-2.png?w=1600″) center/cover no-repeat;
}
.hero-content{max-width:780px;padding:70px 0}
.hero h1,.hero h2,.hero p{color:var(–white)}
.hero-kicker{
display:inline-block;
background:var(–red);
color:white;
padding:8px 14px;
border-radius:999px;
font-weight:800;
letter-spacing:.08em;
text-transform:uppercase;
margin-bottom:20px;
}
.hero p{font-size:1.18rem;max-width:680px}
.hero-date{
margin:26px 0 28px;
padding-left:16px;
border-left:5px solid var(–red);
font-weight:700;
font-size:1.07rem;
}
/* Quick facts */
.facts{
margin-top:-42px;
position:relative;
z-index:3;
}
.facts-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
background:var(–white);
border-radius:var(–radius);
box-shadow:var(–shadow);
overflow:hidden;
}
.fact{
padding:26px 22px;
text-align:center;
border-right:1px solid #e3e7ed;
}
.fact:last-child{border-right:0}
.fact strong{
display:block;
color:var(–navy);
font-size:1.05rem;
text-transform:uppercase;
letter-spacing:.05em;
margin-bottom:5px;
}
.fact span{color:var(–muted)}
/* Cards */
.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{
background:var(–white);
border-radius:var(–radius);
padding:28px;
box-shadow:var(–shadow);
border-top:5px solid var(–red);
}
.card-number{
font-size:2rem;
color:var(–red);
font-weight:900;
margin-bottom:8px;
}
/* Season */
.season-grid{
display:grid;
grid-template-columns:1.05fr .95fr;
gap:44px;
align-items:center;
}
.season-list{
list-style:none;
padding:0;
margin:26px 0;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:13px;
}
.season-list li{
background:var(–light);
border-left:4px solid var(–red);
padding:14px 15px;
border-radius:8px;
font-weight:700;
}
.schedule-img{
border-radius:var(–radius);
box-shadow:var(–shadow);
border:6px solid var(–white);
}
/* Photo */
.photo-grid{
display:grid;
grid-template-columns:1.35fr .65fr;
gap:22px;
}
.photo-grid img{
width:100%;
height:100%;
min-height:340px;
object-fit:cover;
border-radius:var(–radius);
box-shadow:var(–shadow);
}
.photo-message{
background:var(–deep-navy);
color:white;
border-radius:var(–radius);
padding:34px;
display:flex;
flex-direction:column;
justify-content:center;
}
.photo-message h2,.photo-message p{color:white}
/* FAQ */
.faq{max-width:900px;margin:0 auto}
details{
background:var(–white);
border:1px solid #dfe5ec;
border-radius:12px;
margin-bottom:12px;
overflow:hidden;
}
summary{
cursor:pointer;
list-style:none;
padding:19px 22px;
font-weight:800;
color:var(–navy);
position:relative;
padding-right:54px;
}
summary::-webkit-details-marker{display:none}
summary::after{
content:”+”;
position:absolute;
right:20px;
top:50%;
transform:translateY(-50%);
width:28px;
height:28px;
border-radius:50%;
display:grid;
place-items:center;
color:white;
background:var(–red);
}
details[open] summary::after{content:”–”}
details p{padding:0 22px 20px;margin:0;color:var(–muted)}
/* Sponsors */
.sponsor-box{
background:linear-gradient(135deg,var(–deep-navy),var(–navy));
color:white;
border-radius:24px;
padding:48px;
display:grid;
grid-template-columns:1.3fr .7fr;
gap:28px;
align-items:center;
}
.sponsor-box h2,.sponsor-box p{color:white}
.logo-placeholders{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:12px;
}
.logo-placeholder{
min-height:86px;
border:2px dashed rgba(255,255,255,.55);
border-radius:12px;
display:grid;
place-items:center;
text-align:center;
padding:10px;
color:#e8eef7;
font-size:.85rem;
font-weight:700;
}
/* Footer */
footer{
background:#06152f;
color:#dbe5f4;
padding:50px 0 24px;
border-top:5px solid var(–red);
}
.footer-grid{
display:grid;
grid-template-columns:1.25fr .75fr .75fr;
gap:36px;
}
footer h3{color:white}
footer a{color:#dbe5f4}
footer a:hover{color:white}
.footer-links{display:grid;gap:9px}
.copyright{
border-top:1px solid rgba(255,255,255,.15);
margin-top:35px;
padding-top:20px;
color:#aab7ca;
font-size:.9rem;
}
@media (max-width:900px){
nav a:not(.btn){display:none}
.mobile-note{display:block}
.facts-grid,.three-col{grid-template-columns:repeat(2,1fr)}
.fact:nth-child(2){border-right:0}
.fact:nth-child(-n+2){border-bottom:1px solid #e3e7ed}
.season-grid,.photo-grid,.sponsor-box,.footer-grid{grid-template-columns:1fr}
.hero{min-height:620px;background-position:42% center}
}
@media (max-width:600px){
.section{padding:54px 0}
.header-inner{min-height:72px}
.brand span{display:none}
.facts-grid,.three-col,.season-list{grid-template-columns:1fr}
.fact{border-right:0;border-bottom:1px solid #e3e7ed}
.fact:last-child{border-bottom:0}
.hero{min-height:610px}
.hero-content{padding:54px 0}
.sponsor-box{padding:32px 24px}
.logo-placeholders{grid-template-columns:1fr}
}
Fall 2026 Registration Is Open
Celebration Youth Flag Football
Co-ed NFL FLAG football for players in Kindergarten through 12th grade. Fun, competitive and family-focused right here in Celebration.
Player Showcase & Family Field Day
Saturday, October 17, 2026
GradesKindergarten–12th
LocationCelebration Athletic Fields
Fall GamesSundays & select Fridays
PracticesOne per week
More Than a League
Building Players. Building Confidence. Building Community.
Celebration Youth Flag Football has served the Celebration community since 2005. Our co-ed NFL FLAG program focuses on football fundamentals, teamwork, sportsmanship and creating a positive experience for players of every skill level.
20+
Years in Celebration
A long-standing local program with deep roots in the Celebration community.
300+
Local Families
A growing league that brings players, parents, coaches and local businesses together.
K–12
Divisions for All Ages
Co-ed divisions from Kindergarten through High School, with all skill levels welcome.
Fall 2026 Season
Everything Families Need to Know
A clear, organized season built around player development, balanced teams and a positive community experience.
- Showcase: October 17
- Season: November–December
- Sunday & select Friday games
- One practice per week
- Jerseys and flags provided
- All skill levels welcome
Register Now
Real Players. Real Community.
Memories That Last Beyond the Season
Our league is about more than football. It is about confidence, friendship, sportsmanship and bringing Celebration families together.
Read Our FAQ
Frequently Asked Questions
Quick Answers for Families
Click a question to view the answer.
When are games played?
Spring games are played on Friday nights. Fall games are played primarily on Sundays, with select Friday-night games.
How often do teams practice?
Each team normally practices once per week. Practice days and times are selected by the coach based on team availability.
What is the Player Showcase?
The Player Showcase allows players to meet coaches, participate in drills and be evaluated so the league can create balanced teams.
How are teams formed?
Teams are formed after the Player Showcase using player evaluations, grade level and overall team balance.
What equipment is required?
Players should wear athletic clothing, non-metal cleats and bring a water bottle. Jerseys and flags are provided.
What is the refund policy?
Registration fees are non-refundable after the Player Showcase because teams are already being formed.