* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
    background: #ffffff;
    color: #000000;
    line-height: 1.5;
}

h1, h2, h3, h4 {
    font-weight: bold;
    text-transform: uppercase;
margin-top:10px;
}

hr {
  border: 0;
  border-top: 2px solid #000;
  margin: 30px 0;
}

a {color:red;font-weight:bold;text-decoration: none;}

a:hover {
    text-decoration: underline;
}

p {padding:4px;}

.divider {
padding:20px 0px;
}

 ul {
  list-style: disc;
  padding-left: 1.5rem;
}

 ol {
  list-style: number;
  padding-left: 1.5rem;
}

 li {
  line-height: 1.5;
}

.divider {
padding:20px 0px;
}

.logo-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  flex-wrap: wrap;
}

.logo-strip img {
  height: 50px;
  width: 50px;
  transition: transform 0.2s ease;
}

.logo-strip img:hover {
  transform: scale(1.08);
}

/* Legacy (Defunct) Logo Strip */
.legacy-logo-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  flex-wrap: wrap;
  opacity: 0.7;        /* subtle faded look */
}

.legacy-logo-strip img {
  width: 50px;     /* fixed width */
  height: 50px;     /* fixed height */
  transition: transform 0.2s ease;
  filter: grayscale(40%);   /* historical feel */
}

.legacy-logo-strip img:hover {
  transform: scale(1.06);
  filter: grayscale(0%);     /* highlight on hover */
}

.cta {
  display: inline-block;
    margin: 10px auto 0 auto;
  padding: 12px 24px;
  background: white;
  color: black;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
text-transform: uppercase;  
}

.cta-main {
  display: inline-block;
    margin: 10px auto 0 auto;
  padding: 12px 24px;
  background: black;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
text-transform: uppercase;  
}

.content {
    margin: 0 auto;
    padding: 10px 20px;
    max-width: 850px;
}

.hero {background: #02075D;
    color: #fff;
    padding: 30px;
    text-align: center;}
    
.quick-links {background: #f4f6f8;
padding: 30px;}  

.active-leagues {background: #1e3a5f;
padding: 30px;
color: #fff;
}  

.active-leagues h1 {text-align: center;}

.league-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px;1fr));
gap:20px;
margin-top: 50px;}

.league-card {background: #C0C0C0;
border-radius: 8px;
padding: 20px}

.league-card img {width:50px;}

.hero-block {
background: #0f172a;
    color: #fff;
    padding: 20px 20px 10px;
    text-align: center;
    border-bottom: 2px solid #000;
    margin-bottom: 30px;
}

.hero-inner h2 {
font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 14px;
    letter-spacing: 1px;
border-bottom: 1px solid #444;
    padding-bottom: 10px;
    display: inline-block;
}

.hero-inner p {
    font-size: 1.15rem;
    max-width: 720px;
    margin: 12px auto;
    line-height: 1.65;
    opacity: 0.95;
}

.breadcrumb {
  font-size: 0.85rem;
  color: #666;
  margin: 6px 0 18px 0;
  padding: 0;
}

.breadcrumb a {
  color: #444;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.section {
    margin: 10px 0;
    padding: 10px 0;
}

.section-title {
  font-size: 24px;
  font-weight: 800;
  margin: 15px 0 15px 0;
  padding-bottom: 6px;
  border-bottom: 3px solid #000;
  letter-spacing: 0.5px;
text-align: left;
}

.section-title img {width:100px;}

.black-title {background:black;color:white;text-align: center;
    font-size: 24px;
padding: 25px;
text-transform: uppercase;
font-weight:bold;
}

.featured-card {
    display: block;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 6px 20px rgba(0,0,0,0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.featured-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.45);
}

.featured-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.featured-content {
    padding: 20px;
}

.featured-content h3 {
    font-size: 1.4rem;
    margin: 10px 0;
    color: #fff;
}

.featured-content p {
    color: #ccc;
    line-height: 1.5;
}

.update-date {
    color: #aaa;
    font-size: 0.75rem;
}

.facebook-groups-block.grey {
    background: #e5e5e5;
    padding: 15px 20px;
    border-radius: 6px;
    margin: 20px 0 30px;
    text-align: left;
    display: block;
}

.facebook-groups-block.grey h3 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 8px;
    display: block;
}

.facebook-groups-block.grey ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.facebook-groups-block.grey li {
    margin: 4px 0;
    display: block;
}

.facebook-groups-block.grey a {
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    display: block;
text-transform: uppercase;
}

.facebook-groups-block.grey a:hover {
    text-decoration: underline;
}

.main-nav {
    background: #2c2c2c;
display: flex;
justify-content: center;
flex-wrap: nowrap;
    border-top: 2px solid #d0d0d0;
}

.main-nav a {
    color: white;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.main-nav a.current {
    background: #C0C0C0;
    color: black;
}

.main-nav a:hover {
    text-decoration: underline;
}

.contents-box {
  background: #f3f3f3;
  padding: 14px;
  border-left: 4px solid #c00000;
  width: 300px;        /* <<< stops full width */
  display: block;
}

.contents-box h2 {
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.contents-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contents-list li {
  margin: 6px 0;
}

.contents-list a {
  color: #c00000;
  text-decoration: none;
  font-size: 1rem;
}

.contents-list a:hover {
  text-decoration: underline;
}

.conference-champions {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin: 2rem 0;
  padding: 1.5rem;
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 6px;

}

.conference-champions div {
  flex: 1;
  text-align: center;
}

/* Headings */

.conference-champions h3 {
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;

}

/* Images */

.conference-champions img {
  width: 120px;
  height: auto;
  display: block;
  margin: 0.5rem auto 0.75rem auto;
}

/* Text below image */

.conference-champions p {
text-align: center;
  width: 100%;
  display: block;
}

.conference-champions p strong {
  font-weight: 600;
      text-align: center; 
}

/* Optional: subtle separation on larger screens */

.conference-champions .champions-left {
  border-right: 1px solid #e0e0e0;
  padding-left: 1rem;
    text-align: center; 
}

.conference-champions .champions-right {
padding-left: 1rem;
    text-align: center; 
}

/* Responsive: stack on narrow screens */

@media (max-width: 700px) {
  .conference-champions {
    flex-direction: column;
    align-items: stretch;
  }

  .conference-champions .champions-left {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .conference-champions .champions-right {
    padding-left: 0;
  }
}

.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 20px 0;
}

.amt-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px;
}

.amt-table th {
  background: #222;
  color: #fff;
  padding: 10px;
  text-align: left;
  font-weight: 600;
}

.amt-table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: red;
}

#teams {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px;
text-align:center;
}

#teams td, #teams th {border: 1px solid #ddd;width:50%;padding: 10px;text-align: center;}

.headings {
background: #C0C0C0;
color: #000;
font-weight: 700;
padding: 20px;
text-align: center;
}

#teams td:nth-child(1)
{width:20px;
}

#teams .font {
color : black;
font : normal normal 14px Arial, Helvetica, sans-serif;
text-align: center;
text-transform: uppercase;
}

.logo {
  height: 50px;
  vertical-align: middle;
  margin-right: 6px;
}

.stadium-img { height:100; width:130;padding:4px;}

.playoff-format-block {
    background: #f2f2f2;
    padding: 20px;
    margin: 20px 0;
    border-left: 5px solid #000;
}

.playoff-format-block h2,
.playoff-format-block h3 {
    margin-top: 0;
}

#division-champions {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
text-align:center;
}

#division-champions th,
#division-champions td {
    padding: 10px 12px;
    border: 1px solid #ddd;
}

#division-champions th:first-child,
#division-championstd:first-child {
    text-align: center !important;
width:20px;
}

#division-champions th:nth-child(2),
#division-champions td:nth-child(2) {
    text-align: center !important;
width:20px;
}

#division-champions th:last-child,
#division-champions td:last-child {
    text-align: left !important;
}

#standings {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-size: 16px;
    text-transform: uppercase;
}

#standings th,
#standings td {
    padding: 10px 12px;
    border: 1px solid #ddd;
}

#standings th:nth-child(2) {
text-align: left !important;
}

/* Columns 1, 3, 4, 5, 6 */
#standings th:nth-child(1),
#standings td:nth-child(1),
#standings th:nth-child(n+3):nth-child(-n+6),
#standings td:nth-child(n+3):nth-child(-n+6) {
    width: 20px;
    text-align: center;
    white-space: nowrap;
}

/* Team name column */
#standings td:nth-child(2) {
    text-align: left;
    width: auto;
}

#seasonstandings {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
text-align:center;
}

#seasonstandings th,
#seasonstandings td {
    padding: 10px 12px;
    border: 1px solid #ddd;
}

#seasonstandings th:nth-child(1),
#seasonstandings td:nth-child(1)
{width:20px !important;
text-align: center;}

#seasonstandings th:nth-child(2),
#seasonstandings th:nth-child(3)
{width:20px !important;
text-align: left;}

#seasonstandings td:nth-child(2)
{width:20px !important;
text-align: center;}

#seasonstandings td:nth-child(3)
{text-align: left;}


#seasonstandings td:nth-child(4)
{width:20px !important;
text-align: center;}

#seasonstandings td:nth-child(5)
{width:80px !important;
text-align: center;}

#season {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-size: 16px;
text-transform: uppercase;
}

#season th,
#season td {border: 1px solid #ddd;
padding: 10px 12px;
}

#season td:first-child {
    text-align: left;

}

#season th:first-child {
    text-align: left;

}

#season td:nth-child(2) {
    text-align: left;
width:250px;
}

/* Season block styling */
.season-block {
    background: #f7f7f7;
    padding: 15px 18px;
    margin: 20px 0;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.season-block h2 {
    margin-top: 0;
    font-size: 22px;
    color: #333;
}

.season-notes {
    margin-top: 10px;
    font-style: italic;
    color: #555;
}

#cg {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  border-collapse: collapse;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}

#cg td, #cg th {
  border: 1px solid #ddd;
padding:6px;
}

#cg .font {
color : black;
font : normal normal 14px Arial, Helvetica, sans-serif;
text-align: center;
text-transform: uppercase;
}

#cg.round-header {
  font-weight: bold;
  text-transform: uppercase;
}

.logo-set {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px; /* consistent width for all logos */
}

.logo-item img {
    width:100px;
    height: 100px;
    display: block;
}

.helmet-set {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.helmet-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px; /* consistent width for all logos */
}

.helmet-item img {
    width:150px;
    height: auto;
    display: block;
}

.helmet-item .year {
    margin-top: 6px;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}

.logo-item .year {
    margin-top: 6px;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}

/* RULES HUB */
.rules-hub {
    margin: 40px auto;
    max-width: 900px;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.rules-hub h1,
.rules-hub h2 {
    text-align: center;
    margin-top: 0;
}

.rules-hub p {
    text-align: center;
    margin-bottom: 25px;
}

.rules-hub ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 500px;
}

.rules-hub ul li {
    margin: 10px 0;
    text-align: center;
}

.rules-hub ul li a {
    text-decoration: none;
    font-weight: bold;
}

.rules-hub ul li a:hover {
    text-decoration: underline;
}

.season-vertical {
    width: 100%;              /* compact like your example */
    max-height: 150px;         /* shows only a few years */
    overflow-y: auto;
    background: #ffffff;
    border: 4px solid red;
    padding: 6px;
    border-radius: 4px;
}

.season-vertical a {
    display: block;
    color: black;
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 4px 0;
}

.season-vertical a:hover {
    color: red;
}

.season-vertical a:active {
    color: red;
text-decoration: underline;
}

.season-vertical a.current {
    color: red;
    text-decoration: underline;
font-size: 1.2rem;
}

#bfldraft {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
text-align:center;
}

#bfldraft th,
#bfldraft td {
    padding: 4px;
    border: 1px solid #ddd;
text-align: center;
width:10px
font-weight:bold;
}

#bfldraft td:nth-child(1)
{width:20px !important;
text-align: center;
color : black;
font : normal normal 14px Arial, Helvetica, sans-serif;
text-align: center;
text-transform: uppercase;

}

#bfldraft .sticky-col {
  position: sticky;
  left: 0;
  background: white;
  z-index: 10;
}

#bfldraft td.draftteams
{width:20px !important;
text-align: center;
color : black;
font : normal normal 14px Arial, Helvetica, sans-serif;
text-align: center;
text-transform: uppercase;

}


#bflstandings {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
text-align:center;
}

#bflstandings th,
#bflstandings td {
    padding: 10px 12px;
    border: 1px solid #ddd;
}

#bflstandings tr th.conf {
text-align: left !important;
font-size: 24px !important;
 padding: 8px !important;
}

#bflstandings th:nth-child(1),
#bflstandings td:nth-child(1)
{width:20px !important;
text-align: center;}

#bflstandings th:nth-child(2),
#bflstandings th:nth-child(3)
{width:20px !important;
text-align: left;}

#bflstandings td:nth-child(2)
{width:20px !important;
text-align: center;}

#bflstandings td:nth-child(3)
{text-align: left;}

#bflstandings th:nth-child(4),
#bflstandings td:nth-child(4)
{width:20px !important;
text-align: center;}

#bflstandings th:nth-child(5),
#bflstandings td:nth-child(5)
{width:20px !important;
text-align: center;}

#bflstandings th:nth-child(6),
#bflstandings td:nth-child(6)
{width:20px !important;
text-align: center;}

#bflstandings th:nth-child(7),
#bflstandings td:nth-child(7)
{width:20px !important;
text-align: center;}

#bflstandings th:nth-child(8),
#bflstandings td:nth-child(8)
{width:20px !important;
text-align: center;}

#bflstandings td:first-child.division {
  border: 1px solid #ddd;
  padding: 10px;
text-transform: uppercase;
background-color: red;
  color: white;
  font-weight : bold;
}

#bflstandings td:first-child.playoffs {
  border: 1px solid #ddd;
  padding: 10px;
text-transform: uppercase;
background-color: blue;
  color: white;
  font-weight : bold;
}

#bflstandings td:first-child.out {
  border: 1px solid #ddd;
  padding: 10px;
text-transform: uppercase;
background-color: black;
  color: white;
  font-weight : bold;
}

#bflstandings td:first-child.rp {
  border: 1px solid #ddd;
  padding: 10px;
text-transform: uppercase;
background-color: maroon;
  color: white;
  font-weight : bold;
}

#bflstandings td:first-child.withdraw {
  border: 1px solid #ddd;
  padding: 10px;
text-transform: uppercase;
background-color: silver;
  color: white;
  font-weight : bold;
}

#bflstandings th.silver {background-color: silver;
  color: black;
    font-size: 18px;
}

#bflstandings th.red {background-color: red;
  color: white;
    font-size: 18px;
}

#bflstandings th.red a {background-color: red;
  color: white;}

#bflstandings th.navy {background-color: navy;
  color: white;
    font-size: 18px;}

#bflstandings th.navy a {background-color: navy;
  color: white;}

